Go to file Use this template
kougyoku f10c14253c Update Program.cs
Replace / with \ to support unc on links that require /
If URL contains #, strip it out.
Add runtime configurable DEBUG property
2022-06-15 14:13:49 -07:00
Properties Update to 2.1 2022-06-15 14:12:48 -07:00
.gitignore Ignore a private testing html file. 2022-05-18 09:13:51 -07:00
App.config Strip ending \ from prefix. Add in DEBUG setting for on the fly debugging toggle. 2022-06-15 14:12:08 -07:00
LICENSE Initial commit 2022-04-21 03:48:20 +00:00
LocalExplorer.csproj v2.0 2022-05-10 13:45:39 -07:00
LocalExplorer.ico initial commit 2022-04-21 13:00:27 -07:00
LocalExplorer.sln initial commit 2022-04-21 13:00:27 -07:00
Program.cs Update Program.cs 2022-06-15 14:13:49 -07:00
README.md Change directory of program to C:\Windows\ISD\ 2022-04-28 10:01:15 -07:00
RegistryEntries.reg Update RegistryEntries.reg 2022-05-17 20:03:33 -07:00
test.html Update to new uri scheme 2022-05-18 09:13:36 -07:00

README.md

LocalExplorer

IE 11 has a feature that allows users to click a URL to access file folders in local computer or network drive using Windows Explorer. Modern web browsers such as Edge and Chrome don't allow this to security measures.

This application was inspired by the "LocalExplorer" Chrome Plug-In and corresponding "integration module". (Source: http://vnprodev.com/browser-extensions/local-explorer-install.php )

The problem with this solution is that the Chrome plug-in can "read and change all your data on all websites", includes Google Analytics, collects debug info by default, and presents no EULA or terms of utilizing the software. The software was also home-brewed "in house" which the developer released free of charge but did not provide source code. This is a red flag for me in terms of security and gives me cause for concern with exactly how the program works and what it's doing.

So in response, I have created a clone of this software and am also releasing it free of charge, and open source since there is no alternative in the FOSS space. I hope this program provides useful to you. If it does, buy me a beer.

Installation

Run the below steps as administrator.

  1. Drop the LocalExplorer.exe file into the C:\Windows\ISD\ directory so that the full path is C:\Windows\ISD\LocalExplorer.exe
  2. Run the LocalExplorer.reg file to register the protocol handler.

As always you can verify exactly what the program is doing and what entries are being created in your registry by viewing the source code.