sneezy_of_tie
Member
- May 6, 2018
- 104
- 83
- 213
The reason why you cannot just do Open With on a .bat file is that it is (still) considered a special file type for which Win 10 removes the Open With option, if you want to edit the file there is still the edit option.
To alter this behavior you need to edit the registry.
Note: backing up the registry before editing is always a good thing to do, just in case
save the following code as a file with the extention .reg:
Then double click the created file.
To alter this behavior you need to edit the registry.
Note: backing up the registry before editing is always a good thing to do, just in case
save the following code as a file with the extention .reg:
Code:
[HKEY_CLASSES_ROOT\batfile\shell\Open with\command]
@="{09799AFB-AD67-11d1-ABCD-00C04FC30936}"