windows:10
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
windows:10 [2025/04/12 23:04] – Sean Rhone | windows:10 [2025/04/18 10:52] (current) – [Spinesnap] Sean Rhone | ||
---|---|---|---|
Line 12: | Line 12: | ||
* [[https:// | * [[https:// | ||
- | ===== TODO ===== | + | ===== TODOs ===== |
* https:// | * https:// | ||
- | * https:// | + | * https:// |
* https:// | * https:// | ||
+ | * All game save start shortcuts to batch files instead of through '' | ||
+ | * FIPS as batch file | ||
====== Updates ====== | ====== Updates ====== | ||
Line 61: | Line 63: | ||
==== Reset Icon Cache ==== | ==== Reset Icon Cache ==== | ||
- | |||
- | * TODO: Clean-up | ||
" | " | ||
< | < | ||
- | taskkill | + | TASKKILL |
- | timeout 2 /nobreak> | + | TIMEOUT |
- | DEL /F /S /Q /A %LocalAppData%\Microsoft\Windows\Explorer\*.db | + | DEL /F /Q "%LocalAppData%\Microsoft\Windows\Explorer\"*".db" |
- | DEL /F /S /Q /A %userprofile%\AppData\Local\IconCache.db | + | DEL /F /Q "%UserProfile%\AppData\Local\IconCache.db" |
- | timeout 2 /nobreak> | + | TIMEOUT |
- | start explorer.exe | + | START explorer.exe |
:: End</ | :: End</ | ||
+ | |||
+ | " | ||
==== Edge Fix ==== | ==== Edge Fix ==== | ||
+ | |||
+ | * :?: Edge randomly stops being able to be opened ((Last occurrence: 2025/04/16 Edge '' | ||
+ | * TODO: Settings to persist disabled Start Boost and background extensions | ||
" | " | ||
Line 85: | Line 90: | ||
:: End</ | :: End</ | ||
+ | |||
+ | " | ||
===== Start Menu ===== | ===== Start Menu ===== | ||
Line 151: | Line 158: | ||
" | " | ||
- | |||
- | ===== Disable Threaded DPCs ===== | ||
- | |||
- | **** | ||
- | |||
- | REG ADD " | ||
===== Disable Clipboard History ===== | ===== Disable Clipboard History ===== | ||
Line 215: | Line 216: | ||
reg add " | reg add " | ||
- | |||
- | ===== Disable SmartScreen ===== | ||
- | |||
- | * General | ||
- | * Windows Store Apps | ||
- | * Microsoft Edge | ||
- | |||
- | reg add " | ||
- | |||
- | reg add " | ||
- | |||
- | reg add " | ||
- | |||
- | ===== Disable Startup Delay ===== | ||
- | |||
- | **** | ||
- | |||
- | reg add " | ||
===== Disable System Restore ===== | ===== Disable System Restore ===== | ||
Line 251: | Line 234: | ||
REG ADD " | REG ADD " | ||
- | |||
- | ===== Disable Windows Defender ===== | ||
- | |||
- | **** | ||
- | |||
- | reg add " | ||
===== Enable FIPS Mode ===== | ===== Enable FIPS Mode ===== | ||
Line 262: | Line 239: | ||
* https:// | * https:// | ||
* [[windows; | * [[windows; | ||
+ | * TODO: Seemingly applies on-demand; combine in enable/ | ||
REG ADD " | REG ADD " | ||
Line 302: | Line 280: | ||
Dism /online / | Dism /online / | ||
- | |||
- | ===== Remove Most Modern UI Apps ===== | ||
- | |||
- | * Not necessary with Local Account log-ins and Pro/ | ||
- | * 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 '' | ||
- | |||
- | Get-AppxPackage -allusers | Remove-AppxPackage | ||
- | |||
- | ===== Remove OneDrive ===== | ||
- | |||
- | taskkill /IM " | ||
- | |||
- | %windir%\SysWOW64\OneDriveSetup.exe /uninstall | ||
- | |||
- | rmdir " | ||
- | |||
- | reg delete " | ||
- | |||
- | reg delete " | ||
===== Prevent Driver Changes ===== | ===== Prevent Driver Changes ===== | ||
Line 359: | Line 314: | ||
====== Services ====== | ====== Services ====== | ||
+ | |||
+ | * TODO: Separate page, individual batches | ||
" | " | ||
Line 369: | Line 326: | ||
" | " | ||
- | |||
- | ====== Edge Fix ====== | ||
- | |||
- | * :?: Occasionally, | ||
- | * This deletes/ | ||
- | |||
- | RMDIR /S /Q " | ||
====== Programs ====== | ====== Programs ====== | ||
Line 437: | Line 387: | ||
===== MuPDF ===== | ===== MuPDF ===== | ||
- | * https:// | + | * https:// |
- | * https://mupdf.com/ | + | * Last tested: '' |
===== Notepad++ ===== | ===== Notepad++ ===== | ||
* https:// | * https:// | ||
+ | * Last tested: '' | ||
===== OBS ===== | ===== OBS ===== | ||
Line 500: | Line 451: | ||
* [[https:// | * [[https:// | ||
+ | * Last tested: '' | ||
==== SATA/RST ==== | ==== SATA/RST ==== | ||
Line 516: | Line 468: | ||
==== 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) | ||
/srv/www/wiki/data/attic/windows/10.1744513484.txt.gz · Last modified: by Sean Rhone