GChuf / RCWM

Right Click Windows Magic is an open-source set of right-click (context) menu tools for admins, power users and other magic beings. Batch&Powershell.
GNU General Public License v3.0
102 stars 9 forks source link

How to undo the changes made by the install.bat file? #2

Closed TontyTon closed 4 years ago

TontyTon commented 4 years ago

I added multiple context menu items, now I want to remove some, can you make another bat file to remove the RoboCopy from context menu and re-add old context menu items.

GChuf commented 4 years ago

I wanted to create an uninstall .bat script, but I think it's better to just create individual .reg files to remove RCWM menu items.

Re-adding old context menu items might not always work (depends on the user's windows version), but I'll make those reg files as well.

GChuf commented 4 years ago

@TontyTon take a look inside the "uninstall" folder - I tested the .reg files and they seem to work for me. Let me know if re-adding the original context-menu items won't work for you.

GChuf commented 4 years ago

P.S. consider starring ⭐ the repository - it would help in these early stages :)

TontyTon commented 4 years ago

Ya, I tested the uninstall files, they are working, including the adding of original context menu items.