Computing.Net > Forums > Disk Operating System > Prevent copying in DOS

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Prevent copying in DOS

Reply to Message Icon

Name: Anil Sharma
Date: August 5, 2003 at 08:13:01 Pacific
OS: MS-DOS 6.22
CPU/Ram: P-IV/128 mb
Comment:

Hello, I work in DOS enviornment. Is it possible that nobody can use CTRL+ALT+DEL to terminate the program? Also is it possible that nobody copy to and from HDD?

Thanks
Anil Sharma



Sponsored Link
Ads by Google

Response Number 1
Name: Petit Jean
Date: August 6, 2003 at 08:33:46 Pacific
Reply:

Attrib can be used to prevent access to files and prevent copy command from being used on these invisible data.
attrib +h c:\*.* /s
To revert use the minus sign and the /s that explores folders and sub-folders.This is fair protection and crypting may be a better solution if you know your users have a good dos knowledge.Good luck.


0

Response Number 2
Name: Petit Jean
Date: August 7, 2003 at 05:52:30 Pacific
Reply:

The following reference is a suite of dos tools one of which is a way to block the use of CTRL+ALT+DEL.
http://home.t-online.de/home/K_meinhard/dtools.htm
Look in the dos section for the Extrados Toolbox.Good luck.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Disk Operating System Forum Home


Sponsored links

Ads by Google


Results for: Prevent copying in DOS

how do i copy in dos www.computing.net/answers/dos/how-do-i-copy-in-dos/12386.html

cd copying in dos www.computing.net/answers/dos/cd-copying-in-dos/5960.html

Using XCOPY in DOS www.computing.net/answers/dos/using-xcopy-in-dos/5490.html