From 43d8fadd99591532398e99f029d859ee6f59fd34 Mon Sep 17 00:00:00 2001 From: Olivier Date: Sat, 31 Jan 2026 09:06:13 +0100 Subject: [PATCH] Actualiser README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f50f1d1..2ce9e99 100644 --- a/README.md +++ b/README.md @@ -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 +```