create a command line argument .bat file that can change all .exe file compatibility settings in a specific directroy
问题 I have multiple drives with a different directory structures. I have a directory called "test files" with of several .exe files that I need to change the compatibility settings to "run this program as administrator" Is it possible to create a windows .bat file that runs as Admin and that can change all the .exe files compatibility settings in a specific directory and all its sub-directories, regardless of where "test files" is located, to "run this program as an Administrator" This is what I