Help - Some Registry Settings not Applicable on Server.
-
Hi all, I working on application that is used to monitor Insertion and Removal of USB drives. here we can also enable or disable usb drives. with the using of this registry value.
Local_Machine>>System>>CurrentControlSet>>Services>>USBSTOR
here the value os Start decide usb drive is enabled or disabled.
if Start==3 //means enable
if Start==4 //means disablewhen i set this registry value on client machine its working fine. but in case of server when i disable the USBSTOR its set the registry value to 4 but usb drive detected by server. please help me for this. thanks in advance.
To accomplish great things, we must not only act, but also dream; not only plan, but also believe.
-
Hi all, I working on application that is used to monitor Insertion and Removal of USB drives. here we can also enable or disable usb drives. with the using of this registry value.
Local_Machine>>System>>CurrentControlSet>>Services>>USBSTOR
here the value os Start decide usb drive is enabled or disabled.
if Start==3 //means enable
if Start==4 //means disablewhen i set this registry value on client machine its working fine. but in case of server when i disable the USBSTOR its set the registry value to 4 but usb drive detected by server. please help me for this. thanks in advance.
To accomplish great things, we must not only act, but also dream; not only plan, but also believe.
There can be CurrentControlSet's for a server .. CurrentControlSet001 ,CurrentControlSet002 and soon so u will have to change values for all of them. Kushagra
-
There can be CurrentControlSet's for a server .. CurrentControlSet001 ,CurrentControlSet002 and soon so u will have to change values for all of them. Kushagra