From 587702f48158b43686990fb278e582db822d1c9d Mon Sep 17 00:00:00 2001 From: jestxfot <87380272+jestxfot@users.noreply.github.com> Date: Mon, 2 Oct 2023 13:38:28 +0300 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5c481e7..fc5f6fe 100644 --- a/README.md +++ b/README.md @@ -294,6 +294,7 @@ StartMenu Local: ```powershell Get-AppXPackage *Windows.Client.WebExperience* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”} ``` +
Remove Microsoft Store Apps @@ -332,6 +333,8 @@ StartMenu Local: Get-AppxPackage -allusers *Windows.Client.WebExperience* | Remove-AppxPackage Get-AppxProvisionedPackage –online | where-object {$_.packagename –like "*Windows.Client.WebExperience*"} | Remove-AppxProvisionedPackage –online ``` + +
@@ -694,19 +697,18 @@ StartMenu Local:

❓ FAQ

+### How do I pin UWP to my desktop? ```powershell -# Как закрепить UWP на рабочий стол? shell:AppsFolder ``` +### View all UWP apps ```powershell -# Посмотреть все приложения UWP Get-AppxPackage –AllUsers | Select Name, PackageFullName ``` +### Full command, for detailed analysis ```powershell -# Полная команда, для подробного анализа Get-AppxPackage –AllUsers ``` - ### How does Explorer sort special characters in files?