Code Monkey home page Code Monkey logo

ltsc-add-microsoft-store's People

Contributors

goojoe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

ltsc-add-microsoft-store's Issues

Cant install

Add-AppxPackage : Deployment failed with HRESULT: 0x80073CFD, A Prerequisite for an install could not be satisfied.
Windows cannot install package Microsoft.WindowsStore_22309.1401.5.0_x64__8wekyb3d8bbwe because this package is not
compatible with the device. The package requires OS version 10.0.18363.0 or higher on the Windows.Mobile device
family. The device is currently running OS version 10.0.17763.4377.
NOTE: For additional information, look for [ActivityId] 9ceba636-033d-0001-4d21-f19c3d03da01 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 9ceba636-033d-0001-4d21-f19c3d03da01
At C:\Users\Administrator\Desktop\LTSC-ADD-Microsoft-Store-master\LTSC-ADD-Microsoft-Store-master\Download\install_ms-s
tore.ps1:3 char:1

  • Add-AppxPackage *.Msixbundle
  •   + CategoryInfo          : NotSpecified: (C:\Users\Admini...bbwe.msixbundle:String) [Add-AppxPackage], Exception
      + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    

运行出错,SSL有问题

运行记录如下:
Please select language:

1 English
2 简体中文
3 Français
4 日本語
5 Deutsch
6 Español
2

脚本名称:LTSC 微软商店 最新版下载脚本
Github项目地址:https://github.com/Goojoe/LTSC-ADD-Microsoft-Store
作者:咕咕乔

请选择架构(输入数字):
1 arm
2 arm64
3 x64
4 x86
:3
是否需要配置HTTP代理(y/n):
:y
请输入HTTP代理,例子:(127.0.0.1:1080):
127.0.0.1:7890
请求中,请等待,失败可尝试配置代理
Traceback (most recent call last):
File "main.py", line 168, in
File "main.py", line 102, in download
File "requests\api.py", line 115, in post
File "requests\api.py", line 59, in request
File "requests\sessions.py", line 589, in request
File "requests\sessions.py", line 703, in send
File "requests\adapters.py", line 486, in send
File "urllib3\connectionpool.py", line 769, in urlopen
File "urllib3\connectionpool.py", line 295, in _get_conn
File "urllib3\connectionpool.py", line 1056, in _new_conn
ImportError: Can't connect to HTTPS URL because the SSL module is not available.
[10520] Failed to execute script 'main' due to unhandled exception!

Doesn't works on Win10 1507

Traceback (most recent call last): File "main.py", line 2, in <module> import pyperclip ModuleNotFoundError: No module named 'pyperclip' Press any key to continue. . .

Windows 10 x64 1507

ImportError: Can't connect to HTTPS URL because the SSL module is not available.

Hello,
When trying to run the compiled python exe, it gives me an error:

C:\Users\vboxuser\Downloads\ms-store-downloader>ms-store-downloader.exe
Please select language:
1 English
2 简体中文
3 Français
4 日本語
5 Deutsch
6 Español
1
--------------------------------------
Script Name: LTSC Microsoft Store Latest Version Download Script
GitHub Repository: https://github.com/Goojoe/LTSC-ADD-Microsoft-Store
Author: Goojoe
--------------------------------------
Please select the architecture (enter a number):
1 arm
2 arm64
3 x64
4 x86
:3
Do you need to configure an HTTP proxy? (y/n):
:n
No proxy required
Request in progress, please wait. If it fails, try configuring the proxy.
Traceback (most recent call last):
  File "main.py", line 168, in <module>
  File "main.py", line 102, in download
  File "requests\api.py", line 115, in post
  File "requests\api.py", line 59, in request
  File "requests\sessions.py", line 589, in request
  File "requests\sessions.py", line 703, in send
  File "requests\adapters.py", line 486, in send
  File "urllib3\connectionpool.py", line 769, in urlopen
  File "urllib3\connectionpool.py", line 295, in _get_conn
  File "urllib3\connectionpool.py", line 1056, in _new_conn
ImportError: Can't connect to HTTPS URL because the SSL module is not available.
[2036] Failed to execute script 'main' due to unhandled exception!

C:\Users\vboxuser\Downloads\ms-store-downloader>

I installed python 3.11, installed requierments, and running the source script went fine and it worked. Just using the PyInstaller version does not.

LTSC 1809在安装时下载的store版本过高

Add-AppxPackage : 部署失败,原因是 HRESULT: 0x80073CFD, 无法满足安装的先决条件。
由于程序包 Microsoft.WindowsStore_22309.1401.5.0_x64__8wekyb3d8bbwe 与设备不兼容,Windows 无法安装该程序包。该程序包要
求 Windows.Mobile 设备系列运行操作系统版本 10、0、18363、0 或更高版本。该设备当前运行的操作系统版本为 10、0、17763、425
2。
注意: 有关其他信息,请在事件日志中查找 [ActivityId] 5e6f6f98-0630-0001-701e-7b5e3006da01,或使用命令行 Get-AppPackageLo
g -ActivityID 5e6f6f98-0630-0001-701e-7b5e3006da01
所在位置 C:\LTSC-ADD-Microsoft-Store-master\Download\install_ms-store.ps1:3 字符: 1

  • Add-AppxPackage *.Msixbundle
  •   + CategoryInfo          : NotSpecified: (C:\LTSC-ADD-Mic...bbwe.msixbundle:String) [Add-AppxPackage], Exception
      + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    

Can't install apps within the Store.

What should be the proxy to add while installation, coz in the end Microsoft Store is blocking all the request to download anything within the app.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.