Sync and Share Verbs
Demonstrates how to register a verb that extends the "Sync" and "Share" verbs in the Windows Explorer Command Bar.
This topic contains the following sections.
Requirements
Product | Minimum Product Version |
---|---|
Windows | Windows 7 |
Windows Software Development Kit (SDK) | 7.0 |
Downloading the Sample
Location | Path URL |
---|---|
GitHub | SyncAndShareVerbs sample |
Running the Sample
To run the sample (sync):
- Navigate to the directory that contains the
sync.reg
file - Type
sync.reg
at the command line, or double-click the icon forsync.reg
register it. - Open the Windows Explorer and select a file.
- Click the Sync option in the Command Bar and select a suboption such as Paint.
To run the sample (share):
- Navigate to the directory that contains the
share.reg
file. - Type
share.reg
at the command line, or double-click the icon forshare.reg
register it. - Open Windows Explorer and select a file. Click the Share option in the Command Bar.
- Click the Share with option in the Command Bar and select a suboption such as Paint.
Removing the Sample
To remove the sample (sync):
- Navigate to the directory that contains the Uninstallsync.reg file.
- Type
uninstallsync.reg
at the command line, or double-click the icon foruninstallsync.reg
.
To remove the sample (share):
- Navigate to the directory that contains the Uninstallshare.reg file.
- Type
uninstallshare.reg
at the command line, or double-click the icon foruninstallshare.reg.