AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Cipher ...

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Utilities & Resources
View previous topic :: View next topic  
Author Message
BoBo
Guest





PostPosted: Thu Sep 09, 2004 9:35 pm    Post subject: Cipher ... Reply with quote

Quote:
The Cipher command-line utility, which is built into Windows 2000 (Win2K), displays or alters the encryption of directories and files on NTFS partitions. The Cipher utility supports several commands. Type Cipher /? to view the following switches:

/E encrypts and marks the directories you specify so that EFS will encrypt new files you add.

/D decrypts and marks the directories you specify so that EFS won’t encrypt new files you add.

/S performs the operation you specify in a given directory and all its subdirectories.

/I continues performing the operation you specify even after errors occur. (By default, the Cipher utility stops when it encounters an error.)

/F forces the encryption operation on the directories you specify, including already-encrypted directories. (By default, Cipher skips already-encrypted directories.)

/Q reports only the most essential information.

dirname specifies a pattern or directory.

Used without switches, the Cipher utility displays the encryption state of the current directory and any files it contains. You can use multiple directory names and wildcards. You must type spaces between multiple commands. For example, to encrypt the sales information directory, type

Cipher /e "sales information"

To decrypt the directory called new projects, type

Cipher /d new*


[more...]
Back to top
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Utilities & Resources All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group