You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 21, 2023. It is now read-only.
Script/Utility/Application to debloat Windows 10, to remove Windows pre-installed unnecessary applications, stop some telemetry functions, stop Cortana from being used as your Search Index, to disable unnecessary scheduled tasks, and more...
6
+
Script/Utility/Application to debloat Windows 10, to remove Windows pre-installed unnecessary applications, stop some telemetry functions, stop Cortana from being used as your Search Index, disable unnecessary scheduled tasks, and more...
7
7
8
8
## Donate a cup of coffee
9
9
<ahref="https://www.buymeacoffee.com/HZNh7w1Bm"target="_blank"><imgsrc="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png"alt="Buy Me A Coffee"style="height: 41px!important;width: 174px!important;box-shadow: 0px3px2px0pxrgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px3px2px0pxrgba(190, 190, 190, 0.5) !important;" ></a>
10
10
11
-
Be sure to look at the Contributors' Githubs to see if they have GitHub sponsorships as well, since they have contributed to this opensource project. (https://github.com/Sycnex/Windows10Debloater/graphs/contributors)
11
+
Be sure to look at the Contributors' GitHubs to see if they have GitHub sponsorships as well since they have contributed to this open-source project. (https://github.com/Sycnex/Windows10Debloater/graphs/contributors)
12
12
13
13
## Disclaimer
14
14
@@ -21,19 +21,19 @@ There are different methods of running the PowerShell script. The methods are as
21
21
22
22
### First Method
23
23
24
-
1) Download the .zip file on the main page of the github and extract the .zip file to your desired location
24
+
1) Download the .zip file on the main page of the GitHub and extract the .zip file to your desired location
25
25
2) Once extracted, open [PowerShell](https://docs.microsoft.com/en-us/powershell/scripting/overview?view=powershell-5.1) (or [PowerShell ISE](https://docs.microsoft.com/en-us/powershell/scripting/windows-powershell/ise/introducing-the-windows-powershell-ise?view=powershell-7)) as an Administrator
4) On the prompt, change to the directory where you extracted the files:
29
-
e.g. - `cd c:\temp`
29
+
e.g. - `cd c:\temp`
30
30
5) Next, to run either script, enter in the following:
31
-
e.g. - `.\Windows10DebloaterGUI.ps1`
31
+
e.g. - `.\Windows10DebloaterGUI.ps1`
32
32
33
33
### Second Method
34
34
35
-
1) Download the .zip file on the main page of the github and extract the .zip file to your desired location
36
-
2) Rightclick the PowerShell file that you'd like to run and click on "Run With PowerShell"
35
+
1) Download the .zip file on the main page of the GitHub and extract the .zip file to your desired location
36
+
2) Right-click the PowerShell file that you'd like to run and click on "Run With PowerShell"
37
37
3) This will allow the script to run without having to do the above steps but Powershell will ask if you're sure you want to run this script.
38
38
39
39
Remember this script **NEEDS** to be run as admin in order to function properly.
@@ -45,35 +45,37 @@ For the WindowsSysPrepDebloater.ps1 file, there are a couple of parameters that
45
45
46
46
To run this with parameters, do the following:
47
47
48
-
1) Download the .zip file on the main page of the github and extract the .zip file to your desired location
48
+
1) Download the .zip file on the main page of the GitHub and extract the .zip file to your desired location
49
49
2) Once extracted, open [PowerShell](https://docs.microsoft.com/en-us/powershell/scripting/overview?view=powershell-5.1) (or [PowerShell ISE](https://docs.microsoft.com/en-us/powershell/scripting/windows-powershell/ise/introducing-the-windows-powershell-ise?view=powershell-7)) as an Administrator
50
50
3) On the prompt, change to the directory where you extracted the files:
51
-
e.g. - `cd c:\temp`
51
+
e.g. - `cd c:\temp`
52
52
4) Next, to run either script, enter in the following:
53
+
53
54
e.g. - `.\Windows10SysPrepDebloater.ps1 -Sysprep -Debloat -Privacy`
54
55
56
+
55
57
## Sysprep, Interactive, and GUI Application
56
58
57
59
There are now 3 versions of **Windows10Debloater** - There is an interactive version, a GUI app version, and a pure silent version.
58
60
59
-
-**`Windows10SysPrepDebloater.ps1`** -> The silent version now utilizes the switch parameters: -Sysprep, -Debloat -Privacy. The silent version can be useful for deploying MDT Images/sysprepping or any other way you deploy Windows 10. This will work to remove the bloatware during the deployment process.
61
+
-**`Windows10SysPrepDebloater.ps1`** -> The silent version now utilizes the switch parameters: -Sysprep, -Debloat -Privacy. The silent version can be useful for deploying MDT Images/sysprepping or any other way you deploy Windows 10. This will work to remove the bloatware during the deployment process.
60
62
61
-
-**`Windows10Debloater.ps1`** -> This interactive version is what it implies - a Windows10Debloater script with interactive prompts. This one should not be used for deployments that require a silent script with optional parameters. This script gives you choices with prompts as it runs so that you can make the choices of what the script does.
63
+
-**`Windows10Debloater.ps1`** -> This interactive version is what it implies - a Windows10Debloater script with interactive prompts. This one should not be used for deployments that require a silent script with optional parameters. This script gives you choices with prompts as it runs so that you can make the choices of what the script does.
62
64
63
-
-**`Windows10DebloaterGUI.ps1`** -> There is now a GUI Application named Windows10DebloaterGUI.ps1 with buttons to perform all of the functions that the scripts do. This is better for the average user who does not want to work with code, or if you'd prefer to just see an application screen.
65
+
-**`Windows10DebloaterGUI.ps1`** -> There is now a GUI Application named Windows10DebloaterGUI.ps1 with buttons to perform all of the functions that the scripts do. This is better for the average user who does not want to work with code, or if you'd prefer to just see an application screen.
64
66
65
67
## Switch Parameters
66
68
67
69
There are 3 switch parameters in the `Windows10SysPrepDebloater.ps1` script.
68
70
69
-
-**`-SysPrep`**, which runs the command within a function: get-appxpackage | remove-appxpackage. This is useful since some administrators need that command to run first in order for machines to be able to properly provision the apps for removal.
71
+
-**`-SysPrep`**, which runs the command within a function: get-appxpackage | remove-appxpackage. This is useful since some administrators need that command to run first in order for machines to be able to properly provision the apps for removal.
70
72
71
-
-**`-Debloat`**, switch parameter which does as it suggests. It runs the following functions: Start-Debloat, Remove-Keys, and Protect-Privacy.
73
+
-**`-Debloat`**, switch parameter which does as it suggests. It runs the following functions: Start-Debloat, Remove-Keys, and Protect-Privacy.
72
74
Remove-Keys removes registry keys leftover that are associated with the bloatware apps listed above, but not removed during the Start-Debloat function.
73
75
74
-
-**`-Privacy`**, adds and/or changes registry keys to stop some telemetry functions, stops Cortana from being used as your Search Index, disables "unneccessary" scheduled tasks, and more.
76
+
-**`-Privacy`**, adds and/or changes registry keys to stop some telemetry functions, stops Cortana from being used as your Search Index, disables "unnecessary" scheduled tasks, and more.
75
77
76
-
***This script will remove the bloatware from Windows 10 when using Remove-AppXPackage/Remove-AppXProvisionedPackage, and then delete specific registry keys that are were not removed beforehand. For best results, this script should be ran before a user profile is configured, otherwise you will likely see that apps that should have been removed will remain, and if they are removed you will find broken tiles on the start menu.***
78
+
***This script will remove the bloatware from Windows 10 when using Remove-AppXPackage/Remove-AppXProvisionedPackage, and then delete specific registry keys that are were not removed beforehand. For best results, this script should be run before a user profile is configured, otherwise, you will likely see that apps that should have been removed will remain, and if they are removed you will find broken tiles on the start menu.***
0 commit comments