2021年3月21日星期日

Is there a way to write a batch file to change the system list separator? [closed]

My job requires switching the system list separator from , to ; fairly often, and I was trying to find a way to automate this. I found a list of windows settings sub-menu locations, but I'm fairly new to command line commands and am not sure if there's any way to further navigate these automatically/programmatically. Anyone familiar with system list separator/windows command line wrt settings navigation? So far all i can realistically do is make the following batch file:

@ECHO OFF  /ms-settings:dateandtime  

to skip a few menus, but i still have to navigate several other menus and finally change the option. are there any other batch commands for navigating further down these settings menu rabbit-holes and changing the options?

https://stackoverflow.com/questions/66739624/is-there-a-way-to-write-a-batch-file-to-change-the-system-list-separator March 22, 2021 at 10:33AM

没有评论:

发表评论