windows:notes:misc
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
windows:notes:misc [2025/03/19 00:59] – created Sean Rhone | windows:notes:misc [2025/05/30 00:02] (current) – Sean Rhone | ||
---|---|---|---|
Line 6: | Line 6: | ||
RUNAS / | RUNAS / | ||
+ | |||
+ | ====== 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 " | ||
+ | |||
+ | ====== Remove Defender ====== | ||
+ | |||
+ | * :?: Requires Enterprise/ | ||
+ | |||
+ | Uninstall-WindowsFeature -Name Windows-Defender | ||
/srv/www/wiki/data/attic/windows/notes/misc.1742360363.txt.gz · Last modified: by Sean Rhone