2024年5月30日发(作者:)
打开文件夹时弹出新窗口及解决 分区和文件夹的打开方式被更改为了,
当然会出现只能在新窗口打开的症状.
解决方法:点单击"开始"--运行,输入regedit,依次展开到
HKEY_CLASSES_ROOTDriveshell,删除shell下其他项如OPEN等,只保留find项,
将以下代码复制,保存为文件,双击导入注册表;
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOTDriveshell]
@="none"
[HKEY_CLASSES_ROOTDriveshellfind]
"SuppressionPolicy"=dword:00000080
[HKEY_CLASSES_ROOTDriveshellfindcommand]
@="%SystemRoot%"
[HKEY_CLASSES_ROOTDriveshellfindddeexec]
@="[FindFolder("%l", %I)]"
"NoActivateHandler"=""
[HKEY_CLASSES_ROOTDriveshellfindddeexecapplication]
@="Folders"
[HKEY_CLASSES_ROOTDriveshellfindddeexectopic]
@="AppProperties"
同理,展开到HKEY_CLASSES_ROOTDirectoryshell,只保留find项,将以下代码复
制,保存为文件,双击导入注册表:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOTDirectoryshell]
@="none"
[HKEY_CLASSES_ROOTDirectoryshellfind]
"SuppressionPolicy"=dword:00000080
[HKEY_CLASSES_ROOTDirectoryshellfindcommand]
@=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,
发布评论