Skip to content

Commit b0a1815

Browse files
author
awesome-windows11
authored
Update README.md
1 parent 64215ee commit b0a1815

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ Get-AppXPackage *Notepad* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopme
120120
```powershell
121121
Get-AppXPackage *Windows.Client.WebExperience* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
122122
```
123+
![изображение](https://user-images.githubusercontent.com/86190960/125692295-e047e2fd-1fc8-414f-860c-4e12deec2bc3.png)
124+
![изображение](https://user-images.githubusercontent.com/86190960/125692307-e8b3f2d6-55c7-48c5-bb2e-c642afeb20bb.png)
125+
123126
## Как удалить все встроенные UWP приложения?
124127
Выполните команду в PowerShell (нажмите по команде справа чтобы скопировать):
125128
```powershell

0 commit comments

Comments
 (0)