禁用右鍵菜單


=================桌面===================


Intel控制面板(1903以后沒有)

HKEY_CURRENT_USER\Software\Intel\Display\igfxcui\HotKeys

  • Enable(類型:REG_DWORD)

    0 為禁用,1 為默認啟用

 


NVIDIA控制面板

HKEY_CURRENT_USER\Software\NVIDIA Corporation\Global\NvCplApi\Policies

  • ContextUIPolicy(類型:REG_DWORD)

    0 為禁用,1 為默認啟用

 


顯示設置 & 個性化

重點regini語句的使用

顯示設置為例(存為bat文件管理員身份運行)

::取注冊表路徑
set route=HKEY_CLASSES_ROOT\DesktopBackground\Shell\Display
::寫入臨時文件
echo %route% [] >>%tmp%\RemoveFromRightClick.ini
::regini語句修改注冊表權限
regini %tmp%\RemoveFromRightClick.ini
::刪除臨時文件
del %tmp%\RemoveFromRightClick.ini /q
::退出
exit
;禁用
set route=HKEY_CLASSES_ROOT\DesktopBackground\Shell\Display
echo %route% [23] >>%tmp%\AddToRightClick.ini
regini %tmp%\AddToRightClick.ini
del %tmp%\AddToRightClick.ini /q
exit
;啟用

 

禁用或啟用個性化則將首句注冊表路徑改為

HKEY_CLASSES_ROOT\DesktopBackground\Shell\Personalize

 


下一個桌面背景

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\DesktopBackground\shellex\ContextMenuHandlers\DesktopSlideshow]
@="{0bf754aa-c967-445c-ab3d-d8fda9bae7ef}"
;默認顯示
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\DesktopBackground\shellex\ContextMenuHandlers\DesktopSlideshow]
;刪除

=================桌面===================

 


 

 

===============此范圍內添加值===============


新窗口、新進程、新標簽頁、固定到快速訪問(文件夾、IE)

在新窗口中打開(包括文件夾和IE)
HKEY_CLASSES_ROOT\Folder\shell\opennewwindow
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\opennewwindow

在新進程中打開(包括文件夾和IE)
HKEY_CLASSES_ROOT\Folder\shell\opennewprocess
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\opennewprocess

在新標簽頁中打開(只有IE)
HKEY_CLASSES_ROOT\Folder\shell\opennewtab
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\opennewtab

固定到快速訪問(文件夾)
HKEY_CLASSES_ROOT\Folder\shell\pintohome
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\pintohome
View Code

 


編輯(圖片、文本文件)

圖片文件(如jpg、png、bmp、jpeg)

HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\edit

文本文件(如bat、cmd、xml、vbs)

HKEY_LOCAL_MACHINE\SOFTWARE\Classes\batfile\shell\edit
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\cmdfile\shell\edit
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\group_wab_auto_file\shell\edit
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\JSEFile\Shell\Edit
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\JSFile\Shell\Edit
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ODCfile\shell\Edit
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\RDP.File\shell\Edit
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\regfile\shell\edit
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\VBEFile\Shell\Edit
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\VBSFile\Shell\Edit
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\wordxmlfile\shell\Edit
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\WSFFile\Shell\Edit
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\xmlfile\shell\edit
HKEY_CLASSES_ROOT\batfile\shell\edit
HKEY_CLASSES_ROOT\cmdfile\shell\edit
HKEY_CLASSES_ROOT\group_wab_auto_file\shell\edit
HKEY_CLASSES_ROOT\JSEFile\Shell\Edit
HKEY_CLASSES_ROOT\JSFile\Shell\Edit
HKEY_CLASSES_ROOT\ODCfile\shell\Edit
HKEY_CLASSES_ROOT\RDP.File\shell\Edit
HKEY_CLASSES_ROOT\regfile\shell\edit
HKEY_CLASSES_ROOT\VBEFile\Shell\Edit
HKEY_CLASSES_ROOT\VBSFile\Shell\Edit
HKEY_CLASSES_ROOT\wordxmlfile\shell\Edit
HKEY_CLASSES_ROOT\WSFFile\Shell\Edit
HKEY_CLASSES_ROOT\xmlfile\shell\edit
View Code

 


使用照片編輯(圖片文件,如jpg、png、bmp、jpeg)

HKEY_CLASSES_ROOT\AppX43hnxtbyyps62jhe9sqpdzxn1790zetc\Shell\ShellEdit

  


創建新視頻(圖片文件,如jpg、png、bmp、jpeg)

HKEY_CLASSES_ROOT\AppX43hnxtbyyps62jhe9sqpdzxn1790zetc\Shell\ShellCreateVideo

  


使用畫圖3D進行編輯(圖片文件,如jpg、png、bmp、jpeg)

HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.3mf\Shell\3D Edit
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.bmp\Shell\3D Edit
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.fbx\Shell\3D Edit
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.gif\Shell\3D Edit
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.jfif\Shell\3D Edit
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.jpe\Shell\3D Edit
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.jpeg\Shell\3D Edit
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.jpg\Shell\3D Edit
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.png\Shell\3D Edit
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.tif\Shell\3D Edit
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.glb\Shell\3D Edit
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.obj\Shell\3D Edit
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.ply\Shell\3D Edit
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.stl\Shell\3D Edit
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.tiff\Shell\3D Edit
HKEY_CLASSES_ROOT\SystemFileAssociations\.3mf\Shell\3D Edit
HKEY_CLASSES_ROOT\SystemFileAssociations\.bmp\Shell\3D Edit
HKEY_CLASSES_ROOT\SystemFileAssociations\.fbx\Shell\3D Edit
HKEY_CLASSES_ROOT\SystemFileAssociations\.gif\Shell\3D Edit
HKEY_CLASSES_ROOT\SystemFileAssociations\.jfif\Shell\3D Edit
HKEY_CLASSES_ROOT\SystemFileAssociations\.jpe\Shell\3D Edit
HKEY_CLASSES_ROOT\SystemFileAssociations\.jpeg\Shell\3D Edit
HKEY_CLASSES_ROOT\SystemFileAssociations\.jpg\Shell\3D Edit
HKEY_CLASSES_ROOT\SystemFileAssociations\.png\Shell\3D Edit
HKEY_CLASSES_ROOT\SystemFileAssociations\.tif\Shell\3D Edit
HKEY_CLASSES_ROOT\SystemFileAssociations\.glb\Shell\3D Edit
HKEY_CLASSES_ROOT\SystemFileAssociations\.obj\Shell\3D Edit
HKEY_CLASSES_ROOT\SystemFileAssociations\.ply\Shell\3D Edit
HKEY_CLASSES_ROOT\SystemFileAssociations\.stl\Shell\3D Edit
HKEY_CLASSES_ROOT\SystemFileAssociations\.tiff\Shell\3D Edit
View Code

 


設置為桌面背景(圖片文件,如jpg、png、bmp、jpeg)

HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.bmp\Shell\setdesktopwallpaper
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.dib\Shell\setdesktopwallpaper
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.gif\Shell\setdesktopwallpaper
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.jfif\Shell\setdesktopwallpaper
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.jpe\Shell\setdesktopwallpaper
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.jpeg\Shell\setdesktopwallpaper
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.jpg\Shell\setdesktopwallpaper
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.png\Shell\setdesktopwallpaper
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.tif\Shell\setdesktopwallpaper
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.tiff\Shell\setdesktopwallpaper
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.wdp\Shell\setdesktopwallpaper
HKEY_CLASSES_ROOT\SystemFileAssociations\.bmp\Shell\setdesktopwallpaper
HKEY_CLASSES_ROOT\SystemFileAssociations\.dib\Shell\setdesktopwallpaper
HKEY_CLASSES_ROOT\SystemFileAssociations\.gif\Shell\setdesktopwallpaper
HKEY_CLASSES_ROOT\SystemFileAssociations\.jfif\Shell\setdesktopwallpaper
HKEY_CLASSES_ROOT\SystemFileAssociations\.jpe\Shell\setdesktopwallpaper
HKEY_CLASSES_ROOT\SystemFileAssociations\.jpeg\Shell\setdesktopwallpaper
HKEY_CLASSES_ROOT\SystemFileAssociations\.jpg\Shell\setdesktopwallpaper
HKEY_CLASSES_ROOT\SystemFileAssociations\.png\Shell\setdesktopwallpaper
HKEY_CLASSES_ROOT\SystemFileAssociations\.tif\Shell\setdesktopwallpaper
HKEY_CLASSES_ROOT\SystemFileAssociations\.tiff\Shell\setdesktopwallpaper
HKEY_CLASSES_ROOT\SystemFileAssociations\.wdp\Shell\setdesktopwallpaper
View Code

 


添加到Windows Media Player列表(媒體文件、文件夾) 

