|
|
Win10搜索和多任务按钮如何清除: 复制粘贴一下内容,保存为reg文件,双击,确定(注意导入后需要重新启动资源管理器) Windows Registry Editor Version 5.00 [HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionSearch] “EnableProactive”=dword:00000000 如何你想恢复,导入如下即可(两个注册表任选其一即可恢复注意导入后需要重新启动资源管理器) Windows Registry Editor Version 5.00 [-HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionSearch] “EnableProactive”=dword:00000000 或者导入 Windows Registry Editor Version 5.00 [HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionSearch] “EnableProactive”=dword:00000001 去除多任务(虚拟桌面)按钮(同上,复制粘贴保存为reg文件) Windows Registry Editor Version 5.00 [HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerMultitaskingViewAllUpView] “Enabled”=dword:00000000 恢复多任务按钮 Windows Registry Editor Version 5.00 [-HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerMultitaskingViewAllUpView] “Enabled”=dword:00000000 或者 Windows Registry Editor Version 5.00 [HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerMultitaskingViewAllUpView] “Enabled”=dword:00000001 将这些注册表修改完成后,再重新启动资源管理器,便会发现这两个不必要的按钮,已经从你的桌面消失了,即被注册表所隐藏起来,从而达到去除它们的效果。 |