Skip navigation

JSI Tip 1808. How do I prevent unauthorized users from running selected programs?

In tip 0362, we discussed the use of RestrictRun.

You can also deny access to the program, using NTFS permissions.

To prevent a user or group from running program.exe:

CACLS <Path>\program.exe /E /D <User or Group>

Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish