当前位置:网站首页>[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
边栏推荐
- 配置树莓派接入网络
- 杰理之需要修改 gatt 的 profile 定义【篇】
- 杰理之蓝牙设备想要发送数据给手机,需要手机先打开 notify 通道【篇】
- JDBC learning notes
- Seriously recommend several machine learning official account
- 杰理之BLE【篇】
- 微信公众号无限回调授权系统源码 全网首发
- How to configure GUI guide development environment
- Go learning --- use reflection to judge whether the value is valid
- SSM learning
猜你喜欢
Bugku CTF daily question: do you want seeds? Blackmailed
[MySQL learning notes 32] mvcc
The best way to learn SEO: search engine
Uncaught TypeError: Cannot red propertites of undefined(reading ‘beforeEach‘)解决方案
【mysql学习笔记30】锁(非教程)
qt颜色与字符串、uint相互转换
作者已死?AI正用藝術征服人類
Seriously recommend several machine learning official account
【MySQL学习笔记32】mvcc
Interface automation test framework: pytest+allure+excel
随机推荐
word中把带有某个符号的行全部选中,更改为标题
Idea console color log
Path analysis model
The first Baidu push plug-in of dream weaving fully automatic collection Optimization SEO collection module
Jerry's general penetration test - do data transmission with app Communication [article]
Markdown 中设置图片图注
If Jerry needs to send a large package, he needs to modify the MTU on the mobile terminal [article]
How MySQL merges data
Word delete the contents in brackets
js对象获取属性的方法(.和[]方式)
杰理之AD 系列 MIDI 功能说明【篇】
How are the open source Netease cloud music API projects implemented?
Uni app third party package configuration network request
杰理之蓝牙设备想要发送数据给手机,需要手机先打开 notify 通道【篇】
Simple and understandable high-precision addition in C language
杰理之BLE【篇】
The ECU of 21 Audi q5l 45tfsi brushes is upgraded to master special adjustment, and the horsepower is safely and stably increased to 305 horsepower
JDBC learning notes
Typescript variable scope
The ECU of 21 Audi q5l 45tfsi brushes is upgraded to master special adjustment, and the horsepower is safely and stably increased to 305 horsepower