Hi. I’m running v 6.2.285401.2860 on a WinXP SP3 box.
I HAD a simple batch file, all it did was change attributes on files in Windows/temp folder and delete them. Unfortunately it seems that Defense+ or the Sandbox, something is blocking this now.
In the log file I’m seeing listings for C:\Windows\system32\attrib.exe, Flags: Modify File, Target:A_TEST.TMP for example, and:
C:\Windows\system32\attrib.exe, Flags:Sandboxed As, Target: Partially Limited
I looked around in the Commodo interface and tried to add exceptions for Attrib.exe but it doesn’t seem to have worked. Can someone PLEASE tell me step by step how to configure CIS to allow this simple batch file to work without it resulting in “Access denied” and it not working?
It did work previously, this is not a system admin/privileges issue. Thanks.
attrib -h -r -s C:\windows\temp\*.tmp
del C:\windows\temp\*.tmp