PowerShell을 관리자 권한으로 실행
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
Get-AppXPackage -AllUsers -Name windows.immersivecontrolpanel | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose}
References
'TroubleShooting' 카테고리의 다른 글
vmware와 hyper v 동시에 쓰기 (0) | 2025.10.03 |
---|---|
[Flutter] Connection closed before full header was received, uri = (0) | 2021.09.05 |
[Node] ERR_MODULE_NOT_FOUND (0) | 2021.08.22 |
Upgrade Gradle wrapper to 4.8.1 version and re-import the project (0) | 2021.07.13 |
org.jetbrains.annotations.NotNull >> javax.annotation.Nonnull (0) | 2021.07.02 |