Possible Duplicate:
Temporarily remove Group Policy in Windows 7

I have an external drive that I need to get some source from, and the GPO is preventing me from using the drive. Is it possible to temporarily override that setting via the registry or similar place? I'm trying to avoid moving all of this to dropbox tonight just to bring it down tomorrow.

link|improve this question
Have you asked the people in charge of your Group Policy if they can help? Circumventing GP can be a big no-no at many work places. – techie007 Jan 10 at 17:56
If you are not a domain administrator then you need to ask your local IT staff for an exception. chmod has the correct answer: SuperUser cannot support or assist in attempts to circumvent specific corporate IT policy. – music2myear Jan 10 at 17:59
feedback

closed as exact duplicate by techie007, music2myear, Sathya Jan 11 at 16:59

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

up vote 1 down vote accepted

Ah, well, you'll need to run regmon to figure out what policy is being applied. That will give you a list-- then, you'll need to prevent it from being applied at the registry level. Or, better yet, here's a guide from technet: http://blogs.technet.com/b/markrussinovich/archive/2005/04/30/circumventing-group-policy-settings.aspx

link|improve this answer
feedback

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