User Tools

Site Tools


windows:notes:misc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
windows:notes:misc [2026/04/09 18:24] – [MEM_TOP_DOWN] Sean Rhonewindows:notes:misc [2026/07/01 11:41] (current) – [Etc] Sean Rhone
Line 43: Line 43:
  
 ====== Remove OneDrive ====== ====== Remove OneDrive ======
 +
 +  "%SystemRoot%\System32\reg.exe" DELETE "HKEY_CURRENT_USER\Environment" /v "OneDrive" /f
 +
 +===== Old =====
  
   taskkill /IM "OneDrive.exe" /F   taskkill /IM "OneDrive.exe" /F
Line 104: Line 108:
   "%SystemRoot%\System32\reg.exe" ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%ProgramFiles%\Mozilla Firefox\firefox.exe" /t "REG_SZ" /d "~ DISABLEDXMAXIMIZEDWINDOWEDMODE HIGHDPIAWARE DISABLEDWM DISABLETHEMES NoDTToDITMouseBatch" /f   "%SystemRoot%\System32\reg.exe" ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%ProgramFiles%\Mozilla Firefox\firefox.exe" /t "REG_SZ" /d "~ DISABLEDXMAXIMIZEDWINDOWEDMODE HIGHDPIAWARE DISABLEDWM DISABLETHEMES NoDTToDITMouseBatch" /f
  
-  "%SystemRoot%\System32\reg.exe" ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\firefox.exe" /v "UseLargePages" /t "REG_DWORD" /d "1" /f+  "%SystemRoot%\System32\reg.exe" ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\firefox.exe" /v "UseLargePages" /t "REG_DWORD" /d "0" /f
  
 ===== Explorer ===== ===== Explorer =====
  
-  "%SystemRoot%\System32\reg.exe" ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%SystemRoot%\explorer.exe" /t "REG_SZ" /d "~ DISABLEDXMAXIMIZEDWINDOWEDMODE HIGHDPIAWARE DISABLEDWM DISABLETHEMES NoDTToDITMouseBatch" /f+  "%SystemRoot%\System32\reg.exe" ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%SystemRoot%\explorer.exe" /t "REG_SZ" /d "~ DISABLEDXMAXIMIZEDWINDOWEDMODE HIGHDPIAWARE DISABLEDWM DISABLETHEMES NoDTToDITMouseBatch" /f
  
   "%SystemRoot%\System32\reg.exe" ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\explorer.exe" /v "UseLargePages" /t "REG_DWORD" /d "1" /f   "%SystemRoot%\System32\reg.exe" ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\explorer.exe" /v "UseLargePages" /t "REG_DWORD" /d "1" /f
Line 114: Line 118:
 ===== DWM ===== ===== DWM =====
  
-  "%SystemRoot%\System32\reg.exe" ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%SystemRoot%\System32\dwm.exe" /t "REG_SZ" /d "~ DISABLEDXMAXIMIZEDWINDOWEDMODE HIGHDPIAWARE DISABLEDWM DISABLETHEMES NoDTToDITMouseBatch" /f+  "%SystemRoot%\System32\reg.exe" ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%SystemRoot%\System32\dwm.exe" /t "REG_SZ" /d "~ DISABLEDXMAXIMIZEDWINDOWEDMODE HIGHDPIAWARE DISABLEDWM DISABLETHEMES NoDTToDITMouseBatch" /f
  
   "%SystemRoot%\System32\reg.exe" ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\dwm.exe" /v "UseLargePages" /t "REG_DWORD" /d "1" /f   "%SystemRoot%\System32\reg.exe" ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\dwm.exe" /v "UseLargePages" /t "REG_DWORD" /d "1" /f
 +
 +===== Etc =====
 +
 +  "%SystemRoot%\System32\reg.exe" ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\ntoskrnl.exe" /v "UseLargePages" /t "REG_DWORD" /d "1" /f
 +
 +  "%SystemRoot%\System32\reg.exe" ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\svchost.exe" /v "UseLargePages" /t "REG_DWORD" /d "1" /f
 +
 +  "%SystemRoot%\System32\reg.exe" ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\csrss.exe" /v "UseLargePages" /t "REG_DWORD" /d "1" /f
 +
 +====== Version Notes ======
 +
 +===== LTSC 1809 =====
 +
 +  * 2026/04
 +
 +  * Has both ''curl.exe'' and ''tar.exe''
 +  * Defrag command in Maintenance bat needs different flags than 21H2
 +  * No known benefit over 21H2
 +
 +===== LTSB 1607 =====
 +
 +  * 2026/04
 +
 +  * No ''curl.exe'' nor ''tar.exe''
 +  * Runs GTA V Online (BattlEye no problem 1607, GTA V DX10 fine 2018 GPU driver)
 +  * Intel UHD 630 driver from 2018 (''.2141'' nor latest 6th-gen install/require newer Windows than 1607)
 +  * OneDrive is integrated and doesn't uninstall as-easily like it's installed with Office
 +  * No Edge (business ''msi'' installs fine and works with ''msedge_proxy'')
 +  * Alps touchpad driver doesn't install (benefit)
  
/usr/local/www/wiki/data/attic/windows/notes/misc.1775773441.txt.gz · Last modified: by Sean Rhone