Actualiser README.md

This commit is contained in:
2026-01-31 09:34:51 +01:00
parent cd979ae29c
commit 5bfb3612aa
+12 -3
View File
@@ -1,10 +1,19 @@
# Windows # Windows
## Uninstalling Windows applications via winget ## Uninstall Windows applications provisioned
Uninstall Windows applications just for the current user. Run the PowerShell script `Remove-BuiltInApps.ps1` located in the powershell folder : ### Uninstalling Windows applications via winget
Uninstall Windows applications just for the current user. Run the PowerShell script `Winget-Remove-BuiltInApps.ps1` located in the powershell folder :
```
powershell -ExecutionPolicy Bypass -File .\Winget-Remove-BuiltInApps.ps1
```
### Uninstalling completely Windows applications
Uninstall Windows applications just for all users. Run the PowerShell script `Remove-BuiltInApps.ps1` located in the powershell folder :
``` ```
powershell -ExecutionPolicy Bypass -File .\Remove-BuiltInApps.ps1 powershell -ExecutionPolicy Bypass -File .\Remove-BuiltInApps.ps1
``` ```