Both sides previous revisionPrevious revisionNext revision | Previous revision |
windows:10 [2025/04/12 22:59] – [Edge Fix] Sean Rhone | windows:10 [2025/06/27 18:52] (current) – Sean Rhone |
---|
| |
* Microsoft Windows 10 IoT Enterprise LTSC | * Microsoft Windows 10 IoT Enterprise LTSC |
* Version 21H2 (OS Build 19044.5737) | * Version 21H2 (OS Build 19044.5859) |
| |
====== Resources ====== | ====== Resources ====== |
| |
| * [[windows;notes;quick_commands|Quick Commands]] |
* [[windows:notes:env_paths|Env PATH Variables]] | * [[windows:notes:env_paths|Env PATH Variables]] |
* [[windows;notes;misc]] | * [[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/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) | * http://redeem.microsoft.com/ (TODO: Put somewhere else) |
* [[https://github.com/Espionage724/Windows|GitHub Batch Files]] | * [[https://github.com/Espionage724/Windows|GitHub Batch Files]] |
| |
===== TODO ===== | ===== TODOs ===== |
| |
* 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://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 | * https://learn.microsoft.com/en-us/windows-hardware/drivers/devtest/bcdedit--set ([[windows;10?rev=1742081524#bcdedit|older rev]]) |
* https://forums.blurbusters.com/viewtopic.php?f=10&t=13429 (enable rss) | |
| |
====== Updates ====== | ====== Updates ====== |
| |
:: End</code> | :: End</code> |
| |
| === Test === |
| |
| * [[https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-R2-and-2012/cc788042(v=ws.11)?redirectedfrom=MSDN|URL]] |
| |
| fsutil usn deleteJournal /D /N C: |
| |
| ===== Downloads ===== |
| |
| ==== Reset Icon Cache ==== |
| |
| "notepad.exe" "%UserProfile%\Downloads\Reset Icon Cache.bat" |
| |
| <code> |
| 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 |
| |
| :: End</code> |
| |
| "%UserProfile%\Downloads\Reset Icon Cache.bat" |
| |
===== Start Menu ===== | ===== Start Menu ===== |
====== Settings ====== | ====== Settings ====== |
| |
===== Explorer ===== | ===== BCDEdit ===== |
| |
==== Separate Processes ==== | "bcdedit.exe" /set "disabledynamictick" "Yes" |
| |
**** | "bcdedit.exe" /set "nx" "AlwaysOff" |
| |
| ===== Microsoft Edge ===== |
| |
REG ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "SeparateProcess" /t REG_DWORD /d "1" /f | * [[windows;notes;edge_tweaks|Edge Tweaks]] |
| |
===== Power ===== | ===== Power ===== |
| |
"powercfg.exe" /DUPLICATESCHEME "e9a42b02-d5df-448d-aa00-03f14749eb61" | "powercfg.exe" /DUPLICATESCHEME "e9a42b02-d5df-448d-aa00-03f14749eb61" |
| |
==== Disable CPU Idle States ==== | |
| |
* :!: Results in notably higher idle temps | |
* Task Manager shows 100% core usage all the time | |
| |
"powercfg.exe" /SETACVALUEINDEX "SCHEME_CURRENT" "SUB_PROCESSOR" "IdleDisable" "1" & "powercfg.exe" /SETACTIVE "SCHEME_CURRENT" | |
| |
=== Undo === | |
| |
**** | |
| |
"powercfg.exe" /SETACVALUEINDEX "SCHEME_CURRENT" "SUB_PROCESSOR" "IdleDisable" "0" & "powercfg.exe" /SETACTIVE "SCHEME_CURRENT" | |
| |
==== More Settings ==== | ==== More Settings ==== |
| |
"powercfg.exe" /Qh | "powercfg.exe" /Qh |
| |
===== Disable Threaded DPCs ===== | |
| |
**** | |
| |
REG ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\kernel" /v "ThreadDpcEnable" /t "REG_DWORD" /d "0" /f | |
| |
===== Disable Clipboard History ===== | ===== Disable Clipboard History ===== |
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 Last Access Time File Updates ===== | ===== Quick Lock Screen ===== |
| |
| * Directly shows password prompt |
| |
| REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization" /v "NoLockScreen" /t REG_DWORD /d "1" /f |
| |
| ==== 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 ===== |
| |
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /v "EnableCdp" /t REG_DWORD /d "0" /f | reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /v "EnableCdp" /t REG_DWORD /d "0" /f |
| |
===== Disable SmartScreen ===== | |
| |
* General | |
* Windows Store Apps | |
* Microsoft Edge | |
| |
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer" /v "SmartScreenEnabled" /t "REG_SZ" /d "Off" /f | |
| |
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 | |
| |
===== Disable Startup Delay ===== | |
| |
**** | |
| |
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Serialize" /v "StartupDelayInMSec" /t "REG_DWORD" /d "0" /f | |
| |
===== Disable System Restore ===== | ===== Disable System Restore ===== |
| |
REG ADD "HKEY_LOCAL_MACHINE\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 ===== | |
| |
**** | |
| |
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender" /v "DisableAntiSpyware" /t "REG_DWORD" /d "1" /f | |
| |
===== Enable FIPS Mode ===== | ===== Enable FIPS Mode ===== |
| |
* https://learn.microsoft.com/en-us/windows/security/security-foundations/certification/fips-140-validation | * https://learn.microsoft.com/en-us/windows/security/security-foundations/certification/fips-140-validation |
* [[windows;notes;misc#fips_test|Test]] | |
| |
REG ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\FipsAlgorithmPolicy" /v "Enabled" /t "REG_DWORD" /d "1" /f | REG ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\FipsAlgorithmPolicy" /v "Enabled" /t "REG_DWORD" /d "1" /f |
| |
==== Undo ==== | "powershell.exe" -Command "$md5 = New-Object -TypeName 'System.Security.Cryptography.MD5CryptoServiceProvider'" |
| |
| ==== Disable ==== |
| |
**** | **** |
====== Other ====== | ====== Other ====== |
| |
===== NetFX3 From Install Media ===== | ===== Microsoft Store ===== |
| |
* Change ''D:\'' to install media drive if necessary | "WSReset.exe" -i |
| |
Dism /online /enable-feature /featurename:"NetFX3" /All /Source:"D:\sources\sxs" /LimitAccess | <code> |
| "WSReset.exe" -i |
| TIMEOUT /T "20" /NOBREAK |
| "WSReset.exe" -i |
| EXIT /B |
| |
===== Remove Most Modern UI Apps ===== | :: End</code> |
| |
* Not necessary with Local Account log-ins and Pro/Enterprise/LTSC editions | ===== WinSAT ===== |
* Tested fine on 20H2, 21H2, and 23H2 | |
* :!: This broke the start menu on 1809 | |
* :!: 2024/08: May cause Explorer windows to act broken at times on 11 23H2 | |
| |
* Powershell Script ''*.ps1'' | "WinSAT.exe" forgethistory |
| |
Get-AppxPackage -allusers | Remove-AppxPackage | "WinSAT.exe" "formal" -restart "clean" |
| |
===== Remove OneDrive ===== | "WinSAT.exe" query |
| |
taskkill /IM "OneDrive.exe" /F | ===== NetFX3 From Install Media ===== |
| |
%windir%\SysWOW64\OneDriveSetup.exe /uninstall | * Change ''D:\'' to install media drive if necessary |
| |
rmdir "%UserProfile%\OneDrive" "%ProgramData%\Microsoft OneDrive" "%LocalAppData%\Microsoft\OneDrive" "C:\OneDriveTemp" /S /Q | Dism /online /enable-feature /featurename:"NetFX3" /All /Source:"D:\sources\sxs" /LimitAccess |
| |
reg delete "HKCR\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}" /f | |
| |
reg delete "HKCR\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}" /f | |
| |
===== Prevent Driver Changes ===== | ===== Prevent Driver Changes ===== |
| |
====== Services ====== | ====== Services ====== |
| |
| * TODO: Separate page, individual batches |
| |
"sc.exe" stop "DPS" & "sc.exe" config "DPS" "start=disabled" | "sc.exe" stop "DPS" & "sc.exe" config "DPS" "start=disabled" |
| |
"sc.exe" stop "SysMain" & "sc.exe" config "SysMain" "start=disabled" | "sc.exe" stop "DiagTrack" & "sc.exe" config "DiagTrack" "start=disabled" |
| |
===== Spinesnap ===== | "sc.exe" stop "WdiSystemHost" & "sc.exe" config "WdiSystemHost" "start=disabled" |
| |
"sc.exe" stop "esifsvc" & "sc.exe" config "esifsvc" "start=disabled" | "sc.exe" stop "PcaSvc" & "sc.exe" config "PcaSvc" "start=disabled" |
| |
| ===== Spinesnap ===== |
| |
"sc.exe" stop "ApHidMonitorService" & "sc.exe" config "ApHidMonitorService" "start=disabled" | "sc.exe" stop "ApHidMonitorService" & "sc.exe" config "ApHidMonitorService" "start=disabled" |
| |
====== Edge Fix ====== | "sc.exe" stop "RstMwService" & "sc.exe" config "RstMwService" "start=disabled" |
| |
* :?: Occasionally, Edge stops being able to open ([[https://forums.mydigitallife.net/threads/what-causes-edge-to-randomly-not-open.89145/|post]]) | |
* This deletes/resets the user profile | |
| |
RMDIR /S /Q "%LocalAppData%\Microsoft\Edge" | |
| |
====== Programs ====== | ====== Programs ====== |
===== Android Tools ===== | ===== Android Tools ===== |
| |
* [[https://dl-ssl.google.com/android/repository/latest_usb_driver_windows.zip|Latest USB Driver]] | * [[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|Latest platform-tools]] | * [[https://dl-ssl.google.com/android/repository/platform-tools-latest-windows.zip|platform-tools]] |
* :!: [[https://dl.google.com/android/repository/platform-tools_r30.0.5-windows.zip|30.0.5 platform-tools]] ((this specific version was needed to workaround a ''fastboot'' error that only happened on the latest version)) | |
| |
===== aria2 ===== | ===== aria2 ===== |
| |
* https://www.microsoft.com/en-us/download/confirmation.aspx?id=8109 | * https://www.microsoft.com/en-us/download/confirmation.aspx?id=8109 |
* :?: TODO: Extras get installed if .NET 2/3 Windows feature is also installed | |
| |
===== .NET Runtime ===== | |
| |
* https://aka.ms/dotnet/8.0/windowsdesktop-runtime-win-x64.exe | |
| |
===== Firefox ===== | ===== Firefox ===== |
| |
* [[https://download.mozilla.org/?product=firefox-latest-ssl&os=win64&lang=en-US|exe]] | * [[https://download.mozilla.org/?product=firefox-esr-msi-latest-ssl&os=win64&lang=en-US|ESR MSI]] |
* [[programs;firefox|Settings]] | * [[programs;firefox|Settings]] |
* :?: May benefit from intentionally setting OS ClearType font settings ((default out-the-box Gamma is ''1.8''; clicking all-Next/defaults through ClearType config puts it at standard ''2.2'')) | |
| ===== Thunderbird ===== |
| |
| * [[https://download.mozilla.org/?product=thunderbird-esr-msi-latest-ssl&os=win64&lang=en-US|ESR MSI]] |
| |
===== GIMP ===== | ===== GIMP ===== |
* https://www.libreoffice.org/download/download/ | * https://www.libreoffice.org/download/download/ |
| |
* Options -> Uncheck Use Skia (HW accel should be checked) | * ''[ ]'' Use Skia |
* Options -> Disable Java runtime environment | * ''[ ]'' Use a Java runtime |
| |
===== MuPDF ===== | ===== Okular ===== |
| |
* https://mupdf.com/releases/index.html | * https://cdn.kde.org/ci-builds/graphics/okular/master/windows/ |
* https://mupdf.com/releases/history.html | |
| |
===== Notepad++ ===== | ===== Notepad++ ===== |
| |
* https://www.qbittorrent.org/download | * https://www.qbittorrent.org/download |
* https://github.com/waelisa/Best-blocklist/raw/main/wael.list.p2p.zip | |
| |
===== Thunderbird ===== | |
| |
* https://download.mozilla.org/?product=thunderbird-latest-ssl&os=win64&lang=en-US | |
| |
===== VC++ Redist ===== | ===== VC++ Redist ===== |
* https://github.com/abbodi1406/vcredist/releases | * https://github.com/abbodi1406/vcredist/releases |
| |
"%UserProfile%\Downloads\VisualCppRedist_AIO_x86_x64.exe" /ai | ===== foobar2000 ===== |
| |
"%UserProfile%\Downloads\VisualCppRedist_AIO_x86_x64.exe" /aiR | * https://www.foobar2000.org/download |
| |
===== VLC media player ===== | ===== VLC media player ===== |
| |
* https://download.battle.net/en-us/?product=bnetdesk | * 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) |
| |
===== Steam ===== | ===== Steam ===== |
| |
* See [[windows:drivers|Drivers]] for more URLs | * See [[windows:drivers|Drivers]] for more URLs |
| |
| ===== Boulderback ===== |
| |
| ==== Chipset ==== |
| |
| * https://www.dell.com/support/home/en-us/drivers/driversdetails?driverid=r0jhr&oscode=w764&productcode=precision-m6500 |
| * ''9.1.1.1025'' |
| |
| ==== Graphics ==== |
| |
| * 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]] |
| |
===== Spinesnap ===== | ===== Spinesnap ===== |
| |
* [[https://www.dell.com/support/home/en-us/product-support/product/latitude-15-5591-laptop/drivers|Dell Latitude 5591 - Support and BIOS Updates]] | * [[https://www.dell.com/support/home/en-us/product-support/product/latitude-15-5591-laptop/drivers|Dell Latitude 5591 - Support and BIOS Updates]] |
| |
| ==== Keyboard ==== |
| |
| * EPOMAKER x LEOBOG Hi75 |
| |
| * https://epomaker.com/blogs/firmware/epomaker-x-leobog-hi75-firmware |
| * https://epomaker.com/blogs/software/epomaker-x-leobog-hi75-driver |
| |
| ==== Mouse ==== |
| |
| * ATTACK SHARK R6 |
| |
| "%ProgramFiles(x86)%\Microsoft\Edge\Application\msedge_proxy.exe" --app="https://cn.attackshark.pro/WebDriven/index.html#/project/items" |
| |
==== SATA/RST ==== | ==== SATA/RST ==== |
==== Wireless ==== | ==== Wireless ==== |
| |
* wireless-AC 9560 | * Wireless-AC 9560 |
* Intel Corporation Cannon Lake PCH CNVi WiFi (rev 10) | * Intel Corporation Cannon Lake PCH CNVi WiFi (rev 10) |
| |
| |
* Last tested: ''BT-23.100.1-64UWD-Win10-Win11.zip'' | * Last tested: ''BT-23.100.1-64UWD-Win10-Win11.zip'' |
| |
==== Audio ==== | |
| |
* https://apps.microsoft.com/detail/9nb9srtl2kpt | |
| |
==== Graphics ==== | ==== Graphics ==== |