| |
windows:10 [2025/06/05 18:02] – Sean Rhone | windows:10 [2025/09/11 06:43] (current) – external edit 127.0.0.1 |
---|
| |
* Microsoft Windows 10 IoT Enterprise LTSC | * Microsoft Windows 10 IoT Enterprise LTSC |
* Version 21H2 (OS Build 19044.5859) | * Version 21H2 (OS Build 19044.6218) |
| |
====== Resources ====== | ====== Resources ====== |
* [[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]] |
* 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 ([[windows;10?rev=1742081524#bcdedit|older rev]]) | * https://learn.microsoft.com/en-us/windows-hardware/drivers/devtest/bcdedit--set ([[windows;10?rev=1742081524#bcdedit|older rev]]) |
| * https://learn.microsoft.com/en-us/troubleshoot/windows-server/remote/frame-rate-limited-to-30-fps (60 FPS RDP) |
| * https://ss64.com/nt/title.html (''TITLE'' in batch files) |
| * https://learn.microsoft.com/en-us/windows/client-management/mdm/policy-csp-lanmanserver |
| * https://learn.microsoft.com/en-us/windows/client-management/mdm/policy-csp-privacy |
| |
====== Updates ====== | ====== Updates ====== |
"%SystemRoot%\System32\cleanmgr.exe" /sageset:65535 | "%SystemRoot%\System32\cleanmgr.exe" /sageset:65535 |
"%SystemRoot%\System32\cleanmgr.exe" /sagerun:65535 | "%SystemRoot%\System32\cleanmgr.exe" /sagerun:65535 |
| |
:: Temporary Folders | |
RMDIR /S /Q "%SystemRoot%\Temp" | |
MKDIR "%SystemRoot%\Temp" | |
RMDIR /S /Q "%LocalAppData%\Temp" | |
MKDIR "%LocalAppData%\Temp" | |
| |
:: Volume Shadow Copy | :: Volume Shadow Copy |
| |
:: 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 C: |
| |
===== Downloads ===== | ===== Downloads ===== |
| |
"bcdedit.exe" /set "nx" "AlwaysOff" | "bcdedit.exe" /set "nx" "AlwaysOff" |
| |
===== Explorer ===== | |
| |
==== Separate Processes ==== | |
| |
**** | |
| |
REG ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "SeparateProcess" /t REG_DWORD /d "1" /f | |
| |
===== Microsoft Edge ===== | ===== Microsoft Edge ===== |
| |
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 ===== | |
| |
**** | |
| |
fsutil behavior set disablelastaccess 1 | |
| |
===== Quick Lock Screen ===== | ===== Quick Lock Screen ===== |
"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" |
===== Firefox ===== | ===== Firefox ===== |
| |
* [[https://download.mozilla.org/?product=firefox-esr-msi-latest-ssl&os=win64&lang=en-US|ESR MSI]] | * https://www.firefox.com/en-US/download/all/desktop-esr/win64-msi/en-US/ |
* Last tested: ''Firefox Setup 128.10.0esr.msi'' | * https://www.firefox.com/en-US/download/all/ |
| |
* [[programs;firefox|Settings]] | * [[programs;firefox|Settings]] |
===== Thunderbird ===== | ===== Thunderbird ===== |
| |
* [[https://download.mozilla.org/?product=thunderbird-esr-msi-latest-ssl&os=win64&lang=en-US|ESR MSI]] | * https://www.thunderbird.net/en-US/thunderbird/all/ |
* Last tested: ''Thunderbird Setup 128.10.0esr.msi'' | |
| |
===== GIMP ===== | ===== GIMP ===== |
* ''[ ]'' Use a Java runtime | * ''[ ]'' Use a Java runtime |
| |
===== MuPDF ===== | ===== Okular ===== |
| |
* https://mupdf.com/releases/index.html (Ctrl + F -> ''Win'') | * https://cdn.kde.org/ci-builds/graphics/okular/master/windows/ |
* Last tested: ''mupdf-1.25.2-windows.zip'' | |
| |
===== Notepad++ ===== | ===== Notepad++ ===== |
| |
* https://notepad-plus-plus.org/download | * https://notepad-plus-plus.org/download |
* Last tested: ''npp.8.7.9.Installer.x64.exe'' | |
| |
===== OBS ===== | ===== OBS ===== |
| |
* https://www.qbittorrent.org/download | * https://www.qbittorrent.org/download |
* https://github.com/waelisa/Best-blocklist/raw/main/wael.list.p2p.zip | |
| |
===== VC++ Redist ===== | ===== VC++ Redist ===== |
| |
* https://github.com/abbodi1406/vcredist/releases | * https://github.com/abbodi1406/vcredist/releases |
| |
"%UserProfile%\Downloads\VisualCppRedist_AIO_x86_x64.exe" /ai | |
| |
"%UserProfile%\Downloads\VisualCppRedist_AIO_x86_x64.exe" /aiR | |
| |
===== foobar2000 ===== | ===== foobar2000 ===== |
| |
* https://www.foobar2000.org/download | * https://www.foobar2000.org/download |
| |
| ===== Kodi ===== |
| |
| * https://mirrors.kodi.tv/nightlies/windows/win64/master/ |
| |
===== VLC media player ===== | ===== VLC media player ===== |
| |
* [[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]] |
* Last tested: ''Latitude_5X91_Precision_3530_1.38.0.exe'' | |
| |
==== Keyboard ==== | ==== Keyboard ==== |
* [[https://www.intel.com/content/www/us/en/products/sku/99446/intel-wirelessac-9560/downloads.html|Intel Download Center]] (IT Administrators 8-)) | * [[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'' | * Last tested: ''WiFi-23.110.0-Driver64-Win10-Win11.zip'' |
| * TODO: [[https://www.station-drivers.com/index.php/en/component/remository/Drivers/Intel/Wlan/PROSet-Wireless-WiFi-Software/PROSet-Wireless-WiFi-Software-Version-23.x/orderby,4/lang,en-gb/|Station-Drivers]] ((as of recently 9560 and AX210 have no Windows drivers listed on Intel DL center)) |
| |
=== Bluetooth === | === Bluetooth === |