로그인 유지
◎위챗 : speedseoul
powershell
$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest
http://gbworld.tistory.com/1066