From 5bfb3612aa75e32783ef595c0e4f43a85d4c7245 Mon Sep 17 00:00:00 2001 From: Olivier Date: Sat, 31 Jan 2026 09:34:51 +0100 Subject: [PATCH] Actualiser README.md --- README.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index abe9026..20388dd 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,19 @@ # 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 -``` - +``` \ No newline at end of file