From f9be77ea8ca0624eff0a8a8fb8c5017ef0f610d1 Mon Sep 17 00:00:00 2001 From: jestxfot <87380272+jestxfot@users.noreply.github.com> Date: Sun, 10 Jul 2022 21:22:20 +0300 Subject: [PATCH] store icon --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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