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 +```