For system before Windows10, we can follow document FTP and Internet Explorer… What to do, what to do.
For Windows 10 system, please us below script. Note that key DelegateExecute under HKEY_CLASSES_ROOT\IE.FTP\shell\open\command should be null.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_INTERNET_SHELL_FOLDERS]
"iexplore.exe"=dword:00000001
[HKEY_CLASSES_ROOT\IE.FTP]
@="URL:File Transfer Protocol"
"AppUserModelID"="Microsoft.InternetExplorer.Default"
"EditFlags"=dword:00200002
"FriendlyTypeName"="@C:\\Windows\\System32\\ieframe.dll,-905"
"URL Protocol"=""
[HKEY_CLASSES_ROOT\IE.FTP\DefaultIcon]
@="C:\\Windows\\System32\\url.dll,0"
[HKEY_CLASSES_ROOT\IE.FTP\shell]
[HKEY_CLASSES_ROOT\IE.FTP\shell\open]
"CommandId"="IE.Protocol"
[HKEY_CLASSES_ROOT\IE.FTP\shell\open\command]
@="C:\\Windows\\explorer.exe %1"
"DelegateExecute"=""
Before merge the registry script, please backup your registry.
文档信息
- 本文作者:Robin Chen
- 本文链接:https://crushonme.github.io/2020/04/02/Open-FTP-In-Explore-By-Default/
- 版权声明:自由转载-非商用-非衍生-保持署名(创意共享4.0许可证)
Document Information
- Author :Robin Chen
- Link : https://crushonme.github.io/2020/04/02/Open-FTP-In-Explore-By-Default/
- Copyright:Attribution-NonCommercial-NoDerivatives-No additional restrictions(CC BY-NC-ND 4.0)