Piece of cake.<br><br>REGEDIT4<br><br>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]<br>"NoRun"=dword:00000001<br>"NoDrives"=dword:03ffffff<br><br>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\WinOldApp]<br>"Disabled"=dword:00000001<br><br>Cut and paste this into a .reg file. Use regedit.exe /s in a login scrip to import it. NoRun will remove the run command. NoDrives will remove all th drives except C and D. Experiment with changiong those digits (1-9 and a-f) to see what drives they will hide (changes are immediate, just refresh my computre after changing one in regedit but the ZERO there is just a placeholder, start with the 3.) WinOldApp-Disabled set to 1 will disable the execution of any DOS program, including any you have installed so be careful with this one.<br>