Windows does not have an application store, and the solution to install the required application directly

In Internet cafes and companies, there is no windows store on the computer. It is not uninstalled, but because the streamlined system or customized version of the system does not have this pre-installed software, so various methods of restoring application stores on the Internet are not acceptable. It doesn't work at all.

Here I provide the following solutions:

Idea: Search for the software you want to install from the web version of the application store-------->copy the software address, analyze the software download direct link address------->download to local------- >Install the software directly from the command line;

 

step:

1. Go to the app store to search for the software you want to download, and click on the software details;

2. Copy the software address here , and analyze the download address of the software straight chain;

3. Click the parsed link to download the software package in appx format;

4. Open powershell, enter your download directory, execute

add-appxpackage xxxxxxx.appxbundle

 

Note: Offline installation of the appx software package requires the computer to be in developer mode. For details, please google "powershell to install appx"

 

reference:

1.https://blog.csdn.net/weixin_43839895/article/details/103448841?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-3.nonecase&depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-3.nonecase

2.https://blog.csdn.net/founderznd/article/details/52723517

Guess you like

Origin blog.csdn.net/THMAIL/article/details/107387270