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
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
20
20
Win11Debloat is a simple, easy to use and lightweight PowerShell script that allows you to quickly declutter and improve your Windows experience. It can remove pre-installed bloatware apps, disable telemetry, remove intrusive interface elements and much more. No need to painstakingly go through all the settings yourself or remove apps one by one. Win11Debloat makes the process quick and easy!
21
21
22
-
The script also includes many features that system administrators will enjoy. Such as support for Windows Audit mode, the option to make changes to other Windows users and the ability to run the script without requiring user input during runtime.
22
+
The script also includes many features that system administrators will enjoy. Such as support for Windows Audit mode, the option to make changes to other Windows users and the ability to run the script without requiring user input during runtime. Please refer to our [wiki](https://github.com/Raphire/Win11Debloat/wiki/) for more details.
23
23
24
24

25
25
@@ -53,7 +53,7 @@ This method supports parameters to customize the behaviour of the script. Please
53
53
<details>
54
54
<summary>Manually download & run the script.</summary><br/>
55
55
56
-
1.[Download the latest version of the script](https://github.com/Raphire/Win11Debloat/archive/master.zip), and extract the .ZIP file to your desired location.
56
+
1.[Download the latest version of the script](https://github.com/Raphire/Win11Debloat/zipball/master), and extract the .ZIP file to your desired location.
57
57
2. Navigate to the Win11Debloat folder
58
58
3. Double click the `Run.bat` file to start the script. NOTE: If the console window immediately closes and nothing happens, try the advanced method below.
59
59
4. Accept the Windows UAC prompt to run the script as administrator, this is required for the script to function.
@@ -65,7 +65,7 @@ This method supports parameters to customize the behaviour of the script. Please
65
65
<details>
66
66
<summary>Manually download the script & run the script via PowerShell. Recommended for advanced users.</summary><br/>
67
67
68
-
1.[Download the latest version of the script](https://github.com/Raphire/Win11Debloat/archive/master.zip), and extract the .ZIP file to your desired location.
68
+
1.[Download the latest version of the script](https://github.com/Raphire/Win11Debloat/zipball/master), and extract the .ZIP file to your desired location.
69
69
2. Open PowerShell or Terminal as an administrator.
70
70
3. Temporarily enable PowerShell execution by entering the following command:
71
71
@@ -139,8 +139,8 @@ Below is an overview of the key features and functionality offered by Win11Deblo
139
139
- Turn off Enhance Pointer Precision, also known as mouse acceleration.
140
140
- Disable Fast Start-up to ensure a full shutdown.
141
141
- Disable the Sticky Keys keyboard shortcut. (W11 only)
142
-
- Option to apply changes to a different user, instead of the currently logged in user.
143
-
- Sysprep mode to apply changes to the Windows Default user profile. Afterwards, all new users will have the changes automatically applied to them.
142
+
- Option to [apply changes to a different user](https://github.com/Raphire/Win11Debloat/wiki/Advanced-Features#running-as-another-user), instead of the currently logged in user.
143
+
-[Sysprep mode](https://github.com/Raphire/Win11Debloat/wiki/Advanced-Features#sysprep-mode) to apply changes to the Windows Default user profile. Afterwards, all new users will have the changes automatically applied to them.
0 commit comments