hello.. i need a bit of help because i don't know what to do next. i use a standard windows 10 Ltsc 2011 19044.3208 i try to add the store with the script from here ( https://forums.mydigitallife.net/th...ises-sku-ltsb-ltsc.70741/page-30#post-1468779 ) with the recommended fast fix. all seem ok (apart than some library were most up-to-date than the one in the package but after that when i try to launch the store, i get a store windows that said ' preparation, then downloading, then installing ) after the 'installing' message, the store shut down and i stay in the state : even after reboot if i go to the propertie of the store, i get : then i try to use 'wsreset -i' with the proper 2 exe added to my system32 directory ( ClipDLS.exe and ClipRenew.exe). the command run then end, but no notification and nothing change. and it seem that the store is locked in a state that it try to install but can't finish... all CMD/powershell commands have been run in admin mode and "dev mode" is enabled i don't know what to do next... ps: i use only a local account (no microsoft online account) if it's important...
follow-up. i corrected my problem with this link - To install latest Microsoft Store bundle (read the readme in the zip package) Add-Store-Dynamic then after that, i do a full repair of the store in powershell (admin) with the command : Get-AppXPackage -allusers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} reboot, then the store is working...but now i get an error 0x80070005 when i try to download/install something from the store
Do I have to install both the UWP and non-UWP version of VCLibs or can I pick just one? If I can pick just one is one version better than the other? Microsoft.VCLibs.140.00_14.0.32530.0 Microsoft.VCLibs.140.00.UWPDesktop_14.0.32530.0
All are UWP Store usually need the non-Desktop VCLibs, but other apps need it, so it's best to install both
Hey guys I am trying to install the windows store since some weeks. Code: Add-AppxPackage -register "C:\Program Files\WindowsApps\Microsoft.WindowsStore_22309.1401.2.0_x64__8wekyb3d8bbwe\AppxManifest.xml" -DisableDevelopmentMode I get: Code: HRESULT: 0x80073D04, The signature is invalid. To register in developer mode, AppxSignature.p7x and AppxBlockMap.xml must be valid or should not be present. here in russian the full out put: Code: Add-AppxPackage : Сбой развертывания с HRESULT: 0x80073D04, Недопустимая подпись. Чтобы зарегистрироваться в режиме раз работчика, AppxSignature.p7x и AppxBlockMap.xml должны быть допустимы или отсутствовать. Ошибка 0x80070005: сбой открытия пакета из расположения Microsoft.NET.Native.Framework.2.2_2.2.29512.0_x64__8wekyb3d8bb we. ПРИМЕЧАНИЕ. Чтобы получить дополнительные сведения, найдите [ActivityId] e0b4f8e6-0685-0005-44dc-b6e08506da01 в журнале событий или введите в командной строке Get-AppxLog -ActivityID e0b4f8e6-0685-0005-44dc-b6e08506da01. строка:1 знак:1 + Add-AppxPackage -register "C:\Program Files\WindowsApps\Microsoft.Win ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (C:\Program File...ppxManifest.xml:String) [Add-AppxPackage], Exception + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
@Konstantine you need to install this first Microsoft.NET.Native.Framework.2.2_2.2.29512.0_x64__8wekyb3d8bb
First copy the following files to C:\Windows\System32, if they are missing (get them from another flavor of Windows 10 x64 ISO): ClipRenew.exe, ClipDLS.exe Then open CMD as admin and run the command (make sure you're online): wsreset -i *It should download and install a functional MS Windows Store.
I installed these files and entered: wsreset -i but nothing happens I have a Microsoft Store icon, but when I launch it, it only loads for a second
Have you already tried this... https://forums.mydigitallife.net/th...ises-sku-ltsb-ltsc.70741/page-30#post-1468779 Edit: Sorry, I see you have already tried this... :-(
Guys if I install the store on LTSC with the reset command, will it auto install all the appx that bloats pro/home, or is it a cleaner version that only installs what I ask (and dependencies)?