HKEY_CLASSES_ROOT\MediaCenter.WTVFile\shell\Enqueue
HKEY_CLASSES_ROOT\Stack.Audio\shell\Enqueue
HKEY_CLASSES_ROOT\Stack.Image\shell\Enqueue
HKEY_CLASSES_ROOT\SystemFileAssociations\audio\shell\Enqueue
HKEY_CLASSES_ROOT\SystemFileAssociations\Directory.Audio\shell\Enqueue
HKEY_CLASSES_ROOT\SystemFileAssociations\Directory.Image\shell\Enqueue
HKEY_CLASSES_ROOT\WMP.DVR-MSFile\shell\Enqueue
HKEY_CLASSES_ROOT\WMP.WTVFile\shell\Enqueue
HKEY_CLASSES_ROOT\WMP11.AssocFile.3G2\shell\Enqueue
HKEY_CLASSES_ROOT\WMP11.AssocFile.3GP\shell\Enqueue
HKEY_CLASSES_ROOT\WMP11.AssocFile.ADTS\shell\Enqueue
HKEY_CLASSES_ROOT\WMP11.AssocFile.AIFF\shell\Enqueue
HKEY_CLASSES_ROOT\WMP11.AssocFile.ASF\shell\Enqueue
HKEY_CLASSES_ROOT\WMP11.AssocFile.ASX\shell\Enqueue
HKEY_CLASSES_ROOT\WMP11.AssocFile.AU\shell\Enqueue
HKEY_CLASSES_ROOT\WMP11.AssocFile.AVI\shell\Enqueue
HKEY_CLASSES_ROOT\WMP11.AssocFile.FLAC\shell\Enqueue
HKEY_CLASSES_ROOT\WMP11.AssocFile.M2TS\shell\Enqueue
HKEY_CLASSES_ROOT\WMP11.AssocFile.m3u\shell\Enqueue
HKEY_CLASSES_ROOT\WMP11.AssocFile.M4A\shell\Enqueue
HKEY_CLASSES_ROOT\WMP11.AssocFile.MIDI\shell\Enqueue
HKEY_CLASSES_ROOT\WMP11.AssocFile.MK3D\shell\Enqueue
HKEY_CLASSES_ROOT\WMP11.AssocFile.MKA\shell\Enqueue
HKEY_CLASSES_ROOT\WMP11.AssocFile.MKV\shell\Enqueue
HKEY_CLASSES_ROOT\WMP11.AssocFile.MOV\shell\Enqueue
HKEY_CLASSES_ROOT\WMP11.AssocFile.MP3\shell\Enqueue
HKEY_CLASSES_ROOT\WMP11.AssocFile.MP4\shell\Enqueue
HKEY_CLASSES_ROOT\WMP11.AssocFile.MPEG\shell\Enqueue
HKEY_CLASSES_ROOT\WMP11.AssocFile.TTS\shell\Enqueue
HKEY_CLASSES_ROOT\WMP11.AssocFile.WAV\shell\Enqueue
HKEY_CLASSES_ROOT\WMP11.AssocFile.WAX\shell\Enqueue
HKEY_CLASSES_ROOT\WMP11.AssocFile.WMA\shell\Enqueue
HKEY_CLASSES_ROOT\WMP11.AssocFile.WMV\shell\Enqueue
HKEY_CLASSES_ROOT\WMP11.AssocFile.WPL\shell\Enqueue
HKEY_CLASSES_ROOT\WMP11.AssocFile.WVX\shell\Enqueue
View Code

 


使用Windows Media Player播放(媒體文件)

HKEY_CLASSES_ROOT\Stack.Audio\shell\Play
HKEY_CLASSES_ROOT\Stack.Image\shell\Play
HKEY_CLASSES_ROOT\SystemFileAssociations\audio\shell\Play
HKEY_CLASSES_ROOT\SystemFileAssociations\Directory.Audio\shell\Play
HKEY_CLASSES_ROOT\SystemFileAssociations\Directory.Image\shell\Play
View Code

 


以其他身份運行(可執行文件,如exe、msi)

HKEY_LOCAL_MACHINE\SOFTWARE\Classes\batfile\shell\runasuser
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\cmdfile\shell\runasuser
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\exefile\shell\runasuser
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\mscfile\shell\runasuser
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Msi.Package\shell\runasuser
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Launcher.AllAppsDesktopApplication\Shell\RunAsUser
HKEY_CLASSES_ROOT\batfile\shell\runasuser
HKEY_CLASSES_ROOT\cmdfile\shell\runasuser
HKEY_CLASSES_ROOT\exefile\shell\runasuser
HKEY_CLASSES_ROOT\mscfile\shell\runasuser
HKEY_CLASSES_ROOT\Msi.Package\shell\runasuser
HKEY_CLASSES_ROOT\Launcher.AllAppsDesktopApplication\Shell\RunAsUser
View Code

 


啟用BitLocker(磁盤)

HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Drive\shell\change-passphrase
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Drive\shell\change-pin
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Drive\shell\encrypt-bde
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Drive\shell\encrypt-bde-elev
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Drive\shell\manage-bde
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Drive\shell\resume-bde
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Drive\shell\resume-bde-elev
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Drive\shell\unlock-bde
HKEY_CLASSES_ROOT\Drive\shell\change-passphrase
HKEY_CLASSES_ROOT\Drive\shell\change-pin
HKEY_CLASSES_ROOT\Drive\shell\encrypt-bde
HKEY_CLASSES_ROOT\Drive\shell\encrypt-bde-elev
HKEY_CLASSES_ROOT\Drive\shell\manage-bde
HKEY_CLASSES_ROOT\Drive\shell\resume-bde
HKEY_CLASSES_ROOT\Drive\shell\resume-bde-elev
HKEY_CLASSES_ROOT\Drive\shell\unlock-bde
View Code

 


打印(圖片、文本、字體文件,如jpg、png、txt、ini、ttf)

圖片
HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\print

腳本
HKEY_CLASSES_ROOT\batfile\shell\print
HKEY_CLASSES_ROOT\cmdfile\shell\print
HKEY_CLASSES_ROOT\JSEFile\Shell\Print
HKEY_CLASSES_ROOT\VBEFile\Shell\Print
HKEY_CLASSES_ROOT\VBSFile\Shell\Print
HKEY_CLASSES_ROOT\WSFFile\Shell\Print

文本
HKEY_CLASSES_ROOT\docxfile\shell\print
HKEY_CLASSES_ROOT\htmlfile\shell\print
HKEY_CLASSES_ROOT\inffile\shell\print
HKEY_CLASSES_ROOT\inifile\shell\print
HKEY_CLASSES_ROOT\regfile\shell\print
HKEY_CLASSES_ROOT\txtfile\shell\print

字體
HKEY_CLASSES_ROOT\fonfile\shell\print
HKEY_CLASSES_ROOT\otffile\shell\print
HKEY_CLASSES_ROOT\pfmfile\shell\print
HKEY_CLASSES_ROOT\rtffile\shell\print
HKEY_CLASSES_ROOT\ttcfile\shell\print
HKEY_CLASSES_ROOT\ttffile\shell\print
View Code 

===============此范圍內添加值===============

 


 

 

===============此范圍內刪除值===============


新建(目錄背景)

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\LibraryFolder\background\shellex\ContextMenuHandlers\New]
""="{D969A300-E7FF-11d0-A93B-00A0C90F2719}"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\background\shellex\ContextMenuHandlers\New]
""="{D969A300-E7FF-11d0-A93B-00A0C90F2719}"
[HKEY_CLASSES_ROOT\LibraryFolder\background\shellex\ContextMenuHandlers\New]
""="{D969A300-E7FF-11d0-A93B-00A0C90F2719}"
[HKEY_CLASSES_ROOT\Directory\Background\ShellEx\ContextMenuHandlers\New]
""="{D969A300-E7FF-11d0-A93B-00A0C90F2719}"
;默認顯示
Windows Registry Editor Version 5.00
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\LibraryFolder\background\shellex\ContextMenuHandlers\New]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\background\shellex\ContextMenuHandlers\New]
[-HKEY_CLASSES_ROOT\LibraryFolder\background\shellex\ContextMenuHandlers\New]
[-HKEY_CLASSES_ROOT\Directory\Background\ShellEx\ContextMenuHandlers\New]
;刪除

 


向左向右旋轉(圖片文件,如jpg、png、bmp、jpeg)

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.avci\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.avif\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.bmp\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.dds\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.dib\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.gif\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.heic\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.heif\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.ico\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.jfif\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.jpe\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.jpeg\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.jpg\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.jxr\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.png\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.rle\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.tif\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.tiff\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.wdp\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.webp\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"
[HKEY_CLASSES_ROOT\SystemFileAssociations\.avci\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"
[HKEY_CLASSES_ROOT\SystemFileAssociations\.avif\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"
[HKEY_CLASSES_ROOT\SystemFileAssociations\.bmp\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"
[HKEY_CLASSES_ROOT\SystemFileAssociations\.dds\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"
[HKEY_CLASSES_ROOT\SystemFileAssociations\.dib\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"
[HKEY_CLASSES_ROOT\SystemFileAssociations\.gif\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"
[HKEY_CLASSES_ROOT\SystemFileAssociations\.heic\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"
[HKEY_CLASSES_ROOT\SystemFileAssociations\.heif\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"
[HKEY_CLASSES_ROOT\SystemFileAssociations\.ico\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"
[HKEY_CLASSES_ROOT\SystemFileAssociations\.jfif\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"
[HKEY_CLASSES_ROOT\SystemFileAssociations\.jpe\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"
[HKEY_CLASSES_ROOT\SystemFileAssociations\.jpeg\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"
[HKEY_CLASSES_ROOT\SystemFileAssociations\.jpg\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"
[HKEY_CLASSES_ROOT\SystemFileAssociations\.jxr\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"
[HKEY_CLASSES_ROOT\SystemFileAssociations\.png\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"
[HKEY_CLASSES_ROOT\SystemFileAssociations\.rle\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"
[HKEY_CLASSES_ROOT\SystemFileAssociations\.tif\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"
[HKEY_CLASSES_ROOT\SystemFileAssociations\.tiff\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"
[HKEY_CLASSES_ROOT\SystemFileAssociations\.wdp\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"
[HKEY_CLASSES_ROOT\SystemFileAssociations\.webp\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"
;默認顯示
Windows Registry Editor Version 5.00
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.avci\ShellEx\ContextMenuHandlers\ShellImagePreview]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.avif\ShellEx\ContextMenuHandlers\ShellImagePreview]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.bmp\ShellEx\ContextMenuHandlers\ShellImagePreview]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.dds\ShellEx\ContextMenuHandlers\ShellImagePreview]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.dib\ShellEx\ContextMenuHandlers\ShellImagePreview]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.gif\ShellEx\ContextMenuHandlers\ShellImagePreview]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.heic\ShellEx\ContextMenuHandlers\ShellImagePreview]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.heif\ShellEx\ContextMenuHandlers\ShellImagePreview]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.ico\ShellEx\ContextMenuHandlers\ShellImagePreview]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.jfif\ShellEx\ContextMenuHandlers\ShellImagePreview]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.jpe\ShellEx\ContextMenuHandlers\ShellImagePreview]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.jpeg\ShellEx\ContextMenuHandlers\ShellImagePreview]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.jpg\ShellEx\ContextMenuHandlers\ShellImagePreview]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.jxr\ShellEx\ContextMenuHandlers\ShellImagePreview]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.png\ShellEx\ContextMenuHandlers\ShellImagePreview]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.rle\ShellEx\ContextMenuHandlers\ShellImagePreview]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.tif\ShellEx\ContextMenuHandlers\ShellImagePreview]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.tiff\ShellEx\ContextMenuHandlers\ShellImagePreview]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.wdp\ShellEx\ContextMenuHandlers\ShellImagePreview]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.webp\ShellEx\ContextMenuHandlers\ShellImagePreview]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\.avci\ShellEx\ContextMenuHandlers\ShellImagePreview]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\.avif\ShellEx\ContextMenuHandlers\ShellImagePreview]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\.bmp\ShellEx\ContextMenuHandlers\ShellImagePreview]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\.dds\ShellEx\ContextMenuHandlers\ShellImagePreview]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\.dib\ShellEx\ContextMenuHandlers\ShellImagePreview]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\.gif\ShellEx\ContextMenuHandlers\ShellImagePreview]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\.heic\ShellEx\ContextMenuHandlers\ShellImagePreview]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\.heif\ShellEx\ContextMenuHandlers\ShellImagePreview]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\.ico\ShellEx\ContextMenuHandlers\ShellImagePreview]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\.jfif\ShellEx\ContextMenuHandlers\ShellImagePreview]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\.jpe\ShellEx\ContextMenuHandlers\ShellImagePreview]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\.jpeg\ShellEx\ContextMenuHandlers\ShellImagePreview]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\.jpg\ShellEx\ContextMenuHandlers\ShellImagePreview]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\.jxr\ShellEx\ContextMenuHandlers\ShellImagePreview]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\.png\ShellEx\ContextMenuHandlers\ShellImagePreview]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\.rle\ShellEx\ContextMenuHandlers\ShellImagePreview]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\.tif\ShellEx\ContextMenuHandlers\ShellImagePreview]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\.tiff\ShellEx\ContextMenuHandlers\ShellImagePreview]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\.wdp\ShellEx\ContextMenuHandlers\ShellImagePreview]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\.webp\ShellEx\ContextMenuHandlers\ShellImagePreview]
;刪除

 


打開方式

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Open With]
@="{09799AFB-AD67-11d1-ABCD-00C04FC30936}"
[HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Open With EncryptionMenu]
@="{A470F8CF-A1E8-4f65-8335-227475AA5C46}"
[HKEY_CLASSES_ROOT\IE.AssocFile.URL\ShellEx\ContextMenuHandlers\{09799AFB-AD67-11d1-ABCD-00C04FC30936}]
;默認顯示
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Open With]
[-HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Open With EncryptionMenu]
[-HKEY_CLASSES_ROOT\IE.AssocFile.URL\ShellEx\ContextMenuHandlers\{09799AFB-AD67-11d1-ABCD-00C04FC30936}]
;刪除

 


授予訪問權限(文件、文件夾、目錄背景、磁盤、庫)

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Sharing]
@="{f81e9010-6ea4-11ce-a7ff-00aa003ca9f6}"
[HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\Sharing]
@="{f81e9010-6ea4-11ce-a7ff-00aa003ca9f6}"
[HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\Sharing]
@="{f81e9010-6ea4-11ce-a7ff-00aa003ca9f6}"
[HKEY_CLASSES_ROOT\Directory\shellex\CopyHookHandlers\Sharing]
@="{40dd6e20-7c17-11ce-a804-00aa003ca9f6}"
[HKEY_CLASSES_ROOT\Directory\shellex\PropertySheetHandlers\Sharing]
@="{f81e9010-6ea4-11ce-a7ff-00aa003ca9f6}"
[HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\Sharing]
@="{f81e9010-6ea4-11ce-a7ff-00aa003ca9f6}"
[HKEY_CLASSES_ROOT\Drive\shellex\PropertySheetHandlers\Sharing]
@="{f81e9010-6ea4-11ce-a7ff-00aa003ca9f6}"
[HKEY_CLASSES_ROOT\LibraryFolder\background\shellex\ContextMenuHandlers\Sharing]
@="{f81e9010-6ea4-11ce-a7ff-00aa003ca9f6}"
[HKEY_CLASSES_ROOT\UserLibraryFolder\shellex\ContextMenuHandlers\Sharing]
@="{f81e9010-6ea4-11ce-a7ff-00aa003ca9f6}"
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoInplaceSharing"=-
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked]
"{f81e9010-6ea4-11ce-a7ff-00aa003ca9f6}"=-
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa]
"forceguest"=dword:00000000
;默認顯示
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Sharing]
[-HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\Sharing]
[-HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\Sharing]
[-HKEY_CLASSES_ROOT\Directory\shellex\CopyHookHandlers\Sharing]
[-HKEY_CLASSES_ROOT\Directory\shellex\PropertySheetHandlers\Sharing]
[-HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\Sharing]
[-HKEY_CLASSES_ROOT\Drive\shellex\PropertySheetHandlers\Sharing]
[-HKEY_CLASSES_ROOT\LibraryFolder\background\shellex\ContextMenuHandlers\Sharing]
[-HKEY_CLASSES_ROOT\UserLibraryFolder\shellex\ContextMenuHandlers\Sharing]
;刪除

 


還原以前版本(文件、文件夾、磁盤、屬性選項卡)

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\{596AB062-B4D2-4215-9F74-E9109B0A8153}]
[HKEY_CLASSES_ROOT\CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}\shellex\ContextMenuHandlers\{596AB062-B4D2-4215-9F74-E9109B0A8153}]
[HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\{596AB062-B4D2-4215-9F74-E9109B0A8153}]
[HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\{596AB062-B4D2-4215-9F74-E9109B0A8153}]
[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\PropertySheetHandlers\{596AB062-B4D2-4215-9F74-E9109B0A8153}]
[HKEY_CLASSES_ROOT\CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}\shellex\PropertySheetHandlers\{596AB062-B4D2-4215-9F74-E9109B0A8153}]
[HKEY_CLASSES_ROOT\Directory\shellex\PropertySheetHandlers\{596AB062-B4D2-4215-9F74-E9109B0A8153}]
[HKEY_CLASSES_ROOT\Drive\shellex\PropertySheetHandlers\{596AB062-B4D2-4215-9F74-E9109B0A8153}]
;默認顯示
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\{596AB062-B4D2-4215-9F74-E9109B0A8153}]
[-HKEY_CLASSES_ROOT\CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}\shellex\ContextMenuHandlers\{596AB062-B4D2-4215-9F74-E9109B0A8153}]
[-HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\{596AB062-B4D2-4215-9F74-E9109B0A8153}]
[-HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\{596AB062-B4D2-4215-9F74-E9109B0A8153}]
[-HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\PropertySheetHandlers\{596AB062-B4D2-4215-9F74-E9109B0A8153}]
[-HKEY_CLASSES_ROOT\CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}\shellex\PropertySheetHandlers\{596AB062-B4D2-4215-9F74-E9109B0A8153}]
[-HKEY_CLASSES_ROOT\Directory\shellex\PropertySheetHandlers\{596AB062-B4D2-4215-9F74-E9109B0A8153}]
[-HKEY_CLASSES_ROOT\Drive\shellex\PropertySheetHandlers\{596AB062-B4D2-4215-9F74-E9109B0A8153}]
;刪除

 


包含到庫中(文件夾)

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Folder\ShellEx\ContextMenuHandlers\Library Location]
@="{3dad6c5d-2167-4cae-9914-f99e41c12cfa}"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\ShellEx\ContextMenuHandlers\Library Location]
@="{3dad6c5d-2167-4cae-9914-f99e41c12cfa}"
;默認顯示
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\Folder\ShellEx\ContextMenuHandlers\Library Location]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\ShellEx\ContextMenuHandlers\Library Location]
;刪除

 


固定到開始屏幕(文件夾、exe文件、不知道、msc文件)

Windows Registry Editor Version 5.00
;文件夾
[HKEY_CLASSES_ROOT\Folder\shellex\ContextMenuHandlers\PintoStartScreen]
@="{470C0EBD-5D73-4d58-9CED-E91E22E23282}"
;exe文件
[HKEY_CLASSES_ROOT\exefile\shellex\ContextMenuHandlers\PintoStartScreen]
@="{470C0EBD-5D73-4d58-9CED-E91E22E23282}"
;不知道
[HKEY_CLASSES_ROOT\Microsoft.Website\ShellEx\ContextMenuHandlers\PintoStartScreen]
@="{470C0EBD-5D73-4d58-9CED-E91E22E23282}"
;msc文件
[HKEY_CLASSES_ROOT\mscfile\shellex\ContextMenuHandlers\PintoStartScreen]
@="{470C0EBD-5D73-4d58-9CED-E91E22E23282}"
;默認顯示
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\Folder\shellex\ContextMenuHandlers\PintoStartScreen]
[-HKEY_CLASSES_ROOT\exefile\shellex\ContextMenuHandlers\PintoStartScreen]
[-HKEY_CLASSES_ROOT\Microsoft.Website\ShellEx\ContextMenuHandlers\PintoStartScreen]
[-HKEY_CLASSES_ROOT\mscfile\shellex\ContextMenuHandlers\PintoStartScreen]
;刪除

 


固定到任務欄(exe文件)

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\{90AA3A4E-1CBA-4233-B8BB-535773D48449}]
@="Taskband Pin"
;默認顯示
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\{90AA3A4E-1CBA-4233-B8BB-535773D48449}]
;刪除

 


兼容性疑難解答(exe、msi等可執行文件)(需重啟explorer)

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\batfile\shellEx\ContextMenuHandlers\Compatibility]
@="{1d27f844-3a1f-4410-85ac-14651078412d}"
[HKEY_CLASSES_ROOT\cmdfile\shellEx\ContextMenuHandlers\Compatibility]
@="{1d27f844-3a1f-4410-85ac-14651078412d}"
[HKEY_CLASSES_ROOT\exefile\shellex\ContextMenuHandlers\Compatibility]
@="{1d27f844-3a1f-4410-85ac-14651078412d}"
[HKEY_CLASSES_ROOT\Msi.Package\shellex\ContextMenuHandlers\Compatibility]
@="{1d27f844-3a1f-4410-85ac-14651078412d}"
[HKEY_CLASSES_ROOT\MSILink\shellex\ContextMenuHandlers]
@="{1d27f844-3a1f-4410-85ac-14651078412d}"
[HKEY_CLASSES_ROOT\MSILink\shellex\ContextMenuHandlers\{1d27f844-3a1f-4410-85ac-14651078412d}]
@="Compatibility Context Menu"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked]
"{1d27f844-3a1f-4410-85ac-14651078412d}"=-
;默認顯示
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked]
"{1d27f844-3a1f-4410-85ac-14651078412d}"=""
;刪除

 


共享(文件)

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\ModernSharing]
@="{e2bf9676-5f8f-435c-97eb-11607a5bedf7}"
;默認顯示
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\ModernSharing]
;刪除

 


發送到(文件、文件夾、庫)

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\SendTo]
@="{7BA4C740-9E81-11CF-99D3-00AA004AE837}"
[HKEY_CLASSES_ROOT\UserLibraryFolder\shellex\ContextMenuHandlers\SendTo]
@="{7BA4C740-9E81-11CF-99D3-00AA004AE837}"
;默認顯示
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\SendTo]
[-HKEY_CLASSES_ROOT\UserLibraryFolder\shellex\ContextMenuHandlers\SendTo]
;刪除

 


打開文件/文件夾位置(快捷方式)

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.symlink\shellex\ContextMenuHandlers\OpenContainingFolderMenu]
@="{37ea3a21-7493-4208-a011-7f9ea79ce9f5}"
[HKEY_CLASSES_ROOT\LibraryLocation\ShellEx\ContextMenuHandlers\OpenContainingFolderMenu]
@="{37ea3a21-7493-4208-a011-7f9ea79ce9f5}"
[HKEY_CLASSES_ROOT\lnkfile\shellex\ContextMenuHandlers\OpenContainingFolderMenu]
@="{37ea3a21-7493-4208-a011-7f9ea79ce9f5}"
[HKEY_CLASSES_ROOT\RecentDocument\ShellEx\ContextMenuHandlers\OpenContainingFolderMenu]
@="{37ea3a21-7493-4208-a011-7f9ea79ce9f5}"
[HKEY_CLASSES_ROOT\Results\ShellEx\ContextMenuHandlers\OpenContainingFolderMenu]
@="{37ea3a21-7493-4208-a011-7f9ea79ce9f5}"
;默認顯示
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\.symlink\shellex\ContextMenuHandlers\OpenContainingFolderMenu]
[-HKEY_CLASSES_ROOT\LibraryLocation\ShellEx\ContextMenuHandlers\OpenContainingFolderMenu]
[-HKEY_CLASSES_ROOT\lnkfile\shellex\ContextMenuHandlers\OpenContainingFolderMenu]
[-HKEY_CLASSES_ROOT\RecentDocument\ShellEx\ContextMenuHandlers\OpenContainingFolderMenu]
[-HKEY_CLASSES_ROOT\Results\ShellEx\ContextMenuHandlers\OpenContainingFolderMenu]
;刪除

 


