LocalExplorer/README.md

18 lines
1.4 KiB
Markdown
Raw Normal View History

2022-04-20 23:48:20 -04:00
# LocalExplorer
2022-04-21 16:15:53 -04:00
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
1. Create the directory C:\LocalExplorer
2. Drop the LocalExplorer.exe file into the above directory.
3. 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.