Windows 7 64Bit Big5 亂碼問題
Windows 7 64Bit Big5 亂碼問題
使用 Regedit 將機碼修改成下方資料,再重開機就可以了。
原來的設定為 409 (表示United States - English),要修改成 404 (Chinese_Taiwan)
針對使用者變更用下面這段
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Control Panel\International]
"Locale"="00000404"
"Locale"="00000404"
針對預設使用者 (新使用者將自動套用) 變更用下面這段
Windows Registry Editor Version 5.00
[HKEY_USERS\.DEFAULT\Control Panel\International]
"Locale"="00000404"
"Locale"="00000404"
留言