Skip to content

Commit e49fc95

Browse files
authored
Modify debloat command in README
Updated command for debloating Windows 11 to use CLI option.
1 parent 6ee804d commit e49fc95

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://debloat.raphi.re/"))) -RunDefaults -RemoveCommApps -RemoveW11Outlook -RemoveGamingApps -DisableFastStartup -DisableDVR -DisableLockscreenTips -ClearStartAllUsers -RevertContextMenu -ShowHiddenFolders -HideTaskview
54+
& ([scriptblock]::Create((irm "https://debloat.raphi.re/"))) -CLI -RunDefaults -RemoveCommApps -RemoveW11Outlook -RemoveGamingApps -DisableFastStartup -DisableDVR -DisableLockscreenTips -ClearStartAllUsers -RevertContextMenu -ShowHiddenFolders -HideTaskview
5555
```
5656
- Then, run:
5757
```shell

0 commit comments

Comments
 (0)