How to Add a Context Menu Item to Windows Explorer

Posted December 15th @ 7:33 am by m3Rlin

To add a context menu item to Windows Explorer you have create a few entries in the system Registry. First you have to get the file type’s name, add the context menu item and add then the command line. Besides files you can add context menus to drives or folders.<br>
Special extensions:<br>
- <i>.drive</i> - drives.<br>
- [...]

How to Programmatically Make Your Programs Run on Windows Startup

Posted December 15th @ 7:32 am by m3Rlin

To easiest way to make your programs run on Windows startup is to make an entry in the system registry.
To make you program run on all user profiles you have to change the RootKey variable to HKEY_LOCAL_MACHINE else don’t change it, HKEY_CURRENT_USER is set by default.
If you want your program to run only once [...]