Show Encrypt and Decrypt Files in Right Click Shortcut Menu in Windows Vista顯示加密和解密的文件上按一下滑鼠右鍵快捷菜單上的在Windows Vista

One feature that often overlook in Windows Vista is Encrypting File System (EFS), which also in Windows 2000, 2003 and XP operating system.一個特點,往往忽略了在Windows Vista中是加密文件系統( EFS ) ,這也在Windows 2000 , 2003和XP操作系統。 EFS is a file system with filesystem-level encryption that transparently allows files to be stored encrypted on disk volume with NTFS file systems so that no other users can use the encrypted data or to protect confidential data from most kind of hack attempt including attackers that already gain physical access to the computer.英,法,西是一個文件系統與文件級加密,透明,使文件能夠被加密存儲在磁盤上貨量與NTFS檔案系統,使沒有其他用戶可以使用加密的數據,或以保護機密的數據,來自大部分種入侵企圖,包括攻擊者已經獲得物理訪問計算機。 User can encrypt or decrypt files and folders by setting “Encrypt contents to secure data” attribute in the object’s Properties dialog box.用戶可以加密或解密的文件和文件夾設置“加密內容以便保護數據”屬性在該對象的屬性對話框。 It will be much easier if the user can simply right click on the files and folders, and then select either Encrypt or Decrypt to perform the similar process.將容易得多,如果用戶只需按一下滑鼠右鍵,文件和文件夾,然後選擇加密或解密,以執行類似的過程。

To add in the Encrypt and Decrypt (to those files or folder already secured with encryption) right-click context shortcut menu item, simply copy and paste the following text into any text editor (such as Notepad), and then save the file with a filename with .reg extension (such as RightClickEncrypt.reg).要添加,在加密和解密(這些文件或文件夾已經有擔保與加密)右鍵單擊快捷菜單上的背景項目,只要複製並粘貼以下文字到任何文本編輯器(如記事本) ,然後將該文件保存與文件名。 reg擴展名(如rightclickencrypt.reg ) 。 Double click on the saved file to apply and merge the new registry vale to the registry key.雙擊對儲存的檔案申請合併新的註冊表Vale的向註冊表項。 Confirm any UAC permission requirement.確認任何的UAC權限的規定。 When done, a confirmation dialog will appear, simply press OK.完成時,確認對話框就會出現,只要按下確定。



Windows Registry Editor Version 5.00 Windows註冊表編輯器5.00版

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] [ hkey_current_user \軟件\微軟\的Windows \ currentversion \資源\先進]
“EncryptionContextMenu”=dword:00000001 “ encryptioncontextmenu ” =的DWORD : 00000001

To remove the Encrypt or Decrypt right-click contextual shortcut menu item, simply copy and paste the following text into any text editor (such as Notepad), and then save the file with a filename with .reg extension (such as RightClickNoEncrypt.reg).刪除加密或解密右鍵單擊快捷菜單上的內容項目,只要複製並粘貼以下文字到任何文本編輯器(如記事本) ,然後保存該文件的文件名。 reg擴展名(如rightclicknoencrypt.reg ) 。 Double click on the saved file to apply and merge the new registry vale to the registry key.雙擊對儲存的檔案申請合併新的註冊表Vale的向註冊表項。 Confirm any UAC permission requirement.確認任何的UAC權限的規定。 When done, a confirmation dialog will appear, simply press OK.完成時,確認對話框就會出現,只要按下確定。



Windows Registry Editor Version 5.00 Windows註冊表編輯器5.00版

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] [ hkey_current_user \軟件\微軟\的Windows \ currentversion \資源\先進]
“EncryptionContextMenu”=dword:00000000 “ encryptioncontextmenu ” =的DWORD : 00000000

加密在右鍵單擊上下文菜單

You can download these two files directly too, if you don’t want to create them yourself:您也可以下載這兩個文件直接過,如果你不想創造自己:

RightClickEncrypt.reg rightclickencrypt.reg
RightClickNoEncrypt.reg rightclicknoencrypt.reg

Alternatively, open up Registry Editor and navigate to the registry key, and then add in or modify the said registry value.另外,開放註冊表編輯器和瀏覽到註冊表項,然後在添加或修改該說的註冊表值。

IMPORTANT : You're reading a machine translated page which is provided "as is" without warranty. 重要說明:您正在閱讀的機器翻譯網頁是“按原樣”提供的擔保。 Unlike human translation, machine translation does not understand the grammar, semantics, syntax, idioms of natural language, thus often produce inaccurate and low quality text which is misleading and incomprehensible.不像人類翻譯,機器翻譯不明白的語法,語義,語法,成語自然語言,因此,往往產生不準確的和低品質的文字,是具誤導性的和難以理解的。 Thus, please refer to因此,請參閱 original English article英文原版的文章 whenever possible.只要有可能。

MDL blog postings now continue at MDL公司博客帖子現在繼續在 Tip and Trick 提示和伎倆 , and readers are welcome to join ,和讀者都歡迎參加 My Digital Life Forums 我的數字生活論壇 .


