To get a offline installation of Windows Assessment and Deployment Kit (formerly known as WAIK) download the Websetup ADKSetup.exe and start it – Windows .NET 4 is requiered. If not installed ADKSetup starts the installation – at the first screen you can set the location. When you specify a download path the complete ADK is stored this folder.
Importent: Start adksetup with Administrator permissions, otherwise the option “Download the Assentment…” is invisible.
Share the folder and execute ADKsetup.exe from this location.
if you migrate a Windows Installation to another Computer or virtual environment such as VMWare ESXi or VMWare Workstation it could happen that the system won’t start.
A typical error when the master boot record or the boot sector of the boot partition needs to be updated or must be rewritten is when
After Postscreen of the BIOS the console shows “Operating system not found” this means there is no boot code in MBR
or it shows only a blinking cursor in the upper left edge. 2 possible reasons are thinkable
MBR boot code is loaded but could not load the operation system => The boot sector of the Windows Boot partition needs to be updated
The boot(active) flag of Windows boot partition is missing
this posts describes which steps are necassary to add or repair a masstorage driver in an exiting Windows installation.
If a Windows boot ends with a bluescreen STOP 0x0000007B INACCESSIBLE_BOOT_DEVICE, the system is unable to load a driver for your disk controller properly.
It is possible to correct this and respective, if the hardware changed, to add a driver manually.
The masstorage device driver is registered in Windows at five positions:
The Driver file (.sys) itself must be stored in %Systemroot%\system32\drivers
The Signature file (.cat) is stored in %Systemroot%\System32\catroot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}
The Install file (.inf) is located at %Systemroot%\inf
The Registry Key to start the driver => the service entry
The Registry Key to load the driver at the begin of the boot process => the CriticalDeviceDatabase
some Licensemanager uses the first MAC Address found in system as the HostID. You can use the getmac.exe command to show the list with all NICs.
[H:\]getmac
Physical addresse Transport Name
=================== ===================================================
5C-9A-D8-AE-DC-0D \device\TCPIP_{c6a12685-4aed-49a8-b26b-dce59b81b911}
00-DE-94-17-CA-0F \device\TCPIP_{9f963344-edae-4a42-a992-bb9bc05672bb}
00-CA-BE-17-CA-0F \device\TCPIP_{ad634d51-ccee-43d5-bef6-ce5749b4cdfd}
In this example 5C-9A-D8-AE-DC-0D was used as the host id. Sometimes, after installing a additional LAN adapter or by removing one, these alignment is disordered and the licensemanager won’t start.
These order is indent by the subkeys of
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}
Each Network Interface has its own subkey started by 0000. The lowest Keynumber is the first in the output of getmac. So order your NICs as you want by renaming the keys(4-digit numbers)
you can use wmic.exe to set some network parameters (and much more, its WMI!!) from command line. Syntax is very hard, but it works :-).
For Example. If you want to disable the DNS registration of all enabled Intel e1000 network adapters.
wmic path Win32_NetworkAdapterConfiguration where (IPEnabled="true" and ServiceName="E1G60") call SetDynamicDNSRegistration False,False
The Filter in the braces is the where condition of wmi “select * from NetworkAdapterConfiguration where IPEnabled=’true’ and ServiceName=’E1G60′ ” statement. Modify this for your needs. By using WMI queries this is much more flexible than netsh command lines.
Michael
My Knowledgebase for things about Linux, Windows, VMware, Electronic and so on…
This website uses cookies to improve your experience and to serv personalized advertising by google adsense. By using this website, you consent to the use of cookies for personalized content and advertising. For more information about cookies, please see our Privacy Policy, but you can opt-out if you wish. AcceptRejectRead More
Privacy & Cookies Policy
Privacy Overview
This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.