Skip to content

Commit 4d8482d

Browse files
authored
Fix command syntax in README for debloating Windows 11
Updated the command to remove unnecessary software in Windows 11.
1 parent 0c97758 commit 4d8482d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ ipconfig /release
5151
(Source: [https://github.com/Raphire/Win11Debloat](https://github.com/Raphire/Win11Debloat))
5252
- Open a Terminal as Administrator (Right-click on its icon and Run as administrator) and run:
5353
```shell
54-
& ([scriptblock]::Create((irm "https://win11debloat.raphi.re/"))) -RunDefaults -RemoveCommApps -RemoveW11Outlook -RemoveGamingApps -DisableFastStartup -DisableDVR -DisableLockscreenTips -ClearStartAllUsers -RevertContextMenu -ShowHiddenFolders -HideTaskview
54+
& ([scriptblock]::Create((irm "https://debloat.raphi.re/"))) -RunDefaults -RemoveCommApps -RemoveW11Outlook -RemoveGamingApps -DisableFastStartup -DisableDVR -DisableLockscreenTips -ClearStartAllUsers -RevertContextMenu -ShowHiddenFolders -HideTaskview
5555
```
5656
- Then, run:
5757
```shell

0 commit comments

Comments
 (0)