Skip to content

Commit 6ee804d

Browse files
authored
Fix PowerShell command in README_ES.md
Updated PowerShell command for removing unnecessary software in Spanish README.
1 parent 4d8482d commit 6ee804d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README_ES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ ipconfig /release
5151
(Fuente: [https://github.com/Raphire/Win11Debloat](https://github.com/Raphire/Win11Debloat))
5252
- Abrir un Terminal como Administrador (Botón derecho sobre su icono y Ejecutar como administrador) y ejecutar:
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
- Después, ejecutar:
5757
```shell

0 commit comments

Comments
 (0)