This utility is a compilation of Windows tasks I perform on each Windows system I use. It is meant to streamline installs, debloat with tweaks, troubleshoot with config, and fix Windows updates. I am extremely picky about any contributions to keep this project clean and efficient.
Winutil must be run in Admin mode because it performs system-wide tweaks. To achieve this, run PowerShell as an administrator. Here are a few ways to do it:
Start menu Method:
- Right-click on the start menu.
- Choose "Windows PowerShell (Admin)" (for Windows 10) or "Terminal (Admin)" (for Windows 11).
Search and Launch Method:
- Press the Windows key.
- Type "PowerShell" or "Terminal" (for Windows 11).
- Press Ctrl + Shift + Enter or Right-click and choose "Run as administrator" to launch it with administrator privileges.
What's New
Changes
- Make WPFTweaksServices do what it says @GabiNun2 (#4466)
- Cleanup programs install @GabiNun2 (#4465)
- Update Invoke-WinUtilInstallPSProfile.ps1 @GabiNun2 (#4456)
Features
- Added WPFTweaksWindowsAI @GabiNun2 (#4461)
- Add Deskflow to applications @jb49088 (#4450)
- Hide Windows Updates from setting menu when disabling updates @GabiNun2 (#4445)
- Make WPFTweaksDeBloat an essential tweak and add it to presets @GabiNun2 (#4458)
- Cleanup winget upgrade @GabiNun2 (#4410)
Bug Fixes
- Fixed WPFTweaksRemoveGallery and WPFTweaksRemoveHome @GabiNun2 (#4464)
- fix import @GabiNun2 (#4447)
- fix allowing everyone to close issues @GabiNun2 (#4454)
Documentation
- chore: Update Generated Dev Docs @ChrisTitusTech (#4475)
- chore: Update Generated Dev Docs @ChrisTitusTech (#4474)
- chore: Update Generated Dev Docs @ChrisTitusTech (#4473)
- chore: Update Generated Dev Docs @ChrisTitusTech (#4472)
- chore: Update Generated Dev Docs @ChrisTitusTech (#4457)
UI/UX Improvements
- improve: Clearing Applications list @FluffyPunk (#4451)
- Make WPFTweaksDeBloat an essential tweak and add it to presets @GabiNun2 (#4458)
- feat: Update GH issue template for known issues @FluffyPunk (#4455)

