A
Alroy
Hello Guys
I am fairly new to programming in Windows.I was in particularly trying
to mask a removable drive attached via the USB port.I tried Googling it
,but it got only values for Win 2000,and Win 98 .In
HKey_Current_User>Software>Microsoft>Windows>CurrentVersion>Policies>Explorer..and
modified the values of the NoDriveAutoRun file of type
REG_DWORD...Various places it was mentioned to change the name of
NoDriveAutoRun to NoDrive and modify the values NoDriveAutoRun decimal
to a string of values in binary......like 00000101 where rightmost
digit if set ,masked the A drive in the My Computer window ,the next
digit fron right the B drive and so on...Else where it was mentioned
that drives values like A drive =1 ,B drive =4 etc similarly H drive
=128.and if we added these values and fed it as a values in decimal to
the NoDrive entry we would mask the particular drives .What are the
values in Win Xp to mask drives...Also can I do this via a few APIs to
mask any removable drive?
Thanks,I look to be enlightened on these issues..
Alroyraj
I am fairly new to programming in Windows.I was in particularly trying
to mask a removable drive attached via the USB port.I tried Googling it
,but it got only values for Win 2000,and Win 98 .In
HKey_Current_User>Software>Microsoft>Windows>CurrentVersion>Policies>Explorer..and
modified the values of the NoDriveAutoRun file of type
REG_DWORD...Various places it was mentioned to change the name of
NoDriveAutoRun to NoDrive and modify the values NoDriveAutoRun decimal
to a string of values in binary......like 00000101 where rightmost
digit if set ,masked the A drive in the My Computer window ,the next
digit fron right the B drive and so on...Else where it was mentioned
that drives values like A drive =1 ,B drive =4 etc similarly H drive
=128.and if we added these values and fed it as a values in decimal to
the NoDrive entry we would mask the particular drives .What are the
values in Win Xp to mask drives...Also can I do this via a few APIs to
mask any removable drive?
Thanks,I look to be enlightened on these issues..
Alroyraj