한글깨짐
2010. 8. 26. 10:57http://highlucky.egloos.com/1583355
한글 깨짐 방지
마우스 오른쪽 버튼 활용
------------------------------------------------------------------
EX> CMD에서 실행하기.
영어 로케일
set APPLOCENG="HKEY_CLASSES_ROOT\exefile\shell\for Eng with AppLocale\command"
reg add %APPLOCENG% /VE /D "%SystemRoot%\AppPatch\AppLoc.exe \"%1\" \"/L0409\"" /f
일본어 로케일
set APPLOCJPN="HKEY_CLASSES_ROOT\exefile\shell\for Jpn with AppLocale\command"
reg add %APPLOCJPN% /VE /D "%SystemRoot%\AppPatch\AppLoc.exe \"%1\" \"/L0411\"" /f
한국어 로케일
set APPLOCKOR="HKEY_CLASSES_ROOT\exefile\shell\for Kor with AppLocale\command"
reg add %APPLOCKOR% /VE /D "%SystemRoot%\AppPatch\AppLoc.exe \"%1\" \"/L0412\"" /f
중국어 번체 로케일
set APPLOCCHN1="HKEY_CLASSES_ROOT\exefile\shell\for Chn(Traditional) with AppLocale\command"
reg add %APPLOCCHN1% /VE /D "%SystemRoot%\AppPatch\AppLoc.exe \"%1\" \"/L0404\"" /f
중국어 간체 로케일
set APPLOCCHN2="HKEY_CLASSES_ROOT\exefile\shell\for Chn(Simplyfied) with AppLocale\command"
reg add %APPLOCCHN2% /VE /D "%SystemRoot%\AppPatch\AppLoc.exe \"%1\" \"/L0804\"" /f
참고 ---------------------------
번체
Traditional Chinese
L0404
간체
Simplified Chinese
L0804