当前位置:网站首页>[window] when the Microsoft Store is deleted locally, how to reinstall it in three steps
[window] when the Microsoft Store is deleted locally, how to reinstall it in three steps
2022-07-06 07:21:00 【Quantify Mike】
reinstall Microsoft store
1、 start-up powershell
2、 Delete the original Store file
First delete the original Microsoft Store( deleted , It can also be carried out ). Enter the following command :
get-appxpackage *store* | remove-Appxpackage
3、 reinstall
3.1 Enter the following command , Get the package name to install :
Get-AppxPackage -allusers | Select Name, PackageFullName | select-string "WindowsStore"
3.2 Start installation
add-appxpackage -register "C:\Program Files\WindowsApps\< Full name >\AppxManifest.xml" -disabledevelopmentmode
Take the package name in the above picture as an example :
add-appxpackage -register "C:\Program Files\WindowsApps\Microsoft.WindowsStore_12011.1001.1.0_x64__8wekyb3d8bbwe\AppxManifest.xml" -disabledevelopmentmode
4、 install OK
边栏推荐
- 数字IC设计笔试题汇总(一)
- The way to learn go (II) basic types, variables and constants
- Uni app practical project
- 作者已死?AI正用藝術征服人類
- Wechat brain competition answer applet_ Support the flow main belt with the latest question bank file
- Wechat official account infinite callback authorization system source code, launched in the whole network
- Applied stochastic process 01: basic concepts of stochastic process
- How can word delete English only and keep Chinese or delete Chinese and keep English
- Uncaught TypeError: Cannot red propertites of undefined(reading ‘beforeEach‘)解决方案
- First knowledge of OpenGL es learning (1)
猜你喜欢
变量的命名规则十二条
杰理之如若需要大包发送,需要手机端修改 MTU【篇】
Leetcode35. search the insertion position (simple, find the insertion position, different writing methods)
JDBC learning notes
Oracle column to row -- a field is converted to multiple rows according to the specified separator
Leetcode59. spiral matrix II (medium)
杰理之开发板上电开机,就可以手机打开 NRF 的 APP【篇】
(4) Web security | penetration testing | network security web site source code and related analysis
SSM学习
Internal and external troubles of "boring ape" bayc
随机推荐
GET/POST/PUT/PATCH/DELETE含义
树莓派3B更新vim
Go learning --- use reflection to judge whether the value is valid
mysql如何合并数据
Path analysis model
变量的命名规则十二条
Summary of Digital IC design written examination questions (I)
Jerry's general penetration test - do data transmission with app Communication [article]
杰理之开发板上电开机,就可以手机打开 NRF 的 APP【篇】
Typescript function definition
You deserve this high-value open-source third-party Netease cloud music player
首发织梦百度推送插件全自动收录优化seo收录模块
On the world of NDK (2)
C语言 简单易懂的高精度加法
Crawling exercise: Notice of crawling Henan Agricultural University
The psychological process from autojs to ice fox intelligent assistance
Leetcode 78: subset
CDN acceleration and cracking anti-theft chain function
Yield method of tread
Wechat official account infinite callback authorization system source code, launched in the whole network