From Administrative command prompt:
cd \Users\<User> icacls Downloads /deny <User>:(CI)(OI)(X) /t
User will no longer be able to run any EXE in his "Downloads" folder.
To revert:
cd \Users\<User> icacls Downloads /remove <User> /t
From Administrative command prompt:
cd \Users\<User> icacls Downloads /deny <User>:(CI)(OI)(X) /t
User will no longer be able to run any EXE in his "Downloads" folder.
To revert:
cd \Users\<User> icacls Downloads /remove <User> /t
Comments
Post a Comment