I'm trying to hide the Citrix server's C:\ and D:\ drives from users with the following script: writevalue ( "HKEY_CURRENT_USER\software\Microsoft\Windows\CurrentVersion\Policies\Explorer" , "nodrives" , "12" , "REG_DWORD" )

However, it is not working. They can still see the drives. Any ideas?

Mickey