I'll-Be-Back
I'll-Be-Back

Reputation: 10828

Adding Items in Right-Click menu

on Windows Explorer, how do I add items on the Right-Click menu?

I would like to create "Move To PATH" item. For example:

I select ANY files/folders from Windows Explorer and then click on "Move To D:\Backup\" from Right-Click menu.

Upvotes: 1

Views: 1839

Answers (1)

SLaks
SLaks

Reputation: 887365

See the MSDN documentation.
You need to create a registry structure in HKCR.ext.

Upvotes: 3

Related Questions