gefunden auf Youtube und dient als Bloatware Deinstaller für Windows 11
Github: https://github.com/memstechtips/Winhance
To use Winhance, follow these steps to launch PowerShell as an Administrator and run the installation script:
Open PowerShell as Administrator:
Windows 10/11: Right-click on the Start button and select Windows PowerShell (Admin) or Windows Terminal (Admin)
PowerShell will open in a new window.
Confirm Administrator Privileges:
If prompted by the User Account Control (UAC), click Yes to allow PowerShell to run as an administrator.
Enable PowerShell Script Execution:
Run the following command to allow script execution:
Set-ExecutionPolicy Unrestricted
Paste and Run the Command:
Copy the following command:
irm "https://github.com/memstechtips/Winhance/raw/main/Winhance.ps1" | iex
To paste into PowerShell, Right-Click or press Ctrl + V in the PowerShell or Terminal window
Press Enter to execute the command