Stripped Down Windows 11 'link'

: A PowerShell script by NTDEV on GitHub that removes bloatware (Edge, OneDrive, Teams) and compresses the OS to use only ~8GB of disk space.

Disable OneDrive completely:

Stripping the OS isn't just about saving space; it significantly changes how the system interacts with your hardware. stripped down windows 11

Run Set-ExecutionPolicy Bypass -Scope Process to allow the script to execute [15, 26]. : A PowerShell script by NTDEV on GitHub