I ave already gone through http://serverfault.com/questions/12833/how-to-prevent-windows-from-safely-removing-hardware and it has a registry based solution for WinXP, however what I am after is: 1. a GPO based solution
2. windows 7, 2003 and 2008 as well


thanks


UPD: tried

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MYDEVICE] 
"DisableRemovable"=dword:00000001 

doesn't work for me

link|improve this question

73% accept rate
feedback

2 Answers

You can use GPO Preferences to set this registry key.

You can look at this article for information on how to do this. Just make sure the computers have the Client Side Extensions installed and you should be ready to go.

link|improve this answer
tried it - it's the driver itself, it simply blocks the option no matter what I do – dyasny Jan 20 at 9:16
feedback
up vote 0 down vote accepted

Tried removing though GPO and other ways, apparently the driver itself simply blovks anything the registry sets. Spoken to the driver developer, and he's going to apply some changes. So there was no actual solution for my case.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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