Windows Registry Editor Version 5.00

; —————————————————————————————
; 1. VISUAL EFFECTS → Best Performance
; —————————————————————————————

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects]
"VisualFXSetting"=dword:00000002

[HKEY_CURRENT_USER\Control Panel\Desktop]
"DragFullWindows"="0"
"MenuShowDelay"="0"
"FontSmoothing"="0"

; —————————————————————————————
; 2. CPU Scheduling → Background Services
; —————————————————————————————

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\PriorityControl]
"Win32PrioritySeparation"=dword:00000026

; —————————————————————————————
; 3. DISABLE TELEMETRY
; —————————————————————————————

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DataCollection]
"AllowTelemetry"=dword:00000000

; —————————————————————————————
; 4. DISABLE WINDOWS DEFENDER REAL-TIME (if using 3rd-party AV)
; —————————————————————————————

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection]
"DisableRealtimeMonitoring"=dword:00000001

; —————————————————————————————
; 5. STOP & DISABLE UNUSED SERVICES
; —————————————————————————————

; SysMain (Superfetch)
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SysMain]
"Start"=dword:00000004

; Windows Search
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WSearch]
"Start"=dword:00000004

; Error Reporting Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WerSvc]
"Start"=dword:00000004

; Diagnostics Tracking Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DiagTrack]
"Start"=dword:00000004

; Fax Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Fax]
"Start"=dword:00000004

; XPS Print Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\XpsPrint]
"Start"=dword:00000004

; Print Spooler (if you have no printers)
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Spooler]
"Start"=dword:00000004

; —————————————————————————————
; 6. RDP → Leaner Experience & UDP
; —————————————————————————————

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services]
; remove wallpaper, animations, themes
"fDisableWallpaper"=dword:00000001
"fDisableFullWindowDrag"=dword:00000001
"fDisableMenuAnims"=dword:00000001
"fDisableThemes"=dword:00000001
; force 16-bit color
"ColorDepth"=dword:00000010

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp]
; enable UDP transport
"fUseUdp"=dword:00000001
; enable compression
"Compression"=dword:00000001

; —————————————————————————————
; 7. NETWORK ADAPTER OFFLOAD (generic registry keys)
; —————————————————————————————

; Disable Large Send Offload on all NICs (may not apply to every driver)
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"DisableTaskOffload"=dword:00000001

