Debloat Windows 11 with Powershell. Easy guide.

Опубликовано: 16 Октябрь 2024
на канале: IT Superhero
3,653
59

In this tutorial, we'll delve into debloating Windows 10 or Windows 11 using PowerShell, offering a streamlined approach to optimize your system. By utilizing PowerShell, we can efficiently remove default applications, facilitating a swift cleanup process.

Steps involved:
Step 1: Launch PowerShell as Administrator
Firstly, we need to open PowerShell with administrative privileges. Right-click on the Start menu, then select "Windows PowerShell (Admin)" or "Windows Terminal (Admin)" depending on your system.

Step 2: Run Debloating Commands
Now, we'll execute PowerShell commands to remove default applications. These commands target unnecessary pre-installed apps, freeing up valuable system resources and enhancing performance.

Step 3: Verify Debloating Results
Optionally, you can verify the removal of default applications.

Step 4: Restart Your System
After completing the debloating process, it's recommended to restart your system to apply the changes effectively. This ensures optimal performance and stability.

Step 5: Enjoy a Streamlined Windows Experience
With the unnecessary default applications removed, you can now enjoy a clutter-free Windows environment, benefiting from improved speed and responsiveness.

Now Windows is Debloated.

Key Moments.
00:00 Intro.
00:11 What is Bloatware?
00:42 Why Bloatware is a threat?
01:03 How to detect Bloatware?
01:46 How to remove Bloatware?
02:42 Start installation with minimum Bloatware installed.
03:12 Log into windows.
03:34 Check all install applications to Debloat.
04:00 List all installed applications with Powershell.
04:11 Remove an application package.
04:42 Get script from GitHub.
04:58 Demonstrate Debloating by running the powershell script.
05:41 Verify the results. Windows Debloated.
05:50 Outro.

Powershell script from ITSuperhero GitHub: https://github.com/it-superhero/Power...

Powershell commands:
List all installed applications with Powershell : Get-AppxPackage | Select-Object Name, PackageFullName

Remove an installed application: Remove-AppxPackage -Package "PackageFullName"
*Remember. Change the PackageFullName with the real application PackageFullName.

Powershell Execution Policies:
Enable script running: Set-ExecutionPolicy Unrestricted
Disable script running: Set-ExecutionPolicy Default

Subscribe to ITSuperhero:    / @itsuperhero  
Do you like this this channel? Help us create more and better videos for you: https://www.buymeacoffee.com/ntheoyith