Hiding items in Windows Explorer

J

Jim in Cleveland

We are running XP computers in a public enviroment. Is there a way that I
can have the public users use Windows Explorer, but only show what I want
them to see? I would like them to have access to the CDROM, USB and a
partition on the drive other than the C drive (I would like to hide the C
drive as well). I would also not want them to have access to any part of the
network, other than getting to the Internet. Can all this be done with Group
Policy or Steady State?

Jim
 
T

Tim Meddick

'Copy and paste the following into a text file with the .VBS extension.
Then, double click on it within any
'profile on any computer you don't want them to be able to see C drive from.
In other words; clicking on this file will hide drive C 'in Explorer in that
profile.

'Cheers, Tim Meddick, Peckham, London.
'Make sure it all fits on just 3 lines:

Dim WSHShell
Set WSHShell = WScript.CreateObject("WScript.Shell")
WSHShell.RegWrite
"HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoDrives",
4, "REG_BINARY"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top