Windows10のコンテキストメニューからEFSファイルの所有権を削除または追加する
暗号化は、ファイルとフォルダーを安全に保つためにWindowsが提供する最も強力な保護です。EFSを使用してファイルまたはフォルダーを暗号化すると、ファイルまたはフォルダーのコンテキストメニューでファイルの所有権が利用可能になり 、(File ownership)復号化が容易になります。この投稿では、 Windows10 のすべてのユーザーのファイルとフォルダー のEFS ファイル所有権(File ownership)コンテキストメニューを追加または削除する方法を紹介します。
(Add)コンテキストメニューから(Context Menu)EFSファイル(Remove EFS File)の所有権を追加または削除する
Windows 10のコンテキストメニューからファイルの所有権(File ownership)を追加または削除するには、管理者としてサインインする必要があります。
Windows 10のコンテキストメニューからファイルの所有権(File ownership)を追加または削除するには、次の手順を実行します。
EFSファイルの所有権(EFS File Ownership)をコンテキストメニュー(Context Menu)に追加するには
- Windows key + Rを押して、[実行]ダイアログを呼び出します。
- [ファイル名を指定して実行]ダイアログボックスで、メモ帳(notepad)と入力し、Enterキーを押してメモ帳を開きます。
- 以下の構文をコピーしてテキストエディタに貼り付けます。
[HKEY_CLASSES_ROOT\*\shell\UpdateEncryptionSettingsWork] "AppliesTo"="System.StorageProviderId:<>\"network\" AND System.StorageProviderProtectionMode:<>1 AND System.StorageProviderProtectionMode:<>2" "AttributeMask"=dword:00002000 "AttributeValue"=dword:00002000 "ExtendedSubCommandsKey"="*\\shell\\UpdateEncryptionSettingsWork" "ImpliedSelectionModel"=dword:00000000 "MUIVerb"="@efscore.dll,-101" "MultiSelectModel"="Player" "Position"="Bottom" [HKEY_CLASSES_ROOT\*\shell\UpdateEncryptionSettingsWork\Shell\Decrypt] "AttributeMask"=dword:00002000 "AttributeValue"=dword:00002000 "CommandStateHandler"="{5B6D1451-B1E1-4372-90F5-88E541B4DAB9}" "Icon"="edputil.dll,-1002" "MUIVerb"="@efscore.dll,-103" "ShowAsDisabledIfHidden"="" "SuppressionPolicyEx"="{2F574F12-4EAA-46CF-BCBF-4E8055002E0C}" "UpdateType"=dword:00000000 [HKEY_CLASSES_ROOT\*\shell\UpdateEncryptionSettingsWork\Shell\Decrypt\command] "DelegateExecute"="{5B6D1451-B1E1-4372-90F5-88E541B4DAB9}" [HKEY_CLASSES_ROOT\Directory\shell\UpdateEncryptionSettings] "AppliesTo"="System.StorageProviderId:<>\"network\" AND System.StorageProviderProtectionMode:<>1 AND System.StorageProviderProtectionMode:<>2" "AttributeMask"=dword:00002000 "AttributeValue"=dword:00002000 "ExtendedSubCommandsKey"="Directory\\shell\\UpdateEncryptionSettings" "ImpliedSelectionModel"=dword:00000000 "MUIVerb"="@efscore.dll,-101" "MultiSelectModel"="Player" "Position"="Bottom" [HKEY_CLASSES_ROOT\Directory\shell\UpdateEncryptionSettings\Shell\Decrypt] "AttributeMask"=dword:00002000 "AttributeValue"=dword:00002000 "CommandStateHandler"="{5B6D1451-B1E1-4372-90F5-88E541B4DAB9}" "Icon"="edputil.dll,-1002" "MUIVerb"="@efscore.dll,-103" "ShowAsDisabledIfHidden"="" "SuppressionPolicyEx"="{2F574F12-4EAA-46CF-BCBF-4E8055002E0C}" "UpdateType"=dword:00000000 [HKEY_CLASSES_ROOT\Directory\shell\UpdateEncryptionSettings\Shell\Decrypt\command] "DelegateExecute"="{5B6D1451-B1E1-4372-90F5-88E541B4DAB9}"
- 次に、メニューから [ファイル(File)]オプションをクリックし、 [名前を付けて保存(Save As)]ボタンを選択します。
- ファイルを保存する場所(できればデスクトップ)を選択します。
- 拡張子が.regの名前(例: Add-FileOwnership-ContextMenu.reg)を入力し、[ファイルの種類(Save as type)] ドロップダウンリスト から[ すべてのファイル]を選択します。(All Files)
- (Double-click)保存した.regファイルを(.reg)ダブルクリックしてマージします。
- Run > はい(Yes) (UAC)]>[Yes > OK ]をクリックしてマージを承認します。
- 必要に応じて、 .reg(.reg)ファイルを削除できるようになりました。
コンテキストメニュー(Context Menu)からEFSファイルの所有権(EFS File Ownership)を削除するには
- メモ帳(Notepad)を開き、以下の構文をコピーしてテキストエディタに貼り付けます。
[-HKEY_CLASSES_ROOT\*\shell\UpdateEncryptionSettingsWork] [-HKEY_CLASSES_ROOT\Directory\shell\UpdateEncryptionSettings]
- ファイルを.reg(.reg)拡張子(例:Remove-FileOwnership-ContextMenu.reg)でデスクトップに保存し、[ファイルの種類(Save as type)] ドロップダウンリスト から[ すべてのファイル]を選択します。(All Files)
- (Double-click)保存した.regファイルを(.reg)ダブルクリックしてマージします。
- Run > はい(Yes) (UAC)]>[Yes > OK ]をクリックしてマージを承認します。
- 必要に応じて、 .reg(.reg)ファイルを削除できるようになりました。
That’s it on how to add or remove EFS File Ownership from Context Menu in Windows 10!
Related posts
Add or Remove Pin Context MenuからWindows 10で始まる
Sandbox Context MenuのSandbox Context MenuのAdd Run item
Windows 10のContext MenuでダウンロードされたファイルのためのAdd Unblock option
RemoveまたはGoogle Drive、Dropbox and OneDriveをContext Menuに追加する
Remove Restore以前のバージョンContext menu Windows 10
Photos and Edit Context Menuを備えたRemove Edit Context Menu
Context Menu編集者:Add、Windows 11でRemove Context Menuアイテム
Windows10のコンテキストメニューからCasttoDeviceオプションを削除する
Remove Compatibility Tab File Properties Windows 10
Windows 10でCreate Restore Point itemをCreate Restore Point itemに追加する方法
Windows 11にWindows 10 Explorer & Context Menuバックを取得する方法
Windows 10のContext MenuからMoveをOneDriveに取り外します
Windows 10のRecycle Bin Context Menuからプロパティを削除する方法
Windows 10 Image PreviewがContext Menuから欠けていません
Best File & Folder Encryption Software for Windows 10
Remove Give access Context MenuのContext Menu
Context Menu and System TrayのRemove NVIDIA Control Panel
Fix Slow Right Click Context MenuでWindows 10
Add Disk Cleanup Hard Drivesの右クリックContext Menu
Windows 10のフォルダ内のCommand Promptを開く方法