Question microsoft store and other related apps open and close immediately. how do i fix

Darkshock

Honorable
Feb 27, 2017
44
1
10,535
i was editing s clip for a jojos legend of x skyward y (short lived skyward sword meme where groose follows link to the surface) <Mod Edit> and i tried to watch the clip but t he movies and tv app closed so i uninstalled it and was going to reinstall it but the microsoft stpre was doing it too. the mp3 app also did it so i couldn't listen to the road roller da sound before putting it in. i tied everything that was on youtube like using the console and PowerShell. nothing worked how do i fix
 
Last edited by a moderator:
20h2. whenever i turn off my computer it will sometimes auto update and no i dont do hard shutdowns.

commands used

Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}


-ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"

“HKLM:SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\InboxApplications”) | Get-ItemProperty).Path | Add-AppxPackage -Register -DisableDevelopmentMode

no I didnt directly paste. I used edit paste
 
i tried the basic fixes like clearing the cache and reseting theapp but ofcourse knowing my luck thats too simple. i then tried these 3 commands in the powershell

Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"

((Get-ChildItem “HKLM:SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\InboxApplications”) | Get-ItemProperty).Path | Add-AppxPackage -Register -DisableDevelopmentMode

and got nothing. how do i fix
 
Last edited:

TRENDING THREADS