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