Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Restrict access to WinNT Cmd Line 1

Status
Not open for further replies.
You can implement some restrictions from the System Policy Editor.
Choose File->Open Registry, then Local User and there you can have a look at Shell, Windows NT Shell and System. All three contain a "Restrictions" element with a few possibilities.
Restricting access to the command line is difficult because you can get it through "Run" in the startmenu, through the explorer, throught the file open/save dialog of any application, ...
Several applications also include a menu that allows to escape to the command line.
 
You can remove the execution permission on cmd.exe for these users (assuming the file is on a NTFS partition).
 
you can remove the execute permissions for everyone group on command.exe or take them right out of having any permissions to this, another way is to rename cmd.exe to something else that you wil remember assuming that you are using NTFS
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top