![]() |
|
|
|||||||
![]() |
Computer Security - how can I password protect the cmd program? |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
how can I password protect the cmd program?
Bryce |
|
|
|
|
#2 |
|
Posts: n/a
|
Delete it !
But why stop at CMD.EXE why not COMMAND.EXE ? Of course you won't be able to run DOS programs nor have an interactive command prompt to run command line utilities. Dave "Bryce" <> wrote in message news:Kxaxb.27$... | how can I password protect the cmd program? | | |
|
|
|
#3 |
|
Posts: n/a
|
"Bryce" <> wrote in message
news:Kxaxb.27$... > how can I password protect the cmd program? AFAIK, you can't. You /can/ set security ACLs (you seem to be using XP - right-click a file (and file) and go to the security tab to select/deselect users and groups. This won't stop someone from running commands directly from the Start menu - for that (and other things) you should Google for "XP Group Policy". Not available on XP Home, AFAIK. HTH Hairy One Kenobi Disclaimer: the opinions expressed in this opinion do not necessarily reflect the opinions of the highly-opinionated person expressing the opinion in the first place. So there! |
|
|
|
#4 |
|
Posts: n/a
|
In article <j1lxb.118$>, abuse@
[127.0.0.1] says... > "Bryce" <> wrote in message > news:Kxaxb.27$... > > how can I password protect the cmd program? > > AFAIK, you can't. You can set the permissions on it so that only selected users have access to it - meaning NTFS permissions (security tab). I do this on all servers and esp. on web servers. (a lot more than just cmd also). -- -- (Remove 999 to reply to me) |
|
|
|
#5 |
|
Posts: n/a
|
"Leythos" <> wrote in message
news:... > In article <j1lxb.118$>, abuse@ > [127.0.0.1] says... > > "Bryce" <> wrote in message > > news:Kxaxb.27$... > > > how can I password protect the cmd program? > > > > AFAIK, you can't. > > You can set the permissions on it so that only selected users have > access to it - meaning NTFS permissions (security tab). I do this on all > servers and esp. on web servers. (a lot more than just cmd also). ...which basically restates what you snipped! H1K |
|