(1)首先在桌面建立一个文件后缀为reg文件,写入以下内容,并保存

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell]@=”none”[HKEY_CLASSES_ROOT\Drive\shell]@=”none”[HKEY_CLASSES_ROOT\Folder\shell]@=”open”[HKEY_CLASSES_ROOT\Folder\shell\open]”BrowserFlags”=dword:00000010

[HKEY_CLASSES_ROOT\Folder\shell\open\command]@=”Explorer.exe /idlist,%I,%L”[HKEY_CLASSES_ROOT\Folder\shell\open\ddeexec]@=”[ViewFolder(\”%l\”, %I, %S)]”[HKEY_CLASSES_ROOT\Folder\shell\open\ddeexec\application]@=”Folders”

(2)运行刚才新建的reg文件运行完之后,可能会遇到报错,不过不要紧,再次去打开右键“打开文件所在位置”。