Actualiser README.md

This commit is contained in:
2026-01-31 09:06:13 +01:00
parent 83cf5f5368
commit 43d8fadd99

View File

@@ -2,5 +2,9 @@
## Uninstalling Windows applications via winget
Run the PowerShell script `Remove-BuiltInApps.ps1` located in the powershell folder as an administrator.
Run the PowerShell script `Remove-BuiltInApps.ps1` located in the powershell folder as an administrator :
```
powershell -ExecutionPolicy Bypass -File .\Remove-BuiltInApps.ps1
```