Rename empty folder to
GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}
Disable thumbs.db generation in Microsoft Windows. Import this key into system registry.
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "DisableThumbnailCache"=dword:00000001
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
DWORD value named “AUOptions”
00000002 (Notify for download and notify for install)
00000003 (Auto download and notify for install)
00000004 (Auto download and schedule the install)
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU] "AUOptions"=dword:00000002
There is a big performance impact, while Hyper-V is installed please be sure that's not there.
You can find it in “Programs” → Windows Features
cmd /c start /affinity ## "c:\program.exe"
## Binary value
1 = 1 Core
111111 = All 6 Cores
100000 = 6th Core only (20hex)
Binary value must be converted to hex format
Disable Superfetch service
Disable Indexing
Disable Hibernate
powercfg -h off
Start msconfig
Under boot tab check “Safe boot” then reboot PC set IDE to AHCI. Boot in safe mode run msconfig again and uncheck “Safe boot”
Leave 25-40% free space (for longer SSD life)
On some older motherboards there are strange problems while using AHCI, if you experience random freeze, data corruption etc. then leave IDE mode.
C:\Windows\System32\spool\drivers\color
C:\ProgramData\Microsoft\Windows\Start Menu\Programs | |
<USER>\AppData\Roaming\Microsoft\Windows\Start Menu\Programs | |
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run | |
Startscreen Layout | %LocalAppData%\Microsoft\Windows |
Be careful!
sfc /scannow
dism /online /cleanup-image /restorehealth
Check status:
fsutil behavior query DisableDeleteNotify
Set
fsutil behavior set DisableDeleteNotify 0|1
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers] "TdrLevel"=dword:00000000
bcdedit /set useplatformclock true bcdedit /deletevalue useplatformclock
Platform clock - force HPET or ACPI
If not set (default) use TSC if is invariant (modern CPU) - faster, otherwise fallback to HPET or ACPI
From faster to slower → TSC → HPET → ACPI
HPET is slower, but more precise
Set JPEG quality 100% on Microsoft Windows 10 Wallpaper
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Control Panel\Desktop] "JPEGImportQuality"=dword:00000064
Turn off power saving for USB in control panels
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\USB] "DisableSelectiveSuspend"=dword:00000001
Type mdsched into start search
Disable powermanagement on port0
Intel AHCI driver only
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\iaStor\Parameters\Port0] "LPM"=dword:00000000 "LPMDSTATE"=dword:00000000 "DIPM"=dword:00000000
or Install AMD SATA Driver (best performance - 1.2.1.402)! I have some stability issues with older or newer
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\0012ee47-9041-4b5d-9b77-535fba8b1442\0b2d69d7-a2a1-449c-9680-f91c70521c60] "Attributes"=dword:00000002
netsh winhttp import proxy source = ie
netsh winhttp reset proxy
Run as Administrator
netsh interface portproxy add v4tov4 listenaddress=127.0.0.1 listenport=8000 connectaddress=192.168.0.10 connectport=8000