简体   繁体   English

[批处理]:从Windows的区域设置中删除语言

[英][Batch]: Remove language from regional settings in Windows

Would it be possible to somehow, probably in the registry, remove a language from your accounts regional settings on Windows XP using batch scripting? 是否可以通过批处理脚本以某种方式(可能是在注册表中)从Windows XP的帐户区域设置中删除一种语言?

If someone could point me to the correct registry key i could then just export it modified and import it with Batch. 如果有人可以将我指向正确的注册表项,那么我可以将其修改后导出并使用Batch导入。

rundll32.exe shell32,Control_RunDLL intl.cpl,,/f:"c:\regopts.txt

where regopts.txt contains your desired settings. regopts.txt包含所需的设置。

See this MS KB article for details. 有关详细信息,请参见此MS KB文章。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM