Hi guys,
I created a batch file that turns on hamachi and enables a network on startup. To get it to run subtletly on startup I created a shortcut to the file and changed the properties so it starts minimized.
Open notepad and paste in the following code.
cd C:\Program Files (x86)\LogMeIn Hamachi\x64 hamachi-2.exe --cli login hamachi-2.exe --cli go-online <network ID>
NB: 1: The first line will vary depending on the location of your hamachi install
2: Replace the "<network ID>" with the numerical identifier displayed when you hover over your Network in the Hamachi client.
Save As and add ".cmd" to the file. Store it somehwere safe (I put it in the hamachi folder) and create a shortcut.
Open start menu, type "run" and press enter.
Type "shell:startup" to open your startup folder and move the shortcut here. Finally right click on the shortcut, click properties and change the dropdown menu adjacent to "run" to Minimized.
Hope this helps, I'm not a coder so aplogies if this doesn't work for you. I built this out of some very basic how to guides and some trial and error with the hamachi-2.exe in CMD. Here's a link to the post that got me here Link to Post.