Date created: Friday, September 21, 2012 9:15:19 AM. Last modified: Thursday, December 13, 2012 11:41:20 AM
VM Tuning
If Windows is booting to a black screen complaining about an non-digitally signed driver; press enter, then on the next screen F8, and select to "disable device driver checking", this will boot the OS but only for this one session. Once in, run a command prompt as an Administrator and run the following command:
bcdedit -set TESTSIGNING ONThis will permanently disable device driver signing checking.
Disable DEP;
bcdedit.exe /set {current} nx AlwaysOffEnable with ;
bcdedit.exe /set {current} nx AlwaysOn
Disable write-back caching;
Administrative Tools > Computer Management > Storage > Disk Management > Right click "C:" > Properties > Hardware Tab > Properties > Policies
Previous page: Windows 7 - MTU Settings
Next page: OpenVPN on Windows XP