1. 程式人生 > >Windows滑鼠右鍵沒有“新建”“新建資料夾”選項

Windows滑鼠右鍵沒有“新建”“新建資料夾”選項

Windows滑鼠右鍵沒有“新建”、沒有“新建資料夾”選項

方法一,登錄檔修改

  • Windows+R : 執行regedit
  • 登錄檔樹結點 : HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\
  • 左側樹ContextMenuHandlers上右鍵“新建(N)”-“項(K)”,命名為“New
  • 點選New,在右側面板雙擊(預設)
  • 彈出“編輯字串”對話方塊,“數值資料(V)”設值為{D969A300-E7FF-11d0-A93B-00A0C90F2719}

方法二,執行reg檔案

  • 如果沒有“新建”
  • Windows+R : 執行notepad
  • 儲存下面程式碼到文字檔案,然後重新命名為 Restore-Missing-New.reg 執行
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\New]
@="{D969A300-E7FF-11d0-A93B-00A0C90F2719}"
  • 如果有“新建”,只是沒有“新建資料夾”項
  • Windows+R : 執行notepad
  • 儲存下面程式碼到文字檔案,然後重新命名為 Restore-Missing-New-Folder.reg 執行
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Folder\ShellNew] "Directory"="" "IconPath"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,\ 74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,\ 00,68,00,65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,00,33,00,\ 00,00 "ItemName"="@shell32.dll,-30396" "MenuText"="@shell32.dll,-30317" "NonLFNFileSpec"
="@shell32.dll,-30319" [HKEY_CLASSES_ROOT\Folder\ShellNew\Config] "AllDrives"="" "IsFolder"="" "NoExtension"=""