User Tools

Site Tools


windows:10

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:10 [2019/08/31 12:18] Sean Rhonewindows:10 [2026/08/13 23:03] (current) – [Information] 19044.7663 Sean Rhone
Line 1: Line 1:
 ====== Information ====== ====== Information ======
  
-  * Microsoft Windows 10 +  * Microsoft Windows 10 IoT Enterprise LTSC 
-  * LTSC 1809+  * Version 21H2 (OS Build 19044.7663)
  
-====== Notes ======+====== Resources ======
  
-  * Removing Most/All Modern UI apps on 1803 prevents facial login via Windows Hello from working entirely ((removes camera?)) ((Does not apply to LTSBcan freely remove most/all Modern UI apps and still have functional Windows Hello)) +  * [[windows;notes;quick_commands|Quick Commands]] 
-  * :!Enabling Secure Boot prevents non-WHQL drivers from working ((this is particularly bad with Intel RSTif it's signed by Intel, it won't allow bootingthere is no warning of this when loading the RST driver during Windows set-up))+  * [[windows:notes:env_paths|Env PATH Variables]] 
 +  * [[windows;notes;misc]]
  
-====== Download ====== +  [[https://learn.microsoft.com/en-us/windows/win32/debug/system-error-codes--0-499-|System Error Codes (0-499+)]] 
- +  * [[https://learn.microsoft.com/en-us/windows/deployment/update/windows-update-error-reference|Windows Update error codes]]
-  * https://forums.mydigitallife.info/threads/72600-ISO-for-latest-enUS-LTSB+
  
 ====== Updates ====== ====== Updates ======
  
-===== Servicing Stack =====+  * [[https://www.catalog.update.microsoft.com/Search.aspx?q=Cumulative+Update+for+Windows+10+Version+21H2+for+x64-based+Systems|Windows 10 21H2 Cumulative Updates - Microsoft Update Catalog]] 
 +  * :!: [[https://www.catalog.update.microsoft.com/Search.aspx?q=KB5014032|KB5014032]] 2022-05 SSU is required before the latest CU
  
-==== Information ====+====== Shortcuts ======
  
-  * https://docs.microsoft.com/en-us/windows/deployment/update/servicing-stack-updates#when-are-they-released +===== Desktop =====
-  * https://portal.msrc.microsoft.com/en-us/security-guidance/advisory/ADV990001 +
-  * :!: SSU is recommended to be installed **before** the CU+
  
-==== Link ====+==== Calculator ====
  
-  * [[https://www.catalog.update.microsoft.com/Search.aspx?q=Update+for+Windows+10+Version+1809+for+x64-based+Systems|Microsoft Update Catalog]]+  "%SystemRoot%\System32\win32calc.exe"
  
-  YYYY-MM Update for Windows 10 Version 1809 for x64-based Systems (KB#######)+  Calculator
  
-===== Cumulative =====+==== Maintenance ====
  
-==== Information ====+  "%SystemRoot%\System32\notepad.exe" "%UserProfile%\Desktop\Maintenance.bat"
  
-  * :!: SSU is recommended to be installed **before** the CU+<code> 
 +@echo off
  
-==== Link ====+TITLE Maintenance 
 +CD "%Temp%"
  
-  * [[http://www.catalog.update.microsoft.com/Search.aspx?q=Cumulative+Update+for+Windows+10+Version+1809+for+x64-based+Systems|Microsoft Update Catalog]]+:: Disk Cleanup Set-up 
 +"%SystemRoot%\System32\cleanmgr.exe" /sageset:9999
  
-  YYYY-MM Cumulative Update for Windows 10 Version 1809 for x64-based Systems (KB#######)+:: System File Check, Cleanup, and Repair 
 +"%SystemRoot%\System32\Dism.exe" /online /Cleanup-Image /StartComponentCleanup /ResetBase /RestoreHealth 
 +"%SystemRoot%\System32\sfc.exe" /scannow
  
-====== Prevent Driver Changes ======+:: Disk Cleanup 
 +"%SystemRoot%\System32\cleanmgr.exe" /sagerun:9999
  
-===== Notes =====+:: Volume Shadow Copy 
 +"%SystemRoot%\System32\vssadmin.exe" Delete Shadows /All
  
-  * To be done after a proper driver is manually installed +:: USN Change Journal 
-  * This ensures Windows Update nor anything else can replace installed drivers for specific devices unattended +"%SystemRoot%\System32\fsutil.exe" usn deleteJournal /D "%SystemDrive%"
-  * Additional entries need to add a new number (the value after ''/v''+
-  * The device ID can be acquired from Device Manager and should be pasted as-is (no extra slashes)+
  
-===== Base Policies =====+:: .NET Framework 4 
 +"%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\ngen.exe" update /force /queue 
 +"%SystemRoot%\Microsoft.NET\Framework64\v4.0.30319\ngen.exe" update /force /queue 
 +"%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\ngen.exe" executequeueditems 
 +"%SystemRoot%\Microsoft.NET\Framework64\v4.0.30319\ngen.exe" executequeueditems
  
-  reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions" /"DenyDeviceIDs/t "REG_DWORD" /"1" /f+ECHO Explorer close 
 +PAUSE 
 +"%SystemRoot%\System32\taskkill.exe" /F /IM "explorer.exe" 
 +"%SystemRoot%\System32\timeout.exe" /"2" /NOBREAK
  
-  reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions/v "DenyDeviceIDsRetroactive" /t "REG_DWORD" /"0/f+:: Icon Cache 
 +DEL /F /Q "%LocalAppData%\Microsoft\Windows\Explorer\"*".db" 
 +DEL //"%UserProfile%\AppData\Local\IconCache.db"
  
-===== Format =====+:: Temp Dirs 
 +DEL /F /Q "%LocalAppData%\Temp\*" 
 +DEL /F /Q "%SystemRoot%\Temp\*"
  
-  * Do **not** copy/paste these as-is; only here for reference +TIMEOUT /T "2" /NOBREAK 
-  * Adjust to specific devices as-needed+START explorer.exe
  
-==== Add Prevent Policy ====+:: Defrag/Trim 
 +ECHO Defrag 
 +PAUSE 
 +"%SystemRoot%\System32\Defrag.exe" /AllVolumes /Defrag /TierOptimize /SlabConsolidate /Retrim /Optimize /PrintProgress /Verbose /NormalPriority
  
-****+PAUSE
  
-  reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs" /v "#" /t "REG_SZ" /d "PCI\VEN_XXXX&DEV_XXXX&SUBSYS_XXXXXXXX&REV_XX" /f+:: End</code>
  
-==== Remove Prevent Policy ====+===== Downloads =====
  
-****+==== Remove Intel Microcode ====
  
-  reg delete "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs" /v "#/f+  "%SystemRoot%\System32\notepad.exe" "%UserProfile%\Downloads\Remove Intel Microcode.bat"
  
-====== Tweaks ======+<code> 
 +@echo off
  
-===== Disable Clipboard History =====+CD "%Temp%"
  
-****+"%SystemRoot%\System32\takeown.exe" /F "%SystemRoot%\System32\mcupdate_GenuineIntel.dll" 
 +"%SystemRoot%\System32\icacls.exe" "%SystemRoot%\System32\mcupdate_GenuineIntel.dll" /grant "Administrators:F"
  
-  reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\System/v "AllowClipboardHistory" /t REG_DWORD /d "0" /f+DEL /Q "%SystemRoot%\System32\mcupdate_GenuineIntel.dll"
  
-===== Disable Cortana and Web Search =====+:: End</code>
  
-****+  "%UserProfile%\Downloads\Remove Intel Microcode.bat"
  
-  reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "AllowCortana" /t REG_DWORD /d "0" /f+===== Start Menu =====
  
-===== Disable Game DVR =====+==== SSH ====
  
-****+  TODO: ''MKDIR'' new folder + shortcut for update + wiki backup
  
-  reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\GameDVR" /v "AllowgameDVR" /t "REG_DWORD" /d "0/f+  "%SystemRoot%\explorer.exe" "%AppData%\Microsoft\Windows\Start Menu\Programs\Accessories"
  
-===== Disable Hibernation and Fast Start =====+  "%SystemRoot%\System32\OpenSSH\ssh.exe" -o "StrictHostKeyChecking='no'" -o "UserKnownHostsFile='NUL'" "192.168.1.152"
  
-****+  Kraityn
  
-  powercfg /H off+==== Update Office ====
  
-===== Disable Last Access Time File Updates =====+  "%SystemRoot%\explorer.exe" "%ProgramData%\Microsoft\Windows\Start Menu\Programs\Microsoft Office Tools"
  
-****+  "%CommonProgramFiles%\microsoft shared\ClickToRun\OfficeC2RClient.exe" /update "user" forceappshutdown="True" displaylevel="True"
  
-  fsutil behavior set disablelastaccess 1+  Update Office
  
-===== Disable Online Speech Recognition =====+====== Settings ======
  
-****+===== BCDEdit =====
  
-  reg add "HKLM\SOFTWARE\Policies\Microsoft\InputPersonalization" /v "AllowInputPersonalization" /t REG_DWORD /d "0" /f+  * [[windows;notes;bcdedit|Notes]]
  
-===== Disable Remote Desktop =====+===== Microsoft Edge =====
  
-****+  [[windows;notes;edge_tweaks|Edge Tweaks]]
  
-  reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fDenyTSConnections" /t REG_DWORD /d "1" /f+===== Printer =====
  
-===== Disable Shared Experiences =====+  ipp://192.168.1.164/ipp/print
  
-****+===== Power =====
  
-  reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /v "EnableCdp" /t REG_DWORD /d "0" /f+==== Disable Hibernation and Fast Start ====
  
-===== Disable SmartScreen =====+  "powercfg.exe" /HIBERNATE "OFF"
  
-  * General +==== Enable Ultimate Performance Power Plan ====
-  * Windows Store Apps +
-  * Microsoft EDGE+
  
-  reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer" /"SmartScreenEnabled/t "REG_SZ" /d "Off" /f+  "powercfg.exe" /DUPLICATESCHEME "e9a42b02-d5df-448d-aa00-03f14749eb61"
  
-  reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\AppHost" /v "EnableWebContentEvaluation" /t "REG_DWORD" /d "0" /f+==== More Settings ====
  
-  reg add "HKLM\SOFTWARE\Policies\Microsoft\MicrosoftEdge\PhishingFilter" /v "EnabledV9" /t "REG_DWORD" /d "0" /f+  "powercfg.exe" /Qh
  
-===== Disable Startup Delay =====+===== Disable Clipboard History =====
  
-****+  "%SystemRoot%\System32\reg.exe" add "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /v "AllowClipboardHistory" /t REG_DWORD /d "0" /f
  
-  reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Serialize" /v "StartupDelayInMSec" /t "REG_DWORD" /d "0" /f+===== Disable Cortana and Web Search =====
  
-===== Disable System Restore =====+  "%SystemRoot%\System32\reg.exe" add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "AllowCortana" /t REG_DWORD /d "0" /f
  
-****+===== Disable Game DVR =====
  
-  reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\SystemRestore" /v "DisableSR " /t "REG_DWORD" /d "1" /f+  "%SystemRoot%\System32\reg.exe" add "HKLM\SOFTWARE\Policies\Microsoft\Windows\GameDVR" /v "AllowgameDVR" /t "REG_DWORD" /d "0" /f
  
-===== Disable Telemetry Features =====+===== Quick Lock Screen =====
  
-****+  Directly shows password prompt
  
-  reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection" /v "AllowTelemetry" /t "REG_DWORD/d "0" /f+  REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization" /v "NoLockScreen" /t REG_DWORD /d "1" /f
  
-===== Disable User Account Control =====+==== Undo ====
  
-****+  REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization" /v "NoLockScreen" /t REG_DWORD /d "0" /f
  
-  reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v "EnableLUA" /t "REG_DWORD" /d "0" /f+===== Disable Online Speech Recognition =====
  
-===== Disable Windows Defender ===== +  reg add "HKLM\SOFTWARE\Policies\Microsoft\InputPersonalization" /v "AllowInputPersonalization" /t REG_DWORD /d "0" /f
- +
-**** +
- +
-  reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender" /v "DisableAntiSpyware" /t "REG_DWORD/d "1" /f+
  
 ===== Open Pictures With Windows Photo Viewer ===== ===== Open Pictures With Windows Photo Viewer =====
Line 181: Line 195:
   reg add "HKCU\Software\Classes\.ico" /ve /t "REG_SZ" /d "PhotoViewer.FileAssoc.Tiff" /f   reg add "HKCU\Software\Classes\.ico" /ve /t "REG_SZ" /d "PhotoViewer.FileAssoc.Tiff" /f
  
-===== Remove Quick Access =====+===== Disable Remote Desktop =====
  
-****+  reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fDenyTSConnections" /t REG_DWORD /d "1" /f
  
-  reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer" /v "HubMode" /t "REG_DWORD" /d "1" /f+===== Disable Shared Experiences =====
  
-===== Remove Windows Search =====+  reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /v "EnableCdp" /t REG_DWORD /d "0" /f
  
-****+===== Disable System Restore =====
  
-  Dism /online /Disable-Feature /FeatureName:"SearchEngine-Client-Package" /Remove+  reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\SystemRestore" /v "DisableSR " /t "REG_DWORD" /"1" /f
  
-===== ScriptTiger Hosts File =====+===== Disable Telemetry Features =====
  
-  * https://scripttiger.github.io/hosts-packages/+  reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection" /v "AllowTelemetry" /t "REG_DWORD" /d "0" /f
  
-  * Powershell Script ''*.ps1''+===== Disable User Account Control =====
  
-<code> +  REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v "EnableLUA" /t "REG_DWORD" /d "0" /f
-[Net.ServicePointManager]::SecurityProtocol = "tls12, tls11, tls" +
-Invoke-WebRequest "https://scripttiger.github.io/alts/compressed/blacklist-fg.txt" -OutFile "C:\Windows\System32\drivers\etc\hosts" +
-ipconfig /flushdns</code>+
  
-===== Show All Folders in File Explorer Pane =====+===== Enable FIPS Mode =====
  
-****+  https://learn.microsoft.com/en-us/windows/security/security-foundations/certification/fips-140-validation
  
-  reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "NavPaneShowAllFolders" /t "REG_DWORD" /d "1" /f+  "%SystemRoot%\System32\reg.exe" ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\FipsAlgorithmPolicy" /v "Enabled" /t "REG_DWORD" /d "1" /f
  
-===== NetFX3 From Install Media =====+===== Remove Quick Access =====
  
-  * Change ''D:\'' to install media drive if necessary+  reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer" /v "HubMode" /t "REG_DWORD" /d "1" /f
  
-  Dism /online /enable-feature /featurename:"NetFX3" /All /Source:"D:\sources\sxs" /LimitAccess+===== Remove Windows Search =====
  
-===== 1607 =====+  "%SystemRoot%\System32\sc.exe" stop "WSearch" & "%SystemRoot%\System32\sc.exe" config "WSearch" "start=disabled"
  
-==== Disable HomeGroup ====+  "%SystemRoot%\System32\Dism.exe" /Online /Disable-Feature /FeatureName:"SearchEngine-Client-Package" /Remove
  
-****+===== Show All Folders in File Explorer Pane =====
  
-  reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\HomeGroup" /v "DisableHomeGroup" /t "REG_DWORD" /d "1" /f+  reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "NavPaneShowAllFolders" /t "REG_DWORD" /d "1" /f
  
-==== Remove Most Modern UI Apps ====+===== Verbose Shutdown =====
  
-  * Powershell Script ''*.ps1'' +  reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v "VerboseStatus" /t REG_DWORD /d "1" /f
-  * :!: Do not run this on 1809 as it'll break the Start Menu+
  
-  Get-AppxPackage -allusers | Remove-AppxPackage+====== Other ======
  
-==== Remove OneDrive ====+===== HOSTS =====
  
-  taskkill /IM "OneDrive.exe" /F+  * https://scripttiger.github.io/alts/ 
 +  * [[windows:notes:default_hosts|Default]]
  
-  %windir%\SysWOW64\OneDriveSetup.exe /uninstall+==== fakenews + gambling ====
  
-  rmdir "%UserProfile%\OneDrive" "%ProgramData%\Microsoft OneDrive" "%LocalAppData%\Microsoft\OneDrive" "C:\OneDriveTemp" //Q+  * https://scripttiger.github.io/alts/compressed/blacklist-fg.txt 
 +  * Unified hosts + fakenews + gambling (Compressed)
  
-  reg delete "HKCR\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}" /f+  "%SystemRoot%\System32\curl.exe" --output "%Temp%\blacklist-fg.txt" --location "https://scripttiger.github.io/alts/compressed/blacklist-fg.txt" --progress-bar && MOVE /Y "%Temp%\blacklist-fg.txt" "%SystemRoot%\System32\drivers\etc\hosts" && "%SystemRoot%\System32\ipconfig.exe" /flushdns && "%SystemRoot%\System32\ipconfig.exe" /registerdns
  
-  reg delete "HKCR\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}" /f+==== Script ====
  
-===== Maintenance =====+  "%SystemRoot%\System32\notepad.exe" "%UserProfile%\Downloads\ScriptTiger Hosts (fakenews + gambling).bat"
  
-  * TODO: Add BleachBit+<code> 
 +@echo off
  
-  "%windir%\system32\Dism.exe/online /Cleanup-Image /StartComponentCleanup /ResetBase /RestoreHealth+TITLE ScriptTiger Hosts (fakenews + gambling) 
 +CD "%Temp%"
  
-  "%windir%\system32\sfc.exe" /scannow+"%SystemRoot%\System32\curl.exe" --output "%Temp%\blacklist-fg.txt" --location "https://scripttiger.github.io/alts/compressed/blacklist-fg.txt" --progress-bar 
 +MOVE /Y "%Temp%\blacklist-fg.txt" "%SystemRoot%\System32\drivers\etc\hosts"
  
-  "%windir%\system32\cleanmgr.exe" /sageset:65535+"%SystemRoot%\System32\ipconfig.exe" /flushdns 
 +"%SystemRoot%\System32\ipconfig.exe" /registerdns
  
-  "%windir%\system32\cleanmgr.exe" /sagerun:65535+:: End</code>
  
-  "%windir%\system32\dfrgui.exe"+  "%UserProfile%\Downloads\ScriptTiger Hosts (fakenews + gambling).bat"
  
-===== Auto Login =====+===== Microsoft Store =====
  
-****+  "%SystemRoot%\System32\notepad.exe" "%UserProfile%\Downloads\Install Microsoft Store.bat"
  
-  control userpasswords2+<code> 
 +@echo off
  
-===== Add Hardware Wizard =====+TITLE Install Microsoft Store 
 +CD "%Temp%"
  
-****+"%SystemRoot%\System32\WSReset.exe" -i 
 +"%SystemRoot%\System32\timeout.exe" /T "20" /NOBREAK
  
-  %SYSTEMROOT%\System32\hdwwiz.exe+"%SystemRoot%\System32\WSReset.exe" -i
  
-===== GodMode Folder =====+EXIT /B
  
-****+:: End</code>
  
-  GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}+  "%UserProfile%\Downloads\Install Microsoft Store.bat"
  
-====== Settings ======+===== WinSAT =====
  
-===== Lock screen Background =====+  "%SystemRoot%\System32\WinSAT.exe" "formal" -restart "clean" -v
  
-  * Hero+  "%SystemRoot%\System32\WinSAT.exe" forgethistory
  
-  C:\Windows\Web\Wallpaper\Windows\img0.jpg+  "%SystemRoot%\System32\WinSAT.exe" query
  
-====== Hardware Diagnostiscs ======+===== NetFX3 From Install Media =====
  
-===== CPU-Z =====+  * Change ''D:\'' to install media drive if necessary
  
-  * https://www.cpuid.com/softwares/cpu-z.html+  Dism /online /enable-feature /featurename:"NetFX3" /All /Source:"D:\sources\sxs" /LimitAccess
  
-===== FurMark =====+===== Prevent Driver Changes =====
  
-  * https://geeks3d.com/furmark/downloads/+==== Notes ====
  
-===== GPU-Z =====+  * To be done after a proper driver is manually installed 
 +  * This ensures Windows Update nor anything else can replace installed drivers for specific devices unattended 
 +  * Additional entries need to add a new number (the value after ''/v''
 +  * The device ID can be acquired from Device Manager and should be pasted as-is (no extra slashes)
  
-  * https://www.techpowerup.com/download/techpowerup-gpu-z/+==== Base Policies ====
  
-===== HWMonitor =====+  reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions" /v "DenyDeviceIDs" /t "REG_DWORD" /d "1" /f
  
-  * https://www.cpuid.com/softwares/hwmonitor.html+  reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions" /v "DenyDeviceIDsRetroactive" /t "REG_DWORD" /d "0" /f
  
-===== Intel PDT =====+==== Format ====
  
-  * https://downloadcenter.intel.com/download/19792 +  * Do **not** copy/paste these as-is; only here for reference 
-  * Intel Processor Diagnostic Tool+  * Adjust to specific devices as-needed
  
-===== prime95 =====+==== Add Prevent Policy ====
  
-  * https://www.mersenne.org/download/+  reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs" /v "#" /t "REG_SZ" /d "PCI\VEN_XXXX&DEV_XXXX&SUBSYS_XXXXXXXX&REV_XX" /f
  
-====== Programs ======+==== Remove Prevent Policy ====
  
-===== 7-Zip =====+  reg delete "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs" /v "#" /f
  
-  * http://www.7-zip.org/download.html+==== Alt ====
  
-===== Android Tools =====+  * Dynamic Tuning devices can be disabled from registry 
 +  * 5 devices
  
-  * https://dl-ssl.google.com/android/repository/latest_usb_driver_windows.zip+  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\ACPI\INT3400\2&daba3ff&1
  
-  * https://dl-ssl.google.com/android/repository/platform-tools-latest-windows.zip+===== Transparent Taskbar =====
  
-  SETX /M path "%path%;C:\Program Files\platform-tools"+<code>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Dwm ForceEffectMode 1</code>
  
-===== aria2 =====+<code>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced UseOLEDTaskbarTransparency 1</code>
  
-  * https://github.com/aria2/aria2/releases+===== Aero Lite Theme =====
  
-  SETX /M path "%path%;C:\Program Files\aria2c"+  COPY /"%SystemRoot%\Resources\Themes\aero.theme" "%UserProfile%\Desktop\aerolite.theme"
  
-===== BleachBit =====+  "%SystemRoot%\System32\notepad.exe" "%UserProfile%\Desktop\aerolite.theme"
  
-  * https://www.bleachbit.org/download/windows+<code> 
 +[Theme] 
 +DisplayName=Aero Lite</code>
  
-===== Calculator =====+<code> 
 +[VisualStyles] 
 +Path=%ResourceDir%\Themes\Aero\AeroLite.msstyles</code>
  
-  * Only available on LTSB/LTSC+==== Apply ====
  
-  win32calc+  * Delete ''aerolite.theme'' after apply
  
-===== DirectX End-User Runtimes ===== +  "%UserProfile%\Desktop\aerolite.theme"
- +
-  * https://www.microsoft.com/en-us/download/confirmation.aspx?id=8109 +
- +
-===== Etcher ===== +
- +
-  * https://www.balena.io/etcher/ +
- +
-===== FileZilla ===== +
- +
-  * https://filezilla-project.org/download.php?show_all=1 +
- +
-===== Firefox ===== +
- +
-==== Download ==== +
- +
-  * https://download.mozilla.org/?product=firefox-latest&os=win64&lang=en-US +
-  * https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central/+
  
 ==== Settings ==== ==== Settings ====
  
-=== Default Profile ===+  * Personalization -> Colors
  
-  rd "%appdata%\Mozilla" /s /q+  * Default Windows mode: ''[x]'' Dark 
 +  * Default app mode: ''[x]'' Light 
 +  * ''[ ]'' Transparency effects 
 +  * ''[ ]'' Automatically pick an accent color 
 +  * Accent color on surfaces: ''[x]'' Title bars and window borders
  
-  md "%appdata%\Mozilla\Firefox\Profiles\espionage724"+===== TCP ACK =====
  
-== profiles.ini ==+  * ''DWORD'' ''1'' for both
  
-  notepad "%appdata%\Mozilla\Firefox\profiles.ini"+  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces
  
-<code> +  TcpAckFrequency
-[General] +
-StartWithLastProfile=1+
  
-[Profile0] +  TcpNoDelay
-Name=default +
-IsRelative=1 +
-Path=Profiles/espionage724 +
-Default=1</code>+
  
-=== user.js ===+===== Hide SSH Folder =====
  
-  * Last updated: 2019/07/24 +  "%SystemRoot%\System32\attrib.exe" +H "%UserProfile%\.ssh"
-  * :!: IPv6 is disabled in order to prevent WebRTC from potentially grabbing an IPv6 address +
-  * :!: ''media.peerconnection.enabled'' disables WebRTC+
  
-  notepad "%appdata%\Mozilla\Firefox\Profiles\espionage724\user.js"+====== Services ======
  
-<code> +  [[windows;notes;services|Notes]]
-/*********** +
- * General * +
- ***********/+
  
-user_pref("extensions.screenshots.disabled", true); +====== Programs ======
-user_pref("reader.parse-on-load.enabled", false);+
  
-user_pref("media.mediasource.experimental.enabled", true); +  * [[windows:programs|More Programs]]
-user_pref("media.mediasource.ignore_codecs", true); +
-user_pref("media.autoplay.enabled", false);+
  
-user_pref("webgl.disabled", true); +===== 7-Zip =====
-user_pref("webgl.enable-webgl2", false); +
-user_pref("accessibility.force_disabled", 1); +
-user_pref("mousewheel.min_line_scroll_amount", 40); +
-user_pref("browser.tabs.drawInTitlebar", true);+
  
-/******* +  * https://www.7-zip.org/download.html
- * U2F * +
- *******/+
  
-user_pref("security.webauth.u2f", true);+===== Android Tools =====
  
-/*********** +  * [[https://dl-ssl.google.com/android/repository/latest_usb_driver_windows.zip|USB Driver]] 
- Privacy * +  [[https://dl-ssl.google.com/android/repository/platform-tools-latest-windows.zip|platform-tools]]
- ***********/+
  
-user_pref("network.dns.disableIPv6", true); +===== aria2 =====
-user_pref("media.peerconnection.enabled", false);+
  
-/******* +  * https://github.com/aria2/aria2/releases
- * END * +
- *******/</code>+
  
-=== Apply Settings ===+===== Brain Workshop =====
  
-  * :!: Firefox must be started for the first time with the ''-p'' flag for the profile above to be used+  * https://sourceforge.net/projects/brainworkshop/files/brainworkshop/
  
-  "%ProgramFiles%\Mozilla Firefox\firefox.exe" -p default+===== DirectX End-User Runtime =====
  
-==== Remove Features ====+  * https://www.microsoft.com/en-us/download/confirmation.aspx?id=8109
  
-****+===== Firefox =====
  
-  rd "%ProgramFiles%\Mozilla Firefox\browser\features" //q+  * https://www.firefox.com/en-US/download/all/desktop-esr/win64-msi/en-US/ 
 +  * https://www.firefox.com/en-US/download/all/
  
-==== Extensions ====+  * [[programs;firefox|Settings]]
  
-  * Decentraleyes +===== Thunderbird =====
-  * HTTPS Everywhere +
-  * Privacy Possum +
-  * Cookie AutoDelete +
-  * uBlock Origin+
  
-  * https://addons.mozilla.org/en-US/firefox/addon/decentraleyes/versions +  * https://www.thunderbird.net/en-US/thunderbird/all/
-  * https://www.eff.org/https-everywhere +
-  * https://addons.mozilla.org/en-US/firefox/addon/privacy-possum/versions +
-  * https://addons.mozilla.org/en-US/firefox/addon/cookie-autodelete/versions +
-  * https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/versions +
- +
-=== Cookie AutoDelete === +
- +
-  * [x] Enable Automatic Cleaning? Delay Before Cleaning +
-  * [x] Enable Cleanup on Domain Change +
-  * [ ] Enable Cleanup Log and Counter +
-  * [ ] Show Notification After Cookie Cleanup +
-  * [x] Clean Cookies from Open Tabs on Startup +
-  * [x] Localstorage Cleanup (Firefox 58+) +
- +
-=== uBlock Origin === +
- +
-== Settings == +
- +
-  * [x] Prevent WebRTC from leaking local IP addresses +
- +
-== Filter lists == +
- +
-  * [ ] Ads -> EasyList ((uncheck; included in ''Fanboy Ultimate List'')) +
-  * [ ] Privacy -> EasyPrivacy ((uncheck; included in ''Fanboy Ultimate List'')) +
- +
-  * Multipurpose -> [x] Dan Pollock's hosts file +
-  * Multipurpose -> [x] hpHost's Ad and tracking servers +
-  * Multipurpose -> [x] MVPS HOSTS +
- +
-  * Custom -> [x] Import +
- +
-== Custom 3rd-party filters == +
- +
-  * Last updated: 2018/11/24 +
- +
-<code> +
-https://www.fanboy.co.nz/fanboy-problematic-sites.txt +
-https://www.fanboy.co.nz/r/fanboy-ultimate.txt +
-https://www.fanboy.co.nz/fanboy-antifacebook.txt +
-https://www.fanboy.co.nz/fanboy-antifonts.txt +
-https://www.fanboy.co.nz/fanboy-cookiemonster.txt +
-https://raw.githubusercontent.com/ryanbr/fanboy-adblock/master/popads-domains-list.txt +
-https://raw.githubusercontent.com/ryanbr/fanboy-adblock/master/fake-news.txt</code> +
- +
-==== Testing Sites ==== +
- +
-  * https://www.youtube.com/html5 +
-  * https://ipx.ac +
-  * https://decentraleyes.org/test/ +
-  * https://panopticlick.eff.org/ +
-  * https://browserleaks.com/ +
-  * https://speedof.me/+
  
 ===== GIMP ===== ===== GIMP =====
Line 502: Line 437:
   * https://www.gimp.org/downloads   * https://www.gimp.org/downloads
  
-===== Google Chrome =====+==== Hide Keyrings ====
  
-  * https://www.google.com/chrome/?standalone=1&platform=win64 +  "%SystemRoot%\System32\attrib.exe" +H "%UserProfile%\.dbus-keyrings"
- +
-===== iTunes ===== +
- +
-  * https://www.apple.com/itunes/download/win64+
  
 ===== KeePassXC ===== ===== KeePassXC =====
Line 514: Line 445:
   * https://keepassxc.org/download#windows   * https://keepassxc.org/download#windows
  
-===== Keybase =====+===== Okular =====
  
-  * https://prerelease.keybase.io/keybase_setup_amd64.msi +  * https://cdn.kde.org/ci-builds/graphics/okular/master/windows/
- +
-===== KMS-VL-ALL ===== +
- +
-  * https://forums.mydigitallife.net/threads/kms_vl_all-smart-activation-script.79535/ +
- +
-===== LibreOffice ===== +
- +
-  * https://www.libreoffice.org/download/download/ +
- +
-===== MarkC Mouse Acceleration Fix ===== +
- +
-  * https://donewmouseaccel.blogspot.com/2010/03/markc-windows-7-mouse-acceleration-fix.html+
  
 ===== Notepad++ ===== ===== Notepad++ =====
  
-  * https://notepad-plus-plus.org/download+  * https://github.com/notepad-plus-plus/notepad-plus-plus/releases
  
 ===== qBittorrent ===== ===== qBittorrent =====
  
-  * https://www.fosshub.com/qBittorrent.html+  * https://www.qbittorrent.org/download
  
-===== Thunderbird =====+===== VC++ Redist =====
  
-  * https://download.mozilla.org/?product=thunderbird-latest&os=win&lang=en-US +  * https://github.com/abbodi1406/vcredist/releases 
-  * https://releases.mozilla.org/pub/thunderbird/nightly/latest-comm-central/+  * https://forums.mydigitallife.net/threads/repack-visual-c-redistributable-runtimes-2025-10-17.76588/
  
-===== Visual C++ Redistributable Runtimes =====+===== VLC media player =====
  
-  * https://forums.mydigitallife.net/threads/repack-visual-c-redistributable-runtimes.76588+  * https://download.videolan.org/pub/videolan/vlc/last/win64
-  * https://github.com/abbodi1406/vcredist+  * https://www.videolan.org/vlc/download-windows.html
  
-===== WireGuard =====+===== Vulkan Runtime =====
  
-  * :!: If kill switch is enabled, all local network resources can't be accessed+  * https://vulkan.lunarg.com/sdk/home
  
-  * https://www.wireguard.com/install/+====== Drivers ======
  
-==== VPN.AC ====+  * See [[windows:drivers|Drivers]] for more URLs
  
-  * https://vpn.ac/knowledgebase/130/WireGuard-on-Windows.html +===== Hailrake =====
-  * https://vpn.ac/wgmanager+
  
-===== VLC =====+  * TODO
  
-  * https://get.videolan.org/vlc/last/win64/+===== Boulderback =====
  
-====== Games ======+==== Chipset ====
  
-===== Battle.net App =====+  * https://www.dell.com/support/home/en-us/drivers/driversdetails?driverid=r0jhr&oscode=w764&productcode=precision-m6500 
 +  * ''9.1.1.1025''
  
-  * https://us.battle.net/download/getInstaller?os=win&installer=Battle.net-Setup.exe+==== Graphics ====
  
-===== Path of Exile ===== +  * https://www.amd.com/en/support/downloads/drivers.html/graphics/firepro/firepro-mobility-series/firepro-m7820-mobility.html 
- +  * [[https://drivers.amd.com/drivers/amdcleanuputility.exe|amdcleanuputility.exe]]
-  * https://www.pathofexile.com/downloads/PathOfExileInstaller.exe +
- +
-===== Steam ===== +
- +
-  * https://steamcdn-a.akamaihd.net/client/installer/SteamSetup.exe +
- +
-===== Diablo II ===== +
- +
-==== Glide Wrapper ==== +
- +
-  * http://www.svenswrapper.de/english/downloads.html +
- +
-===== Guild Wars 2 ===== +
- +
-  * https://account.arena.net/content/download/gw2/win/64 +
- +
-  "C:\Program Files\Guild Wars 2\Gw2-64.exe" -autologin +
- +
-  "C:\Program Files\Guild Wars 2\Gw2-64.exe" -image +
- +
-  "C:\Program Files\Guild Wars 2\Gw2-64.exe" -repair +
- +
-====== Drivers ======+
  
 ===== Spinesnap ===== ===== Spinesnap =====
  
-  * [[https://support.apple.com/kb/sp703|Technical Specifications]]+  * [[https://www.dell.com/support/home/en-us/product-support/product/latitude-15-5591-laptop/drivers|Dell Latitude 5591 - Support and BIOS Updates]]
  
-  * MacBook Pro (Retina, 13-inch, Mid 2014) +==== Keyboard ====
-  * i5-4278U (Haswell 4th-gen)+
  
-==== Intel Graphics ====+  * EPOMAKER x LEOBOG Hi75
  
-  * https://downloadcenter.intel.com/product/97500/Graphics-for-4th-Generation-Intel-Processors +  * https://leobogtech.com/blogs/software/leobog-driver 
-  * https://forums.laptopvideo2go.com/topic/32622-2019155063-154042-4th-and-5th-generation-haswell-broadwell-cherry-trail-windows-10-windows-81-windows-8-windows-7/+  * [[https://drive.google.com/file/d/1mNCEzYdCJbup6_a25H0H8nVytvGVenSl/view?usp=sharing|Hi75RGB固件.exe]] (''V5.0.0'') ((:!: flashes without warning/prompt))
  
-==== Intel Management Engine Interface ====+==== Mouse ====
  
-  * http://www.win-raid.com/t596f39-Intel-Management-Engine-Drivers-Firmware-amp-System-Tools.html +  * ATTACK SHARK R6
-  * https://downloadcenter.intel.com/download/28083+
  
-  * Intel MEI+  "%ProgramFiles(x86)%\Microsoft\Edge\Application\msedge_proxy.exe" --app="https://www.xvalleyinno.top/AttackShark/#/project/items"
  
-==== Intel RST ====+  "%ProgramFiles(x86)%\Microsoft\Edge\Application\msedge_proxy.exe" --app="https://cn.attackshark.pro/WebDriven/index.html#/project/items"
  
-  * http://www.win-raid.com/t2f23-Intel-RST-RSTe-Drivers-newest-v-WHQL-v-WHQL.html +==== SATA/RST ====
-  * https://downloadcenter.intel.com/download/28255+
  
-  * Intel RST +  * ''16.8.5.1014'' ((OpROM is ''16.0.2.3402'', ''16.8.5.1014.5'' release notes matches latest v16 branch))
-  * :!: v14 is the latest supported branch for non-Skylake+
  
-==== AMD Radeon RX 580 ====+==== Ethernet ====
  
-  * https://www.amd.com/en/support/graphics/radeon-500-series/radeon-rx-500-series/radeon-rx-580 +  * I219-LM Gigabit 
-  * https://forums.guru3d.com/forums/videocards-amd-radeon-catalyst-drivers-section.46/+  * Intel Corporation Ethernet Connection (7) I219-LM (rev 10) ((rev 10 drivers, not rev 18+)) 
 +  * :?: 2026/05/23: ''12.19.2.64'' limits ''Receive'' and ''Transmit Buffers'' to ''2048'' on [[windows:11_ltsc|W11]], but can do ''4096''+ on 10
  
-  * TODOeGPU+  * https://www.intel.com/content/www/us/en/products/sku/82185/intel-ethernet-connection-i219lm/downloads.html
  
-==== CORSAIR iCUE ====+==== Wireless ====
  
-  * https://www.corsair.com/us/en/downloads+  * AX210
  
-===== Piety =====+  * https://www.intel.com/content/www/us/en/products/sku/204836/intel-wifi-6e-ax210-gig/downloads.html
  
-  * http://www.dell.com/support/home/us/en/04/product-support/product/inspiron-17-5767-laptop/drivers+==== Graphics ====
  
-  * Dell Inspiron 17 5767+  * Intel UHD Graphics 630 
 +  * Intel Corporation CoffeeLake-H GT2 [UHD Graphics 630]
  
-==== AMD Radeon R7 M445/440 ====+  * https://www.intel.com/content/www/us/en/support/products/126790/graphics/processor-graphics/intel-uhd-graphics-family/intel-uhd-graphics-630.html
  
-  * http://support.amd.com/en-us/download/mobile?os=Windows+10+-+64+=== 8GB VRAM ===
  
-==== Realtek Ethernet ====+  * :?: Aperture size and other BIOS options affect available memory ((1024MB aperture does ''7086 MB'' in ''dxdiag''))
  
-  * https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100m-fast-ethernet-pci-express-software+  "%SystemRoot%\System32\reg.exe" ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\GMM" /v "DedicatedSegmentSize" /t "REG_DWORD" /d "8192" /f
  
-==== Intel HD Graphics ====+=== Etc ===
  
-  * https://forums.laptopvideo2go.com/forum/174-intel-video-drivers-and-tools +  * :?: ''DisableFlipImmediateOnHSync=1'' caused MW2 (DX9) to cap FPS at refresh rate on external HDMI 
-  * https://downloadcenter.intel.com/download/28289+  * 2026/07/13: ''Display1_DisableAsyncFlips=1'' capped osu!lazer (D3D11) at refresh rate (OGL was uncapped) 
 +  * ''IncreaseFixedSegment'' is seemingly 0 or 1 (([[https://www.intel.com/content/dam/support/us/en/documents/boardsandkits/gfx_emgd_usersguide.pdf|source]]; hints online say it's VRAM increase but ''DedicatedSegmentSize'' does that)) 
 +  * :?: ''@dota2.exe'' and etc at ''1'' ((dx9, 11, games, benchmarks, CAD; 32-bit?))
  
-==== Intel Chipset ====+  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000
  
-  * https://downloadcenter.intel.com/download/28310 +<code> 
- +AdaptiveVsyncEnable 
-==== Intel Management Engine Interface ==== +ForcePLLDisableEnableForFreqChange 
- +IncreaseFixedSegment 
-  * http://www.win-raid.com/t596f39-Intel-Management-Engine-Drivers-Firmware-amp-System-Tools.html +LSPCONLpmEnable 
-  * https://downloadcenter.intel.com/download/28083 +NarrowGamutSplitGammaEnable 
- +PowerGpsAggressivenessLevel 
-  * Intel MEI +PSR2Disable 
- +Psr2DrrsEnable 
-==== Intel Rapid Storage Technology ==== +RemoveALLInterlacedModes 
- +ResendACTSignal 
-  * http://www.win-raid.com/t2f23-Intel-RST-RSTe-Drivers-newest-v-WHQL-v-WHQL.html +TotalPSR2OUICount 
-  * https://downloadcenter.intel.com/download/28255 +z AssertBreakDisable 
- +z AssertEnableMask 
-  * Intel RST +z DebugEnableMask</code>
- +
-==== Intel Wireless ==== +
- +
-  * https://downloadcenter.intel.com/download/28276 +
- +
-==== Intel Bluetooth ==== +
- +
-  * https://downloadcenter.intel.com/download/28009 +
- +
-===== Hatebeat ===== +
- +
-==== AMD Radeon HD 6800 Series ==== +
- +
-  * https://support.amd.com/en-us/download/desktop/legacy?product=legacy3&os=Windows+10+-+64 +
- +
-  aria2c "https://www2.ati.com/drivers/beta/non-whql-win10-64bit-radeon-software-crimson-relive-16.2.1-sep20.exe" --referer="https://www2.ati.com" +
- +
-==== AMD Chipset ==== +
- +
-  * https://support.amd.com/en-us/download/chipset?os=Windows+10+-+64+
  
-  aria2c "https://www2.ati.com/drivers/amd-chipset-drivers.exe" --referer="https://www2.ati.com" 
/usr/local/www/wiki/data/attic/windows/10.1567268325.txt.gz · Last modified: (external edit)