ssoL2 TISTORY

window 작업표시줄 먹통 본문

any

window 작업표시줄 먹통

ssoL2 2019. 5. 28. 10:54

1. ctrl+shift+esc

2. 파일 > 새작업실행

3. powershell + 관리자실행권한체크

4. $manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest
5. shut down -r -f -t 0 

Comments