Create Windows to go
New method through ESD
https://github.com/gus33000/ESD-Decrypterhttp://www.intowindows.com/create-bootable-usb-of-windows-10-from-esd/
Prerequisites
Install ImageX through http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=2525084&kbln=en-usSteps
1) Mount the Windows install media ISO. From the source directory, locate the install.vim file.2) Run the following command to apply the install media to the USB drive:
3) Make sure the USB drive is marked active.:\imagex /check /verify /apply :\MyImage.wim 1 C:\
3) Create boot entry
X:
cd Windows\system32
bcdboot.exe X:\Windows /s X: /f ALL
References:
- http://www.eightforums.com/tutorials/5349-windows-8-go-setup-usb-flash-drive-usb-disk.html
- https://www.howtogeek.com/196817/how-to-create-a-windows-to-go-usb-drive-without-the-enterprise-edition/
- https://msdn.microsoft.com/en-us/library/jj979690(v=winembedded.81).aspx
Comments
Post a Comment