当前位置:网站首页>[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
边栏推荐
- Week6 weekly report
- TypeScript void 基础类型
- How are the open source Netease cloud music API projects implemented?
- 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
- Uncaught typeerror: cannot red properties of undefined (reading 'beforeeach') solution
- (4) Web security | penetration testing | network security web site source code and related analysis
- ORACLE列转行--某字段按指定分隔符转多行
- 网络安全基础介绍
- Set picture annotation in markdown
- GET/POST/PUT/PATCH/DELETE含义
猜你喜欢
leetcode704. Binary search (find an element, simple, different writing)
CDN acceleration and cracking anti-theft chain function
L'auteur est mort? Ai utilise l'art pour conquérir l'humanité
【线上问题处理】因代码造成mysql表死锁的问题,如何杀掉对应的进程
JDBC learning notes
数字IC设计笔试题汇总(一)
Oracle database 11gr2 uses TDE transparent data encryption to report an error ora28353. If you run to close the wallet, you will report an error ora28365. If you run to open the wallet, you will repor
作者已死?AI正用藝術征服人類
Summary of Digital IC design written examination questions (I)
[online problem processing] how to kill the corresponding process when the MySQL table deadlock is caused by the code
随机推荐
Ble of Jerry [chapter]
Word delete the contents in brackets
Yield method of tread
The first Baidu push plug-in of dream weaving fully automatic collection Optimization SEO collection module
OpenGL ES 学习初识(1)
Chrome view page FPS
升级版手机检测微信工具小程序源码-支持多种流量主模式
杰理之BLE【篇】
Project GFS data download
Idea console color log
word中把帶有某個符號的行全部選中,更改為標題
[JDBC] quick start tutorial
Jerry needs to modify the profile definition of GATT [chapter]
JDBC学习笔记
位运算异或
Go learning --- use reflection to judge whether the value is valid
The way to learn go (I) the basic introduction of go to the first HelloWorld
Sélectionnez toutes les lignes avec un symbole dans Word et changez - les en titre
Typescript indexable type
微信公众号无限回调授权系统源码 全网首发