diff --git a/README.md b/README.md index 8d05cbc..debb23a 100644 --- a/README.md +++ b/README.md @@ -269,7 +269,7 @@ Taskbar: ``` -
🗑 Remove UWP +
Remove UWP **WindowsPhone** ```powershell @@ -308,14 +308,14 @@ Taskbar:
-
🗑 Remove ALL UWP (NOT Microsoft Store) +
Remove ALL UWP (NOT Microsoft Store) ```powershell Get-AppxPackage -AllUsers | where-object {$_.name –notlike "*store*"} | Remove-AppxPackage ```
-
🗑 Remove ALL UWP +
Remove ALL UWP ```powershell Get-AppxPackage | Remove-AppxPackage