Hi Experts,
I have made a rule that block all executables in the App Data folder for example
%AppData%\*\* ----- Disallowed
%AppData%\*\*.exe ----- Disallowed
Now I want to enable running all the files in a folder in the AppData\Roaming\Temp
I have made this rule...
%AppData%\Roaming\BitTorrent\*.* ---- Unrestricted
will the above mentioned rule allows all the files to run in the BitTorrent folder...???
Thank You.
TechSpec90