https://github.com/probablyxs/manage-context-menu-windows
ADD AN APPLICATION SHORTCUT TO WINDOWS FILE EXPLORER’S CONTEXT MENU
https://github.com/probablyxs/manage-context-menu-windows
Last synced: 4 months ago
JSON representation
ADD AN APPLICATION SHORTCUT TO WINDOWS FILE EXPLORER’S CONTEXT MENU
- Host: GitHub
- URL: https://github.com/probablyxs/manage-context-menu-windows
- Owner: ProbablyXS
- Created: 2022-02-22T11:54:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-28T19:01:14.000Z (over 1 year ago)
- Last Synced: 2025-03-14T05:11:38.246Z (about 1 year ago)
- Language: Visual Basic .NET
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ADD AN APPLICATION SHORTCUT TO WINDOWS FILE EXPLORER’S CONTEXT
```css
[Disclaimer]
Use at your own risk! I have tested this tool only on my own system.
Works on Windows 10.
```
```css
🔧 How does it work ? 🔧
HKEY_CLASSES_ROOT\Directory\Background\shell if you are administrator
HKEY_CURRENT_USER\Software\Classes\directory\Background\shell if you are a normal user
```
```css
🎮 How can i use ? 🎮
1) Build the program.
2) Launch .exe.
3) Done.
```