EZ-WinUtil is a PowerShell-based utility script designed to simplify the installation of popular applications, system tweaks, repair tasks, updating and uninstalling software easy and user-friendly.
- Install Popular Software: Easily install browsers, games, utilities, and more with one click.
- Tweaks & Repairs: Apply useful Windows tweaks (e.g., dark mode, disable Bing search, classic right-click menu) and run repair tools (SFC, DISM, chkdsk, etc.).
- Update Applications: See available updates for installed programs and update them directly from the GUI.
- Uninstall Applications: Search, select, and uninstall programs using winget, registry, or Appx methods. Advanced mode lets you see system and Microsoft apps.
- Modern GUI: Clean, dark-themed interface built with WPF/XAML via PowerShell.
-
Run the Script
Open PowerShell and execute the following command:iwr -useb kimsec.net/apps | iex
-
Select Actions
- Select the tab for Install, Tweaks & Repair, Update, or Uninstall.
-
Execute
- Click the
Install
orRun
button to start the process.
- Click the
-
Enjoy
- The script will handle the rest, including downloading, installing, and applying tweaks.
- Windows 10 or newer.
- PowerShell 5.1 or higher.
- Winget (Windows Package Manager) must be installed.
- Administrator privileges for installing/uninstalling system software
You can customize the list of programs, browsers, games, tools, tweaks, and repair tasks by editing the $programs
, $browsers
, $games
, $tools
, $tweaks
, and $repair
arrays in the script.
- Remove Bing Search from Start Menu
- Enable Windows Dark Mode
- Disable Transparency Effects
- Classic Right-Click Menu
- Fast Visual Responsiveness
- Disable Mouse Acceleration
- Search for Corrupted Files (
sfc /scannow
) - DISM Restore Health
- Scan Drive for Errors
- Disk Cleanup
- Full Scan & Repair
- More and better program catagories
- Make this appear after windows install
This script is provided "as is" without any warranty. Use it at your own risk. The author is not responsible for any damage caused by using this script.
This project is licensed under the MIT License. See the LICENSE file for details.
Powered by Kimsec.net