如何在Windows资源管理器中调整自动建议功能
The Auto-Suggest feature in Windows Explorer suggests paths that you have previously visited in an auto-complete kind of fashion–while it can be really helpful, it can also be frustrating. Here’s two registry hacks to tweak it slightly.
Windows资源管理器中的“自动建议”功能以一种自动完成的方式来建议您以前访问过的路径-虽然它可能确实有用,但也可能令人沮丧。 这是两个注册表修改程序,可对其进行一些微调。
如何从自动建议框中删除特定类型的路径 (How to Delete Specific Typed Paths From the Auto-Suggest Box)
If you manually enter paths into the Windows Explorer address bar, it can become filled with suggestions that were only used once or twice. Heres a quick registry hack to delete the ones that you don’t use often.
如果您在Windows资源管理器地址栏中手动输入路径,它可能会充满仅使用一次或两次的建议。 这是一个快速的注册表黑客,可删除您不常用的注册表。
Press the Windows Key and R to bring up a run box and type regedit, then hit enter.
按Windows键和R弹出运行框并键入regedit,然后按Enter。
When the registry editor opens, navigate to the following path:
注册表编辑器打开后,导航至以下路径:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\TypedPaths
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ TypedPaths
On the right hand side you will see a bunch of “url” string values that have the typed path in the Data column, you can just right click on the string and select delete to stop it from being auto-suggested.
在右侧,您将看到一堆在“数据”列中具有键入路径的“ url”字符串值,您可以右键单击该字符串,然后选择“删除”以阻止其被自动建议。
Note: If you delete a common path such as Computer it may still show in auto-suggest.
注意:如果删除公用路径,例如“计算机”,它可能仍会以自动建议的方式显示。
如何禁用自动建议 (How to Disable Auto-Suggest)
If you don’t want to use the auto-suggest feature you can disable it with the following hack.
如果您不想使用自动建议功能,则可以使用以下技巧将其禁用。
Press the Windows Key and R to bring up a run box and type regedit, then hit enter.
按Windows键和R弹出运行框并键入regedit,然后按Enter。
When the registry editor opens, navigate to the following path:
注册表编辑器打开后,导航至以下路径:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer
Expand the Explorer key, then right click on it and create a new key called AutoComplete.
展开资源管理器键,然后右键单击它并创建一个名为“自动完成”的新键。
Once the key has been created and you have named it, on the right hand side you will need to create a new string value called AutoSuggest.
创建**并命名后,需要在右侧创建一个名为AutoSuggest的新字符串值。
Open the string and in the Data Value field type no.
打开字符串,然后在“数据值”字段中键入no。
翻译自: https://www.howtogeek.com/98390/how-to-tweak-the-auto-suggest-feature-in-windows-explorer/