Hi!
I'm programming a restrictions program.
But i'm having a little problems with NoDrives.
I know that to remove the MS-DOS prompt, you just have
to use this code:
SaveSettingLong HKEY_CURRENT_USER, "Software\Microsoft\Windows\CurrentVersion\Policies\WinOldApp", "Disabled", 1
But the NoDrives is a little drifferent.
It is in the Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
and the value is 3fff.
How do i do this???

/ CyberCarsten