Skip to content

alerion921/WinTool-for-Win11

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

WinTool for Windows 11 ๐ŸŽฏ

๐Ÿš€ First-Time Setup

Open PowerShell.exe as Administrator.

Run the following command to get started:

Being with (For security removal):

Set-ExecutionPolicy Unrestricted

Then to run the actual powershell GUI:

iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/alerion921/WinTool-for-Win11/main/WinTool.ps1'))

Or, shorter:

iwr -useb  https://raw.githubusercontent.com/alerion921/WinTool-for-Win11/main/WinTool.ps1 | iex

After running for the first time, you can press the button to make a shortcut on your desktop for easy access!


โœจ Features

๐Ÿ”ง Essential Tweaks

Enhances Windows 11's overall appearance and removes unnecessary clutter. Restores the best things from Windows 10(Highly Recommended!)

๐Ÿ›‘ Undo Essential Tweaks

Reverts all changes made by the Essential Tweaks feature.

๐ŸŽฎ Gaming Tweaks

Optimizes your system for minimal latency and maximum responsiveness for a smoother gaming experience.

๐Ÿ”’ Patch Security

Secures your system by blocking scripting and known vulnerabilities. Ideal for servers or unsupported OS (e.g., Windows 7, XP). (Not recommended for casual users.)

โ˜๏ธ Remove OneDrive

Quickly remove OneDrive. (Recommended) Don't worryโ€”it's reversible!

โ™ป๏ธ Restore OneDrive

Brings back OneDrive (though Dropbox is a better option). (Very unstable at the time being)

๐Ÿงช Remove Microsoft Edge

Experimental feature to remove Edge. (Currently not reliable, as Edge reinstalls itself.)

๐Ÿ› ๏ธ Error Scanner

Utilizes Windows tools like DISM.exe and SFC to repair OS errors. (Reboot to Safe Mode for best results.)

๐ŸŒ Change DNS

Switch to faster, more reliable DNS servers. Recommended: Cloudflare (fastest) or Google.

๐ŸŒ Reset Network

Flushes and resets all IP and DNS configurations. (Great for resolving "localhost virus" issues.)

๐Ÿ“ Force NO/NB Language

Ensures your keyboard language stays Norwegian, no matter the application. (Handy for Norwegian users!)

๐Ÿ•’ Set Time to UTC

Syncs your system clock to UTC. Useful after BIOS/CMOS resets or dual-booting with Linux/OSX.

๐Ÿ“‚ Classic Menus

Quick access to classic menus for advanced users.

๐Ÿ”„ Windows Update Tools

Restore Default: Resets update settings to default.

Security Only: Installs essential security patches without additional updates.

Reset Updates: Deletes downloaded updates and resets associated services and registry entries.

๐Ÿ—‘๏ธ Remove MS Store Apps

Strips pre-installed bloatware from Windows 10/11. (Highly Recommended!)

๐Ÿ”„ Reinstall MS Store Apps

Reinstalls essential apps like Teams and OneDriveโ€”without the pre-installed bloatware.

๐Ÿงน Ultimate Cleaning

Cleans hidden/visible temp files without touching personal documents. Includes a restore point for added safety.

๐ŸŒ‘ Dark Mode

Enables system-wide dark mode.

๐ŸŒ• Light Mode

Switches back to light mode.


๐Ÿ“ฆ Install Apps

Easily install useful apps like Spotify, DS4, Visual Studio Community, Netflix and alot more!


๐Ÿ”„ Remove, Restore or Paritially Remove Hibernation

With this you can save up to 13 GB extra from your C:/ drive if removed, fast boot won't work. If paritially removed you can save 7 GB, this will allow fast boot to continue working. Easily reset to default by pressing the restore button!


๐Ÿ”„ Update, reset and install

This too will be implemented later on for the Application Installer!


Enjoy customizing your Windows 11 experience! ๐ŸŒŸ Feel free to fork or adapt the script to your needs.