自已找到解法了https://superuser.com/questions/1333637/how-to-remove-unknown-locale-qaa-latn-from-fresh-windows-server-installationwin10 搜尋PowerShell 用管理員執行↓將這些貼進去$LanguageList = Get-WinUserLanguageList$LanguageList.Add("qaa-latn")Set-WinUserLanguageList $LanguageList -Force在去桌面左下→齒輪設定→語言那邊就會出現 錯誤的語言再點選移除就完成了