Posts

Showing posts with the label Windows 10

Sleeping Dogs Definitive Edition Crashes in Windows 10 -- workaround

The trick is to disable the "Touch Keyboard and Handwriting Panel Service" service. For those who don't know how to disable the service, here is one way: Open Control Panel -> System and Security -> Administrative Tools -> Services. There, look for the service called "Touch Keyboard and Handwriting Panel Service". Right click on it and select "stop" to stop the service. You may also ban the service from automatically starting there. Note that you need to disable the service before starting steam. Reference

Windows 10 useful installation information

Direct Windows 10 ISO download location: https://www.microsoft.com/en-us/software-download/windows10ISO Fix the "Setup couldn't start properly" problem while using the Windows 10 media creation tool to update: http://www.addictivetips.com/windows-tips/fix-the-setup-couldnt-start-properly-error-when-downloading-windows-10/ Stop Windows 10 from using your network bandwidth for updating others' PC: http://www.pcworld.com/article/2955491/windows/how-to-stop-windows-10-from-using-your-pcs-bandwidth-to-update-strangers-systems.html

Create Windows to go

New method through ESD https://github.com/gus33000/ESD-Decrypter http://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-us Steps 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: :\imagex /check /verify /apply :\MyImage.wim 1 C:\ 3) Make sure the USB drive is marked active. 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