You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
303 B
11 lines
303 B
@Echo Off
|
|
|
|
rem Hangul 97 uninstall script
|
|
|
|
Copy %SystemRoot%\System32\UsrLogn2.Cmd %SystemRoot%\System32\UsrLogn2.Bak >Nul: 2>&1
|
|
FindStr /VI Hwp97usr %SystemRoot%\System32\UsrLogn2.Bak > %SystemRoot%\System32\UsrLogn2.Cmd
|
|
|
|
regini UHwpw97.key > Nul:
|
|
|
|
Echo Hangul 97 logon script uninstalled.
|
|
|