wyłączenie et9 znaczy to ->
wrzuć sobie jako .mscr i niech mortscript to odpali
T = RegRead("HKLM","System\CurrentControlSet\Control\Layouts\e0010409","Ime File")
If(T eq "\windows\eT9ime.dll")
q = "wyłączyć"
alternate = "\windows\compime.dll"
alternate2 ="COMP IME"
Else
q = "włączyć"
alternate = "\windows\eT9ime.dll"
alternate2 ="eT9 IME"
EndIf
If(Question( "Czy chcesz "&q&" obsługę eT9?", "Pytanie","YesNo"))
RegWriteString("HKLM","System\CurrentControlSet\Control\Layouts\e0010409","Layout Text", alternate2)
RegWriteString("HKLM","System\CurrentControlSet\Control\Layouts\e0010409","Ime File", alternate)
reset
EndIf