Hi,
Is there a way to deny or prevent loading an executable file in an specified directory with winbatch, also when someone has al the rights there.
pm
There are multiple ways. Some of which you will likely not be able to perform in a WIL script. One simple and maybe not very practical approach is to open the file without any shared access. Or you could just change the files NTFS permissions.