IME
Reactive license
IME
 
(One intermediate revision by the same user not shown)
Line 28: Line 28:


There are many reasons why a computer wouldn't go sleep regardless of the power settings.  Here are some of my notes on troubleshooting this.
There are many reasons why a computer wouldn't go sleep regardless of the power settings.  Here are some of my notes on troubleshooting this.
=== MoUsoCoreWorker.exe (Windows Update service) ===
If <code>powercfg -requests</code> lists MoUsoCoreWorker.exe, the Windows Update service may be stuck on somewhere. Just restart the Windows Update services by opening services.msc.


=== Network related issues ===
=== Network related issues ===
Line 60: Line 65:
</source>
</source>


= IME =
== Korean IME ==
{{testedon|2021-06-16|Windows 10 v21H1}}
가끔식 무슨 이유인지는 모르겠지만 자음과 모음이 분리돼어 입력이 될때가 있다. 예를 들어, 대한민국을 치면 "ㄷㅐㅎㅏㄴㅁㅣㄴㄱㅜㄱ" 으로 나온다. 재일 빠른 해결책은 Windows + . (이모지창) 을 나오게 하면 해결된다는 것. 다음은 입력기를 다시 시작하는 방법이다.
<source lang="console">
taskkill /f /im TextInputHost.exe
</source>


= Activation =
= Activation =