I'll post again the methods below without translation.
Kindly try the suggested methods below if it helps.
Method 1.
Press Windows key+R to open Run then type or copy paste the path below. Hit Enter.
C:\Windows\system32\ctfmon.exe
Method 2.
**Please try to check first this support article.
https://docs.microsoft.com/ko-kr/troubleshoot/w...
Method 3.
**Please try to run SFC and DISM to check for any system errors and corrupted files.
https://support.microsoft.com/ko-kr/help/402652...
After that, Restart your PC
Note: You can open Command Prompt as administrator by doing this,
Press Windows key+R to open Run then type: cmd
Press Ctrl+Shift+Enter to run as administrator
Proceed with the commands inside the support article
Method 4.
**Repair all Windows apps via Powershell
Windows key+X then select Windows Powershell (Admin)
copy paste the command below one at a time then press Enter. Please ignore the red errors and let the process complete.
Get-AppxPackage Microsoft.Windows.ShellExperienceHost | foreach {Add-AppxPackage -register "$($_.InstallLocation)\appxmanifest.xml" -DisableDevelopmentMode}
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Restart your Computer