This page contains a list of many possible adjustments you can make to Windows. I recommend you do many of these on every computer. Which ones you do depend on what you will be using the computer for.
*TODO - Pics showing how to disable windows experience/ads Disable fast startup, which makes a Shutdown the same as a Restart. Open Control Panel, Power Options, Choose what power buttons do, click link to change admin options, uncheck Turn On Fast Startup. Disable Hibernation - This will free up 4-32GB of space (however much memory your computer has) on your boot drive. Method 1: powercfg -h off Method 2: reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Power" /v "HiberbootEnabled" /t REG_DWORD /d "0" /f Windows 10/11 Debloat by removing many preinstalled packages: Copy to Clipboard
Get-AppxPackage | Remove-AppxPackage
|