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?

link|improve this question

48% accept rate
Your question is lacking in details like what is the OS running for example. – Dragos Feb 16 at 12:01
1  
@Dragos: see tags – CraigJ Feb 16 at 14:05
feedback

3 Answers

I'd guess it's Software Restriction Policies.

link|improve this answer
More detail is required for me to accept this answer. How do you modify Software Restriction Policies? – CraigJ May 2 at 5:47
feedback

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.

link|improve this answer
I think the OP is looking for the tool that does this, not why. – TheLQ Feb 13 at 5:34
feedback

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).
link|improve this answer
And lets not forget antivirus software that can emulate this behaviour. – Dragos Feb 16 at 12:01
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.