3 Responses to “Show Encrypt and Decrypt Files in Right Click Shortcut Menu in Windows Vista” 3回應“顯示加密和解密的文件上按一下滑鼠右鍵快捷菜單上的在Windows Vista ”

  1. kay
    April 14th, 2007 04:22 2007年4月14日4時22分
    1

    hi i just want to ask what you mean by:喜我只想問你的意思是:
    “Double click on the saved file to apply and merge the new registry vale to the registry key. “ ,雙擊保存的文件,以申請和合併,新的註冊表Vale的向註冊表項。 Confirm any UAC permission requirement.”確認任何的UAC權限的規定“ 。

    what is merge the newreg value???什麼是合併newreg價值? ? ?
    does it install it into the system registry???難道它安裝到系統註冊表? ? ?

    and does this process give you the ability to have the encrypt button on your right click?是否這個過程中給你的能力,有加密按鈕,然後按一下滑鼠右鍵?
    thanks謝謝

  2. Chooza chooza
    April 28th, 2007 14:00 2007年4月28日14時
    2

    What it means is that the reg file you create and dbl-click will enter the info from inside that reg file in to the registry without you having to manually edit it.它的意思是說, reg文件,您可以創建和後海灣幹線的點擊將進入信息從內reg文件在到註冊表中您不需要手動編輯。 A series of boxes will appear asking for yes, no etc. just allow them by answering yes.一系列的箱子會出現要求是,否剛等,讓他們回答是的。 And yes you will get the “Encrypt” and “Decrypt” listed in the right-click menu (context menu).和是你會得到“加密”和“解密”中列出的右鍵點擊菜單(上下文菜單) 。

  3. Sjakalen sjakalen
    January 10th, 2008 06:43 2008年1月10日6時43分
    3

    Sorry I don’t get it對不起,我,但沒有得到 : (
    I created the 2 .reg files and dbl- clicked on the RightClickEncrypt.reg file, I can now, right click on the .WindowsLiveContact files and Encrypt appear on the menu, so fare so good.我創建了2 。 reg文件及後海灣幹線-點擊該rightclickencrypt.reg文件,我現在可以按一下滑鼠右鍵。 windowslivecontact文件和加密出現在菜單上,因此,票價那麼好。
    If I try to Encrypt a file I get “error occured applying attributes to the file”如果我嘗試加密文件我得到“發生錯誤的應用屬性,以檔案”
    Anyway I need to “Decrypt” the files.無論如何,我要“解密”的文件。
    Need HEEEELP!!!!需要heeeelp !
    What is in those files anyway, the messege written in messenger?什麼是在這些檔案中無論如何, messege在書面通?
    I am running vista 64 bit is that a problem?我的計算機運行Vista的64位這是一個問題?

Leave a Reply離開的答复

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> 您可以使用這些標籤:的<a href="" title=""> <abbr title=""> <acronym title="">的<b> <blockquote cite=""> <cite>的<code> <刪除日期時間= “ ” >的<em>的<i> <q cite=""> <strike>的<strong>

Subscribe without commenting訂閱無評論



Incoming Search Terms for the Article傳入的搜索條件文章

WINDOWSLIVECONTACT File windowslivecontact檔案 - - windowslivecontact windowslivecontact - - RightClickNoEncrypt.reg rightclicknoencrypt.reg - - how to open windowslivecontact file 如何打開windowslivecontact檔案 - - windowslivecontact files windowslivecontact檔案 - - open windowslivecontact file 開放windowslivecontact檔案 - - WINDOWSLIVECONTACT how to open windowslivecontact如何打開 - - windowslivecontact file open windowslivecontact檔案開放 - - open windowslivecontact 開放windowslivecontact - - windowslivecontact reader windowslivecontact讀者 - - WINDOWSLIVECONTACT-fil windowslivecontact -無線網絡 - - how to open WindowsLiveContact 如何打開windowslivecontact - - "windows live contact file" “的Windows Live聯繫檔案” - - read windowslivecontact 閱讀windowslivecontact - - .windowslivecontact 。 windowslivecontact - - file windowslivecontact 文件windowslivecontact - - open .windowslivecontact 開放的。 windowslivecontact - - how to open a windowslivecontact file 如何打開windowslivecontact檔案 - - hack windowslivecontact 哈克windowslivecontact - - windowslivecontact decrypt windowslivecontact解密 - - "RightClickEncrypt.reg" “ rightclickencrypt.reg ” - - open .WINDOWSLIVECONTACT files 開放的。 windowslivecontact檔案 - - windowslivecontact open windowslivecontact開放 - - windows live contacts decrypt 的Windows Live聯繫人解密 - - how to read a windowslivecontact file 如何閱讀windowslivecontact檔案 - - bebo shortcut 拜博捷徑 - - how to read windowslivecontact 如何閱讀windowslivecontact - - CRIPTOGRAFAR EMAIL WINDOWS LIVE criptografar電子郵件的Windows Live - - view WindowsLiveContact logs 鑑於windowslivecontact日誌 - - open with encryption menu 開放與加密菜單 - - decrypt Windows Live Contacts 解密的Windows Live聯繫人 - - right click encrypt hack 右鍵點擊加密哈克 - - bebo shortcuts 拜博捷徑 - - WINDOWSLIVECONTACT-fil win xp windowslivecontact -無線網絡雙贏XP中 - - open files .Windowslivecontact 打開文件。 windowslivecontact - - right click shortcut 右鍵單擊快捷方式 - - windowslivecontact extension windowslivecontact延長 - - how do i remove encryption from windows live contact files 我如何刪除加密的Windows Live聯繫人文件 - - windowslivecontact + file + open windowslivecontact +檔案+開放 - - encrypt فى ويندوز اكس بى 加密فى ويندوز اكس بى - - windows how to remove right click shortcut Windows如何刪除右鍵單擊快捷方式 - - shortcut to bebo 捷徑拜博 - - open .windowslivecontact file 開放的。 windowslivecontact檔案 - - como ver un file extension windowslivecontact 科摩查看聯合國文件擴展windowslivecontact - - read .windowslivecontact 閱讀。 windowslivecontact - - .windowslivecontact read 。 windowslivecontact閱讀 - - .WindowsLiveContact open file 。 windowslivecontact開啟檔案 - - DECRYPT WINDOWS LIVE CONTACT FILES 解密的Windows Live聯繫人文件 - - show encrypt on menu 顯示加密就菜單 - - decrypt windows live contact file 解密的Windows Live聯繫檔案 - -