Skip to content

Instantly share code, notes, and snippets.

@cirrusUK
Created November 2, 2016 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cirrusUK/1864af8201b70372ad4f52be8a0ddf50 to your computer and use it in GitHub Desktop.
Save cirrusUK/1864af8201b70372ad4f52be8a0ddf50 to your computer and use it in GitHub Desktop.
#Windows 10
#IDE to ACHI Fix
1. Run Command Prompt as Admin
2. Invoke a Safe Mode boot with the command: bcdedit /set {current} safeboot minimal
3. Restart the PC and enter your BIOS during bootup.
4. Change from IDE to AHCI mode then Save & Exit.
5. Windows 10 will launch in Safe Mode.
6. Right click the Window icon and select to run the Command Prompt in Admin mode from among the various options.
7. Cancel Safe Mode booting with the command: bcdedit /deletevalue {current} safeboot
8. Restart your PC once more and this time it will boot up normally but with AHCI mode activated.
9. Bask in the reflected glory of being a total Windows 10 God
NOTE: THIS MOSTLY WORKS ONLY ON INTEL CPU'S. With AMd you also have to edit some regedit
#Underscan Fix
HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\Vide o\\
DigitalHDTVDefaultUnderscan
and
TVEnableOverscan
set to Dword = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment