윈도우10 스토어 삭제 시 재설치 방법
windows Powershell을 관리자 권한으로 연 다음 -open as Administrator
(시작 버튼을 오른쪽 클릭하면 나온다)
Get-Appxpackage -Allusers *WindowsStore*
와
Add-AppxPackage -register "C:\Program Files\WindowsApps\*WindowsStore*\AppxManifest.xml" -DisableDevelopmentMode
입력하고
WSReset.exe
까지 해준다. 그럼 바로 실행됨
(시작 버튼을 오른쪽 클릭하면 나온다)
Get-Appxpackage -Allusers *WindowsStore*
와
Add-AppxPackage -register "C:\Program Files\WindowsApps\*WindowsStore*\AppxManifest.xml" -DisableDevelopmentMode
입력하고
WSReset.exe
까지 해준다. 그럼 바로 실행됨
nice and informative