4

If I go to a workstation in a certain large organisation and try to run an executable from a USB drive it doesn't let me.

What setting is this in Group Policy or wherever else that does this?

Tom Marthenal
  • 2,106
  • 7
  • 25
  • 37
CJ7
  • 653
  • 9
  • 24

3 Answers3

6

I'd guess it's Software Restriction Policies.

TristanK
  • 8,953
  • 2
  • 27
  • 39
  • More detail is required for me to accept this answer. How do you modify Software Restriction Policies? – CJ7 May 02 '12 at 05:47
5

For security reasons there may be a restriction on running executables from removable media. I suggest you talk to the system admins in that organisation to learn what you may or may not do.

John Gardeniers
  • 27,262
  • 12
  • 53
  • 108
2

There are many possibilities. Including, but not limited too the following.

  • The application needs to write to the registry at places not permitted by the ACLs
  • It need to write to the file-system at places not permitted by the ACLs
  • It needs to load a kernel driver
  • The system has policies in place to block certain executables (or usually block everything and permit good things).
Zoredache
  • 128,755
  • 40
  • 271
  • 413