mirror of
https://github.com/beigeworm/BadUSB-Files-For-FlipperZero.git
synced 2025-12-25 12:24:56 -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
|