mirror of
https://github.com/beigeworm/BadUSB-Files-For-FlipperZero.git
synced 2025-12-26 12:51:19 -08:00
10 lines
127 B
PowerShell
10 lines
127 B
PowerShell
Function SetkbUS {
|
|
|
|
Dism /online /Get-Intl
|
|
Set-WinSystemLocale en-US
|
|
Set-WinUserLanguageList en-US -force
|
|
|
|
}
|
|
|
|
SetkbUS
|