Actualiser README.md

This commit is contained in:
2026-01-31 10:10:10 +01:00
parent 1e78240806
commit 9b0b03f3e1

View File

@@ -1,19 +1,9 @@
# Windows
## Uninstall Windows applications provisioned
### Uninstalling Windows applications via winget
## 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
```