/ExplorerExtender

Windows Explorer's Shell Extension

Primary LanguageC#

Explorer Extender

Windows Explorer's Shell Extension

Features

- Group - Move multiple files and folders into a new folder - Break folder - Move all folder content up one level - Mover - Move multiple files and folders from different folder into one folder

Installation

- Place the DLL into a empty folder of your choice (e.g. C:\ExplorerExtender\ExplorerExtender.dll) - Open Command Prompt as Administrator - Run the following command -
"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\regasm.exe" "C:\ExplorerExtender\ExplorerExtender.dll" /codebase
- Restart Windows Explorer

Uninstallation

- Open Command Prompt as Administrator - Run the following command -
"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\regasm.exe" "C:\ExplorerExtender\ExplorerExtender.dll" /unregister
- Restart Windows Explorer