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 [2025/06/27 18:52] (current) Sean Rhone
Line 1: Line 1:
 ====== Information ====== ====== Information ======
  
-  * Microsoft Windows 10 +  * Microsoft Windows 10 IoT Enterprise LTSC 
-  * LTSC 1809+  * Version 21H2 (OS Build 19044.5859)
  
-====== 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 LTSB; can 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 RST; if it's signed by Intel, it won't allow booting; there is no warning of this when loading the RST driver during Windows set-up))+  * [[windows:notes:env_paths|Env PATH Variables]] 
 +  * [[windows;notes;misc]] 
 +  * [[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]] 
 +  * http://redeem.microsoft.com/ (TODO: Put somewhere else) 
 +  * [[https://github.com/Espionage724/Windows|GitHub Batch Files]]
  
-====== Download ======+===== TODOs =====
  
-  * https://forums.mydigitallife.info/threads/72600-ISO-for-latest-enUS-LTSB+  * https://support.microsoft.com/en-us/topic/kb4072698-windows-server-and-azure-stack-hci-guidance-to-protect-against-silicon-based-microarchitectural-and-speculative-execution-side-channel-vulnerabilities-2f965763-00e2-8f98-b632-0d96f30c8c8e#ID0EBBBBJ=FeatureSettingsOverride 
 +  * https://learn.microsoft.com/en-us/windows-hardware/drivers/devtest/bcdedit--set ([[windows;10?rev=1742081524#bcdedit|older rev]])
  
 ====== 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 ====+==== Maintenance ====
  
-  * [[https://www.catalog.update.microsoft.com/Search.aspx?q=Update+for+Windows+10+Version+1809+for+x64-based+Systems|Microsoft Update Catalog]]+  "notepad.exe" "%UserProfile%\Desktop\Maintenance.bat"
  
-  YYYY-MM Update for Windows 10 Version 1809 for x64-based Systems (KB#######)+<code> 
 +:: .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
  
-===== Cumulative =====+:: System File Check, Cleanup, and Repair 
 +"%SystemRoot%\System32\Dism.exe" /online /Cleanup-Image /StartComponentCleanup /ResetBase /RestoreHealth 
 +"%SystemRoot%\System32\sfc.exe" /scannow
  
-==== Information ====+:: Classic Disk Cleanup 
 +"%SystemRoot%\System32\cleanmgr.exe" /sageset:65535 
 +"%SystemRoot%\System32\cleanmgr.exe" /sagerun:65535
  
-  * :!SSU is recommended to be installed **before** the CU+:: Volume Shadow Copy 
 +"%SystemRoot%\System32\vssadmin.exe" Delete Shadows /All
  
-==== Link ====+PAUSE
  
-  * [[http://www.catalog.update.microsoft.com/Search.aspx?q=Cumulative+Update+for+Windows+10+Version+1809+for+x64-based+Systems|Microsoft Update Catalog]]+:: Defrag/Trim 
 +"%SystemRoot%\System32\Defrag.exe" /AllVolumes /Defrag /TierOptimize /SlabConsolidate /Retrim /Optimize /PrintProgress /Verbose /NormalPriority
  
-  YYYY-MM Cumulative Update for Windows 10 Version 1809 for x64-based Systems (KB#######)+PAUSE
  
-====== Prevent Driver Changes ======+:: End</code>
  
-===== Notes =====+=== Test ===
  
-  * To be done after a proper driver is manually installed +  * [[https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-R2-and-2012/cc788042(v=ws.11)?redirectedfrom=MSDN|URL]]
-  * 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)+
  
-===== Base Policies =====+  fsutil usn deleteJournal /D /N C:
  
-  reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions" /v "DenyDeviceIDs" /t "REG_DWORD" /d "1" /f+===== Downloads =====
  
-  reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions" /v "DenyDeviceIDsRetroactive" /t "REG_DWORD" /d "0" /f+==== Reset Icon Cache ====
  
-===== Format =====+  "notepad.exe" "%UserProfile%\Downloads\Reset Icon Cache.bat"
  
-  * Do **not** copy/paste these as-is; only here for reference +<code> 
-  Adjust to specific devices as-needed+TASKKILL /F /IM "explorer.exe" 
 +TIMEOUT /NOBREAK /T "2" 
 +DEL /F /Q "%LocalAppData%\Microsoft\Windows\Explorer\"*".db" 
 +DEL /F /Q "%UserProfile%\AppData\Local\IconCache.db" 
 +TIMEOUT /NOBREAK /T "2" 
 +START explorer.exe
  
-==== Add Prevent Policy ====+:: End</code> 
 + 
 +  "%UserProfile%\Downloads\Reset Icon Cache.bat" 
 + 
 +===== Start Menu ===== 
 + 
 +==== RDP ==== 
 + 
 +  "notepad.exe" "%UserProfile%\Documents\Alira (LAN).rdp" 
 + 
 +<code> 
 +full address:s:192.168.1.152 
 +redirectprinters:i:
 +redirectcomports:i:
 +redirectsmartcards:i:
 +redirectwebauthn:i:
 +redirectclipboard:i:
 +redirectposdevices:i:0</code> 
 + 
 +=== Start Menu === 
 + 
 +  "explorer.exe" "%AppData%\Microsoft\Windows\Start Menu\Programs\Accessories" 
 + 
 +  "%UserProfile%\Documents\Alira (LAN).rdp" 
 + 
 +  Alira 
 + 
 +====== Settings ====== 
 + 
 +===== BCDEdit ===== 
 + 
 +  "bcdedit.exe" /set "disabledynamictick" "Yes" 
 + 
 +  "bcdedit.exe" /set "nx" "AlwaysOff" 
 + 
 +===== Microsoft Edge ===== 
 + 
 +  * [[windows;notes;edge_tweaks|Edge Tweaks]] 
 + 
 +===== Power ===== 
 + 
 +==== Disable Hibernation and Fast Start ====
  
 **** ****
  
-  reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs" /"#/t "REG_SZ" /d "PCI\VEN_XXXX&DEV_XXXX&SUBSYS_XXXXXXXX&REV_XX" /f+  "powercfg.exe" /HIBERNATE "OFF"
  
-==== Remove Prevent Policy ====+==== Enable Ultimate Performance Power Plan ====
  
 **** ****
  
-  reg delete "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs" /"#/f+  "powercfg.exe" /DUPLICATESCHEME "e9a42b02-d5df-448d-aa00-03f14749eb61"
  
-====== Tweaks ======+==== More Settings ==== 
 + 
 +**** 
 + 
 +  "powercfg.exe" /Qh
  
 ===== Disable Clipboard History ===== ===== Disable Clipboard History =====
Line 93: Line 156:
   reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\GameDVR" /v "AllowgameDVR" /t "REG_DWORD" /d "0" /f   reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\GameDVR" /v "AllowgameDVR" /t "REG_DWORD" /d "0" /f
  
-===== Disable Hibernation and Fast Start =====+===== Quick Lock Screen =====
  
-****+  Directly shows password prompt
  
-  powercfg /H off+  REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization" /v "NoLockScreen" /t REG_DWORD /d "1" /f
  
-===== Disable Last Access Time File Updates =====+==== Undo ====
  
 **** ****
  
-  fsutil behavior set disablelastaccess 1+  REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization" /v "NoLockScreen" /t REG_DWORD /d "0" /f
  
 ===== Disable Online Speech Recognition ===== ===== Disable Online Speech Recognition =====
Line 111: Line 174:
   reg add "HKLM\SOFTWARE\Policies\Microsoft\InputPersonalization" /v "AllowInputPersonalization" /t REG_DWORD /d "0" /f   reg add "HKLM\SOFTWARE\Policies\Microsoft\InputPersonalization" /v "AllowInputPersonalization" /t REG_DWORD /d "0" /f
  
-===== Disable Remote Desktop =====+===== Open Pictures With Windows Photo Viewer =====
  
-****+  reg add "HKCU\Software\Classes\.jpg" /ve /t "REG_SZ" /d "PhotoViewer.FileAssoc.Tiff" /f
  
-  reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /"fDenyTSConnections/t REG_DWORD /d "1" /f+  reg add "HKCU\Software\Classes\.jpeg" /ve /t "REG_SZ" /d "PhotoViewer.FileAssoc.Tiff" /f
  
-===== Disable Shared Experiences =====+  reg add "HKCU\Software\Classes\.gif" /ve /t "REG_SZ" /d "PhotoViewer.FileAssoc.Tiff" /f
  
-****+  reg add "HKCU\Software\Classes\.png" /ve /t "REG_SZ" /d "PhotoViewer.FileAssoc.Tiff" /f
  
-  reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /"EnableCdp/t REG_DWORD /d "0" /f+  reg add "HKCU\Software\Classes\.bmp" /ve /t "REG_SZ" /d "PhotoViewer.FileAssoc.Tiff" /f
  
-===== Disable SmartScreen =====+  reg add "HKCU\Software\Classes\.tiff" /ve /t "REG_SZ" /d "PhotoViewer.FileAssoc.Tiff" /f
  
-  * General +  reg add "HKCU\Software\Classes\.ico" /ve /t "REG_SZ" /d "PhotoViewer.FileAssoc.Tiff" /f
-  * Windows Store Apps +
-  * Microsoft EDGE+
  
-  reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer" /v "SmartScreenEnabled" /t "REG_SZ" /d "Off" /f+===== Disable Remote Desktop =====
  
-  reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\AppHost" /v "EnableWebContentEvaluation" /t "REG_DWORD" /d "0" /f+****
  
-  reg add "HKLM\SOFTWARE\Policies\Microsoft\MicrosoftEdge\PhishingFilter" /v "EnabledV9" /t "REG_DWORD/d "0" /f+  reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fDenyTSConnections" /t REG_DWORD /d "1" /f
  
-===== Disable Startup Delay =====+===== Disable Shared Experiences =====
  
 **** ****
  
-  reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Serialize" /v "StartupDelayInMSec" /t "REG_DWORD/d "0" /f+  reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /v "EnableCdp" /t REG_DWORD /d "0" /f
  
 ===== Disable System Restore ===== ===== Disable System Restore =====
Line 157: Line 218:
 **** ****
  
-  reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v "EnableLUA" /t "REG_DWORD" /d "0" /f+  REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v "EnableLUA" /t "REG_DWORD" /d "0" /f
  
-===== Disable Windows Defender =====+===== Enable FIPS Mode =====
  
-****+  https://learn.microsoft.com/en-us/windows/security/security-foundations/certification/fips-140-validation
  
-  reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender" /v "DisableAntiSpyware" /t "REG_DWORD" /d "1" /f+  REG ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\FipsAlgorithmPolicy" /v "Enabled" /t "REG_DWORD" /d "1" /f
  
-===== Open Pictures With Windows Photo Viewer =====+  "powershell.exe" -Command "$md5 New-Object -TypeName 'System.Security.Cryptography.MD5CryptoServiceProvider'"
  
-  reg add "HKCU\Software\Classes\.jpg" /ve /t "REG_SZ" /d "PhotoViewer.FileAssoc.Tiff" /f+==== Disable ====
  
-  reg add "HKCU\Software\Classes\.jpeg" /ve /t "REG_SZ" /d "PhotoViewer.FileAssoc.Tiff" /f+****
  
-  reg add "HKCU\Software\Classes\.gif" /ve /t "REG_SZ" /d "PhotoViewer.FileAssoc.Tiff" /f +  REG ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\FipsAlgorithmPolicy" /"Enabled" /t "REG_DWORD" /d "0" /f
- +
-  reg add "HKCU\Software\Classes\.png" /ve /t "REG_SZ/d "PhotoViewer.FileAssoc.Tiff" /f +
- +
-  reg add "HKCU\Software\Classes\.bmp" /ve /t "REG_SZ" /d "PhotoViewer.FileAssoc.Tiff" /f +
- +
-  reg add "HKCU\Software\Classes\.tiff" /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 ===== ===== Remove Quick Access =====
Line 189: Line 242:
 ===== Remove Windows Search ===== ===== Remove Windows Search =====
  
-****+  "sc.exe" stop "WSearch" & "sc.exe" config "WSearch" "start=disabled"
  
-  Dism /online /Disable-Feature /FeatureName:"SearchEngine-Client-Package" /Remove +  "DISM.exe" /Online /Disable-Feature /FeatureName:"SearchEngine-Client-Package" /Remove
- +
-===== ScriptTiger Hosts File ===== +
- +
-  * https://scripttiger.github.io/hosts-packages/ +
- +
-  * Powershell Script ''*.ps1'' +
- +
-<code> +
-[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 ===== ===== Show All Folders in File Explorer Pane =====
Line 210: Line 252:
   reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "NavPaneShowAllFolders" /t "REG_DWORD" /d "1" /f   reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "NavPaneShowAllFolders" /t "REG_DWORD" /d "1" /f
  
-===== NetFX3 From Install Media =====+===== Verbose Shutdown =====
  
-  Change ''D:\'' to install media drive if necessary+****
  
-  Dism /online /enable-feature /featurename:"NetFX3" /All /Source:"D:\sources\sxs" /LimitAccess+  reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /"VerboseStatus" /t REG_DWORD /"1" /f
  
-===== 1607 =====+====== Other ======
  
-==== Disable HomeGroup ====+===== Microsoft Store =====
  
-****+  "WSReset.exe" -i
  
-  reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\HomeGroup" /"DisableHomeGroup" /"REG_DWORD" /d "1" /f+<code> 
 +"WSReset.exe-i 
 +TIMEOUT /"20" /NOBREAK 
 +"WSReset.exe-i 
 +EXIT /B
  
-==== Remove Most Modern UI Apps ====+:: End</code>
  
-  * Powershell Script ''*.ps1'' +===== WinSAT =====
-  * :!: Do not run this on 1809 as it'll break the Start Menu+
  
-  Get-AppxPackage -allusers | Remove-AppxPackage+  "WinSAT.exe" forgethistory
  
-==== Remove OneDrive ====+  "WinSAT.exe" "formal" -restart "clean"
  
-  taskkill /IM "OneDrive.exe" /F+  "WinSAT.exe" query
  
-  %windir%\SysWOW64\OneDriveSetup.exe /uninstall+===== NetFX3 From Install Media =====
  
-  rmdir "%UserProfile%\OneDrive" "%ProgramData%\Microsoft OneDrive" "%LocalAppData%\Microsoft\OneDrive" "C:\OneDriveTemp" /S /Q+  * Change ''D:\'' to install media drive if necessary
  
-  reg delete "HKCR\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}" /f+  Dism /online /enable-feature /featurename:"NetFX3" /All /Source:"D:\sources\sxs" /LimitAccess
  
-  reg delete "HKCR\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}" /f+===== Prevent Driver Changes =====
  
-===== Maintenance =====+==== Notes ====
  
-  * TODO: Add BleachBit+  * 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)
  
-  "%windir%\system32\Dism.exe" /online /Cleanup-Image /StartComponentCleanup /ResetBase /RestoreHealth+==== Base Policies ====
  
-  "%windir%\system32\sfc.exe" /scannow+  reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions" /v "DenyDeviceIDs" /t "REG_DWORD" /d "1" /f
  
-  "%windir%\system32\cleanmgr.exe" /sageset:65535+  reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions" /v "DenyDeviceIDsRetroactive" /t "REG_DWORD" /d "0" /f
  
-  "%windir%\system32\cleanmgr.exe" /sagerun:65535+==== Format ====
  
-  "%windir%\system32\dfrgui.exe"+  * Do **not** copy/paste these as-is; only here for reference 
 +  * Adjust to specific devices as-needed
  
-===== Auto Login =====+==== Add Prevent Policy ====
  
 **** ****
  
-  control userpasswords2+  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
  
-===== Add Hardware Wizard =====+==== Remove Prevent Policy ====
  
 **** ****
  
-  %SYSTEMROOT%\System32\hdwwiz.exe+  reg delete "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs" /v "#" /f
  
-===== GodMode Folder =====+====== Services ======
  
-****+  TODO: Separate page, individual batches
  
-  GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}+  "sc.exe" stop "DPS" & "sc.exe" config "DPS" "start=disabled"
  
-====== Settings ======+  "sc.exe" stop "DiagTrack" & "sc.exe" config "DiagTrack" "start=disabled"
  
-===== Lock screen Background =====+  "sc.exe" stop "WdiSystemHost" & "sc.exe" config "WdiSystemHost" "start=disabled"
  
-  * Hero+  "sc.exe" stop "PcaSvc" & "sc.exe" config "PcaSvc" "start=disabled"
  
-  C:\Windows\Web\Wallpaper\Windows\img0.jpg+===== Spinesnap =====
  
-====== Hardware Diagnostiscs ======+  "sc.exe" stop "ApHidMonitorService" & "sc.exe" config "ApHidMonitorService" "start=disabled"
  
-===== CPU-Z =====+  "sc.exe" stop "RstMwService" & "sc.exe" config "RstMwService" "start=disabled"
  
-  * https://www.cpuid.com/softwares/cpu-z.html+====== Programs ======
  
-===== FurMark ===== +  [[windows:programs|More Programs]]
- +
-  https://geeks3d.com/furmark/downloads/ +
- +
-===== GPU-Z ===== +
- +
-  * https://www.techpowerup.com/download/techpowerup-gpu-z/ +
- +
-===== HWMonitor ===== +
- +
-  * https://www.cpuid.com/softwares/hwmonitor.html +
- +
-===== Intel PDT ===== +
- +
-  * https://downloadcenter.intel.com/download/19792 +
-  * Intel Processor Diagnostic Tool +
- +
-===== prime95 ===== +
- +
-  * https://www.mersenne.org/download/ +
- +
-====== Programs ======+
  
 ===== 7-Zip ===== ===== 7-Zip =====
  
-  * http://www.7-zip.org/download.html+  * https://www.7-zip.org/download.html
  
 ===== Android Tools ===== ===== Android Tools =====
  
-  * https://dl-ssl.google.com/android/repository/latest_usb_driver_windows.zip +  * [[https://dl-ssl.google.com/android/repository/latest_usb_driver_windows.zip|USB Driver]] 
- +  * [[https://dl-ssl.google.com/android/repository/platform-tools-latest-windows.zip|platform-tools]]
-  * https://dl-ssl.google.com/android/repository/platform-tools-latest-windows.zip +
- +
-  SETX /M path "%path%;C:\Program Files\platform-tools"+
  
 ===== aria2 ===== ===== aria2 =====
Line 328: Line 353:
   * https://github.com/aria2/aria2/releases   * https://github.com/aria2/aria2/releases
  
-  SETX /M path "%path%;C:\Program Files\aria2c"+===== Brain Workshop =====
  
-===== BleachBit ===== +  * https://sourceforge.net/projects/brainworkshop/files/brainworkshop/
- +
-  * https://www.bleachbit.org/download/windows+
  
 ===== Calculator ===== ===== Calculator =====
Line 340: Line 363:
   win32calc   win32calc
  
-===== DirectX End-User Runtimes =====+===== DirectX End-User Runtime =====
  
   * https://www.microsoft.com/en-us/download/confirmation.aspx?id=8109   * 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 ===== ===== Firefox =====
  
-==== Download ====+  * [[https://download.mozilla.org/?product=firefox-esr-msi-latest-ssl&os=win64&lang=en-US|ESR MSI]]
  
-  * https://download.mozilla.org/?product=firefox-latest&os=win64&lang=en-US +  * [[programs;firefox|Settings]]
-  * https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central/+
  
-==== Settings ====+===== Thunderbird =====
  
-=== Default Profile === +  * [[https://download.mozilla.org/?product=thunderbird-esr-msi-latest-ssl&os=win64&lang=en-US|ESR MSI]]
- +
-  rd "%appdata%\Mozilla" /s /q +
- +
-  md "%appdata%\Mozilla\Firefox\Profiles\espionage724" +
- +
-== profiles.ini == +
- +
-  notepad "%appdata%\Mozilla\Firefox\profiles.ini" +
- +
-<code> +
-[General] +
-StartWithLastProfile=1 +
- +
-[Profile0] +
-Name=default +
-IsRelative=1 +
-Path=Profiles/espionage724 +
-Default=1</code> +
- +
-=== user.js === +
- +
-  * Last updated: 2019/07/24 +
-  * :!: 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" +
- +
-<code> +
-/*********** +
- * General * +
- ***********/ +
- +
-user_pref("extensions.screenshots.disabled", true); +
-user_pref("reader.parse-on-load.enabled", false); +
- +
-user_pref("media.mediasource.experimental.enabled", true); +
-user_pref("media.mediasource.ignore_codecs", true); +
-user_pref("media.autoplay.enabled", false); +
- +
-user_pref("webgl.disabled", true); +
-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); +
- +
-/******* +
- * U2F * +
- *******/ +
- +
-user_pref("security.webauth.u2f", true); +
- +
-/*********** +
- * Privacy * +
- ***********/ +
- +
-user_pref("network.dns.disableIPv6", true); +
-user_pref("media.peerconnection.enabled", false); +
- +
-/******* +
- * END * +
- *******/</code> +
- +
-=== Apply Settings === +
- +
-  * :!: Firefox must be started for the first time with the ''-p'' flag for the profile above to be used +
- +
-  "%ProgramFiles%\Mozilla Firefox\firefox.exe" -p default +
- +
-==== Remove Features ==== +
- +
-**** +
- +
-  rd "%ProgramFiles%\Mozilla Firefox\browser\features" /s /q +
- +
-==== Extensions ==== +
- +
-  * Decentraleyes +
-  * HTTPS Everywhere +
-  * Privacy Possum +
-  * Cookie AutoDelete +
-  * uBlock Origin +
- +
-  * https://addons.mozilla.org/en-US/firefox/addon/decentraleyes/versions +
-  * 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 === +
- +
-  * [xEnable Automatic Cleaning? Delay Before Cleaning +
-  * [xEnable 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 =====
  
   * https://www.gimp.org/downloads   * https://www.gimp.org/downloads
- 
-===== Google Chrome ===== 
- 
-  * https://www.google.com/chrome/?standalone=1&platform=win64 
- 
-===== iTunes ===== 
- 
-  * https://www.apple.com/itunes/download/win64 
  
 ===== KeePassXC ===== ===== KeePassXC =====
  
   * https://keepassxc.org/download#windows   * https://keepassxc.org/download#windows
- 
-===== Keybase ===== 
- 
-  * https://prerelease.keybase.io/keybase_setup_amd64.msi 
- 
-===== KMS-VL-ALL ===== 
- 
-  * https://forums.mydigitallife.net/threads/kms_vl_all-smart-activation-script.79535/ 
  
 ===== LibreOffice ===== ===== LibreOffice =====
Line 526: Line 389:
   * https://www.libreoffice.org/download/download/   * https://www.libreoffice.org/download/download/
  
-===== MarkC Mouse Acceleration Fix =====+  * ''[ ]'' Use Skia 
 +  * ''[ ]'' Use a Java runtime 
 + 
 +===== Okular =====
  
-  * https://donewmouseaccel.blogspot.com/2010/03/markc-windows-7-mouse-acceleration-fix.html+  * https://cdn.kde.org/ci-builds/graphics/okular/master/windows/
  
 ===== Notepad++ ===== ===== Notepad++ =====
Line 534: Line 400:
   * https://notepad-plus-plus.org/download   * https://notepad-plus-plus.org/download
  
-===== qBittorrent =====+===== OBS =====
  
-  * https://www.fosshub.com/qBittorrent.html+  * https://github.com/obsproject/obs-studio/releases
  
-===== Thunderbird =====+===== qBittorrent =====
  
-  * https://download.mozilla.org/?product=thunderbird-latest&os=win&lang=en-US +  * https://www.qbittorrent.org/download
-  * https://releases.mozilla.org/pub/thunderbird/nightly/latest-comm-central/+
  
-===== Visual C++ Redistributable Runtimes =====+===== VC++ Redist =====
  
-  * https://forums.mydigitallife.net/threads/repack-visual-c-redistributable-runtimes.76588/ +  * https://github.com/abbodi1406/vcredist/releases
-  * https://github.com/abbodi1406/vcredist+
  
-===== WireGuard =====+===== foobar2000 =====
  
-  * :!: If kill switch is enabled, all local network resources can't be accessed+  * https://www.foobar2000.org/download
  
-  * https://www.wireguard.com/install/+===== VLC media player =====
  
-==== VPN.AC ====+  * https://download.videolan.org/pub/videolan/vlc/last/win64/ 
 +  * https://www.videolan.org/vlc/download-windows.html
  
-  * https://vpn.ac/knowledgebase/130/WireGuard-on-Windows.html +===== Vulkan Runtime =====
-  * https://vpn.ac/wgmanager+
  
-===== VLC ===== +  * https://vulkan.lunarg.com/sdk/home
- +
-  * https://get.videolan.org/vlc/last/win64/+
  
 ====== Games ====== ====== Games ======
Line 567: Line 429:
 ===== Battle.net App ===== ===== Battle.net App =====
  
-  * https://us.battle.net/download/getInstaller?os=win&installer=Battle.net-Setup.exe +  * https://download.battle.net/en-us/?product=bnetdesk 
- +  * [[http://dist.blizzard.com/downloads/bna-installers/322d5bb9ae0318de3d4cde7641c96425/retail.1/Battle.net-Setup-enUS.exe|Older exe]] (no SSL)
-===== Path of Exile ===== +
- +
-  * https://www.pathofexile.com/downloads/PathOfExileInstaller.exe+
  
 ===== Steam ===== ===== Steam =====
  
   * https://steamcdn-a.akamaihd.net/client/installer/SteamSetup.exe   * https://steamcdn-a.akamaihd.net/client/installer/SteamSetup.exe
 +  * See [[games;windows;notes;game_launch_flags|Game Launch Flags]]
  
-===== Diablo II =====+==== Shortcut ====
  
-==== Glide Wrapper ====+  * Disable: Settings -> Interface -> Enable GPU accelerated rendering in web views
  
-  * http://www.svenswrapper.de/english/downloads.html+  "%ProgramFiles(x86)%\Steam\steam.exe" -silent -nocrashmonitor -cef-single-process -cef-disable-breakpad
  
-===== Guild Wars 2 ===== +  Steam (min)
- +
-  * 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 ====== ====== Drivers ======
  
-===== Spinesnap =====+  * See [[windows:drivers|Drivers]] for more URLs
  
-  * [[https://support.apple.com/kb/sp703|Technical Specifications]]+===== Boulderback =====
  
-  * MacBook Pro (Retina, 13-inch, Mid 2014) +==== Chipset ====
-  * i5-4278U (Haswell 4th-gen)+
  
-==== Intel Graphics ====+  * https://www.dell.com/support/home/en-us/drivers/driversdetails?driverid=r0jhr&oscode=w764&productcode=precision-m6500 
 +  * ''9.1.1.1025''
  
-  * https://downloadcenter.intel.com/product/97500/Graphics-for-4th-Generation-Intel-Processors +==== Graphics ====
-  * https://forums.laptopvideo2go.com/topic/32622-2019155063-154042-4th-and-5th-generation-haswell-broadwell-cherry-trail-windows-10-windows-81-windows-8-windows-7/+
  
-==== Intel Management Engine Interface ====+  * 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]]
  
-  * http://www.win-raid.com/t596f39-Intel-Management-Engine-Drivers-Firmware-amp-System-Tools.html +===== Spinesnap =====
-  * https://downloadcenter.intel.com/download/28083 +
- +
-  * Intel MEI +
- +
-==== Intel RST ==== +
- +
-  * http://www.win-raid.com/t2f23-Intel-RST-RSTe-Drivers-newest-v-WHQL-v-WHQL.html +
-  * https://downloadcenter.intel.com/download/28255 +
- +
-  * Intel RST +
-  * :!: v14 is the latest supported branch for non-Skylake +
- +
-==== AMD Radeon RX 580 ==== +
- +
-  * https://www.amd.com/en/support/graphics/radeon-500-series/radeon-rx-500-series/radeon-rx-580 +
-  * https://forums.guru3d.com/forums/videocards-amd-radeon-catalyst-drivers-section.46/ +
- +
-  * TODO: eGPU +
- +
-==== CORSAIR iCUE ==== +
- +
-  * https://www.corsair.com/us/en/downloads +
- +
-===== Piety ===== +
- +
-  * http://www.dell.com/support/home/us/en/04/product-support/product/inspiron-17-5767-laptop/drivers +
- +
-  * Dell Inspiron 17 5767 +
- +
-==== AMD Radeon R7 M445/440 ==== +
- +
-  * http://support.amd.com/en-us/download/mobile?os=Windows+10+-+64 +
- +
-==== Realtek Ethernet ==== +
- +
-  * https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100m-fast-ethernet-pci-express-software+
  
-==== Intel HD Graphics ====+  * [[https://www.dell.com/support/home/en-us/product-support/product/latitude-15-5591-laptop/drivers|Dell Latitude 5591 - Support and BIOS Updates]]
  
-  * https://forums.laptopvideo2go.com/forum/174-intel-video-drivers-and-tools +==== Keyboard ====
-  * https://downloadcenter.intel.com/download/28289+
  
-==== Intel Chipset ====+  * EPOMAKER x LEOBOG Hi75
  
-  * https://downloadcenter.intel.com/download/28310+  * https://epomaker.com/blogs/firmware/epomaker-x-leobog-hi75-firmware 
 +  * https://epomaker.com/blogs/software/epomaker-x-leobog-hi75-driver
  
-==== 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://cn.attackshark.pro/WebDriven/index.html#/project/items"
  
-==== Intel Rapid Storage Technology ====+==== SATA/RST ====
  
-  * http://www.win-raid.com/t2f23-Intel-RST-RSTe-Drivers-newest-v-WHQL-v-WHQL.html +  * [[https://www.intel.com/content/www/us/en/download/19755/intel-rapid-storage-technology-driver-installation-software-with-intel-optane-memory-8th-and-9th-gen-platforms.html|Intel Download Center]] 
-  * https://downloadcenter.intel.com/download/28255+  * :?: Last tested version: ''17.11.3.1010''
  
-  * Intel RST+==== Ethernet ====
  
-==== Intel Wireless ====+  * I219-LM Gigabit 
 +  * Intel Corporation Ethernet Connection (7) I219-LM (rev 10) ((rev 10 drivers, not rev 18+))
  
-  * https://downloadcenter.intel.com/download/28276+  * [[https://www.intel.com/content/www/us/en/products/sku/82185/intel-ethernet-connection-i219lm/downloads.html|Intel Download Center]] 
 +  * Last tested: ''Wired_driver_30.0.1_x64.zip''
  
-==== Intel Bluetooth ====+==== Wireless ====
  
-  * https://downloadcenter.intel.com/download/28009+  * Wireless-AC 9560 
 +  * Intel Corporation Cannon Lake PCH CNVi WiFi (rev 10)
  
-===== Hatebeat =====+  * [[https://www.intel.com/content/www/us/en/products/sku/99446/intel-wirelessac-9560/downloads.html|Intel Download Center]] (IT Administrators 8-)) 
 +  * Last tested: ''WiFi-23.110.0-Driver64-Win10-Win11.zip''
  
-==== AMD Radeon HD 6800 Series ====+=== Bluetooth ===
  
-  * https://support.amd.com/en-us/download/desktop/legacy?product=legacy3&os=Windows+10+-+64+  * Last tested''BT-23.100.1-64UWD-Win10-Win11.zip''
  
-  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"+==== Graphics ====
  
-==== AMD Chipset ====+  * Intel UHD Graphics 630 
 +  * Intel Corporation CoffeeLake-H GT2 [UHD Graphics 630]
  
-  * https://support.amd.com/en-us/download/chipset?os=Windows+10+-+64+  * [[https://www.intel.com/content/www/us/en/support/products/126790/graphics/intel-uhd-graphics-family/intel-uhd-graphics-630.html#drivers-software|Intel Download Center]] 
 +  * Last tested: ''gfx_win_101.2135.exe''
  
-  aria2c "https://www2.ati.com/drivers/amd-chipset-drivers.exe" --referer="https://www2.ati.com" 
C:/www/wiki/data/attic/windows/10.1567268325.txt.gz · Last modified: (external edit)