windows:notes:misc
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
windows:notes:misc [2025/04/07 15:45] – [FIPS Test] Sean Rhone | windows:notes:misc [2025/04/12 23:08] (current) – Sean Rhone | ||
---|---|---|---|
Line 15: | Line 15: | ||
This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms. | This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms. | ||
+ | |||
+ | ====== Disable Windows Defender ====== | ||
+ | |||
+ | **** | ||
+ | |||
+ | reg add " | ||
+ | |||
+ | ====== Disable Startup Delay ====== | ||
+ | |||
+ | **** | ||
+ | |||
+ | reg add " | ||
+ | |||
+ | ====== Disable SmartScreen ====== | ||
+ | |||
+ | * General | ||
+ | * Windows Store Apps | ||
+ | * Microsoft Edge | ||
+ | |||
+ | reg add " | ||
+ | |||
+ | reg add " | ||
+ | |||
+ | reg add " | ||
+ | |||
+ | ====== Disable Threaded DPCs ====== | ||
+ | |||
+ | **** | ||
+ | |||
+ | REG ADD " | ||
+ | |||
+ | ====== 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 " | ||
/srv/www/wiki/data/attic/windows/notes/misc.1744055139.txt.gz · Last modified: by Sean Rhone