Sick Tricks for making Windows 11 Usable

Inspired by Nathan Lineback.

#Installation

Get an ISO (consumer editions here). Write it to your install media:

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