เราใช้บริการแปลภาษาเพื่อช่วยเหลือผู้ใช้ของเรา โปรดยกโทษให้ข้อผิดพลาดทางไวยากรณ์
เข้าใจแล้ว คุณสามารถดูว่าการแก้ปัญหาโดย Dave ช่วยได้หรือไม่?
https://answers.microsoft.com/en-us/windows/for...
ตรวจสอบให้แน่ใจว่าคุณใช้รหัสภาษาที่ถูกต้องแทน EN-US
*************************************************
ทำตาม Dave ทุกขั้นตอนแล้ว (but change "$1.add("ar-EG")" to "$1.add("TH")")
DaveM121
Replied on August 26, 2022 Hi Fady Ramsis
I am Dave, I will help you with this.
1
Click your Start Button and just type powershell
On the resulting list, right click PowerShell and select 'Run as Administrator'
Paste this commend into Powershell and hit Enter:
$1 = New-WinUserLanguageList en-US
If you also want the Arabic (Egypt) language installed, run this command
$1.add("ar-EG")
Then, Paste this commend into Powershell and hit Enter:
Set-WinUserLanguageList $1
Close Powershell
2
Click your Start Button, then just type regedit and press Enter to open the Registry Editor
Click View and make sure 'Address Bar' is turned on.
Paste this into the Address Bar at the top and hit Enter.
HKEY_USERS.DEFAULT\Keyboard Layout\Preload
In the left pane, right click and delete the Preload key (folder)
Paste this into the Address Bar at the top and hit Enter.
HKEY_CURRENT_USER\Keyboard Layout\Preload
In the left pane, right click and delete the Preload key (folder)
Close the Registry Editor and restart (not shut down) your PC
*****************************************************************************
แต่ก็ยังไม่หายครับผม ยังอยู่เหมือนเดิม ควรทำอย่างไรต่อดีครับ T^T