gpt4 book ai didi

powershell - 以编程方式更改键盘布局

转载 作者:行者123 更新时间:2023-12-02 22:32:06 26 4
gpt4 key购买 nike

我在瑞士的公司环境中与 de-CH 一起工作作为标准键盘布局,同时使用 de-DE键盘。

我可以手动将键盘设置更改为首选 de-DE -layout,将其设置为标准并分配快捷方式。

然而:不知何故,我的设置在任意时间后消失(可能与管理员运行的更新有关),所以我必须每隔几天重复一次。

This建议有一种简单的方法可以在 Win 8 中使用 Powershell 更改键盘布局:
Set-WinUserLanguageList -LanguageList DE-DE
可悲的是,我使用的是 Win 7。因此,我收到以下错误消息,作为 Powershell-dummy,我将其解释为 Win 7 中不存在 cmdlet 的简单语句:

PS C:\Users\b036081> Set-WinUserLanguageList -LanguageList DE-DE
Set-WinUserLanguageList : The term 'Set-WinUserLanguageList' is not recognized as the name of a cmdlet, function,
script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path
is correct and try again.
At line:1 char:1
+ Set-WinUserLanguageList -LanguageList DE-DE
+ ~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Set-WinUserLanguageList:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

现在,Powershell 中是否有另一种相对简单的方法?甚至在 C++、C#、Batch、VB 中...

非常感谢!

最佳答案

使用这个命令

powershell -command "Set-WinUserLanguageList -Force 'en-US'"

或者
powershell -command "Set-WinUserLanguageList -Force 'fr-FR'"

关于powershell - 以编程方式更改键盘布局,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41096875/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com