DieShell Extension
This repository contains a Windows Explorer context menu extension implemented as a dynamic link library (DLL) in C++. The context menu extension, named "Die," adds a custom menu item to the Windows Explorer context menu for selected files.
-
Die Command: The context menu extension provides a "Die" command that can be triggered on selected files in Windows Explorer.
-
Windows 11 Compatibility: The "Die" command is conditionally displayed based on the Windows version. It is hidden on Windows 11 or later, while on earlier versions, it is shown by default.
-
Powered by Detect It Easy: The project incorporates functionality from "Detect It Easy" by Horsicq. Link to Detect It Easy GitHub Repository
Feel free to suggest new features or improvements. One potential feature idea is:
If you have other feature suggestions or ideas, please share them with the community. Contributions and feedback are always welcome!
- Compile the source code into a DLL.
- Place the DLL in a location accessible to Windows Explorer.
- Register the DLL using the appropriate registration method.
- Open Windows Explorer.
- Select one or more files.
- Right-click on the selected files to access the context menu.
- Choose the "Die" command.
- Microsoft Visual C++ Compiler
- Windows SDK
- Microsoft Windows Runtime Library (WinRT)
- Windows Imaging Component (WIC)
This project is licensed under the MIT License.