Sick Tricks for making Windows 11 Usable
Inspired by Nathan Lineback.
#Installation
Get an ISO (consumer editions here). Write it to your install media:
- Current Windows users: Use Rufus to write it to a flash drive, and ensure that you tell it to remove requirement for an online Microsoft account and disable data collection when prompted.
- Advanced or Linux users: Install Ventoy to your flash drive. Copy your Windows ISO to it. Build an autounattend.xml with this tool then use VentoyPlugson to point at the XML file on the Autoinstall page.
Boot your flash drive and install to the preferred disk. Activate using your legitimate product key and not, for example, some kind of Microsoft Activation Script you pulled from GitHub :^)
#Essential software & configuration
The first thing youβll need is a copy of O&O ShutUp10 (or Chris Titusβs Windows Utility). Go through and disable all telemetry and ads (though you may want to leave some, like location services).
Windows includes lots of animations that slow you down (start menu, smoother cursor in office applications, smooth Page Up/Down), and they can all be turned off in Settings > Accessibility > Visual effects > Animation.
Youβll need a browser that isnβt the ad-ridden spyware that is Edgeβtry LibreWolf or Brave with crypto wallet disabled.
MSEdgeRedirect is a must if you happen to use the built-in Start menu search or weather widgets but donβt want them to open links in Edge.
winget install --id=rcmaehl.MSEdgeRedirect --id=Brave.Brave --id=OO.Software.Shutup10 -e --silent --accept-source-agreements --accept-package-agreements
#Package Management
The quickest way Iβve found to get most software for Windows these days is using WinGet. I canβt make promises as to exactly how well-moderated the package sources are, but Iβve yet to encounter true malware within it. Hereβs the commands youβll wind up using:
winget search librewolf
winget add LibreWolf.LibreWolf
winget remove LibreWolf.LibreWolf
winget upgrade LibreWolf.LibreWolf
winget upgrade --all
#UX Tweaks
Windhawk will help you reclaim screen real estate by setting taskbar height and icon size to 36 and 20 respectively (pair with button width 32 for best results).
AltSnap will allow you to drag and snap windows around using the Alt (or if configured, Super) key so that you donβt have to target the edge of the window just to resize or find the titlebar to move it. If youβre used to Linux desktop environments, itβs a little itchy to live without this feature.
PowerToys has lots of goodies including a color picker, window snapping tools, bulk renaming, file preview, and a macOS Spotlight search clone.
written
updated