使用Windows Defender掃描(文件、文件夾、磁盤)

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Drive\shellex\ContextMenuHandlers\EPP]
@="{09A47860-11B0-4DA5-AFA5-26D86198A780}"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shellex\ContextMenuHandlers\EPP]
@="{09A47860-11B0-4DA5-AFA5-26D86198A780}"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shellex\ContextMenuHandlers\EPP]
@="{09A47860-11B0-4DA5-AFA5-26D86198A780}"
[HKEY_CLASSES_ROOT\Drive\ShellEx\ContextMenuHandlers\EPP]
@="{09A47860-11B0-4DA5-AFA5-26D86198A780}"
[HKEY_CLASSES_ROOT\Directory\ShellEx\ContextMenuHandlers\EPP]
@="{09A47860-11B0-4DA5-AFA5-26D86198A780}"
[HKEY_CLASSES_ROOT\*\ShellEx\ContextMenuHandlers\EPP]
@="{09A47860-11B0-4DA5-AFA5-26D86198A780}"
;默認顯示
Windows Registry Editor Version 5.00
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Drive\shellex\ContextMenuHandlers\EPP]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shellex\ContextMenuHandlers\EPP]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shellex\ContextMenuHandlers\EPP]
[-HKEY_CLASSES_ROOT\Drive\ShellEx\ContextMenuHandlers\EPP]
[-HKEY_CLASSES_ROOT\Directory\ShellEx\ContextMenuHandlers\EPP]
[-HKEY_CLASSES_ROOT\*\ShellEx\ContextMenuHandlers\EPP]
;刪除 

===============此范圍內刪除值===============

 


 

=================其他===================


打開方式中關閉在應用商店查找關聯應用

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Explorer

  • NoUseStoreOpenWith(類型:REG_DWORD)

    默認值為 0 顯示(可直接刪除),1 為隱藏

 


為bat、cmd、exe文件添加打開方式(以bat為例)

Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\batfile\shell\Open with]
;默認無
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\batfile\shell\Open with]
"MUIVerb"="打開方式"
[HKEY_CLASSES_ROOT\batfile\shell\Open with\command]
@="{09799AFB-AD67-11d1-ABCD-00C04FC30936}"
;添加

 


 “新建”子菜單

HKEY_CLASSES_ROOT\.擴展名\ShellNew

  刪除或重命名ShellNew項即可

    比如刪除“新建zip壓縮文件”,HKEY_CLASSES_ROOT\.zip\ShellNew-

 


“發送到”子菜單

磁盤驅動器

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

  • NoDrivesInSendToMenu(類型:REG_DWORD)

    0 為默認顯示(可直接刪除),1 為刪除

 

藍牙設備、文檔、壓縮(zipped)文件夾、郵件收件人、桌面快捷方式

  • C:\Users\用戶名\AppData\Roaming\Microsoft\Windows\SendTo

    文件屬性設為隱藏

 


延遲構建“發送到”子菜單

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer

  • DelaySendToMenuBuild(類型:REG_DWORD)

    0 為默認不延遲(可直接刪除),1 為延遲構建

 


自定義文件夾(目錄背景)

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

  • NoCustomizeWebView(類型:REG_DWORD)
  • NoCustomizeThisFolder(類型:REG_DWORD)

    0 為默認顯示(可直接刪除),1為刪除(這2x2值任選其一都能達到目的)

 


播放到設備(媒體文件,視頻圖片,如mp4、jpg)

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked

  • {7AD84985-87B4-4a16-BE58-8B72A5B390F7}(類型:REG_SZ)

    默認無該值顯示,添加該值(數據為空)則刪除

  


映射網絡驅動器和斷開網絡驅動器的連接(此電腦)

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

  • NoNetConnectDisconnect(類型:REG_DWORD)

    0 為默認顯示(可直接刪除),1為刪除

 


回收站右鍵屬性(回收站)

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

  • NoPropertiesRecycleBin(類型:REG_DWORD)

    0 為默認顯示(可直接刪除),1為刪除


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM