Start VirtualBox and VM in windows boot

I have an example of how to autostart a VirtualBox VM during Windows startup. I’m running Windows 10, but it shouldn’t be much different on Windows Server 2016. The startup folder on my system is: C:\Users\chriwill\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup In that folder I placed a batch file kubuntu.bat with following content: In my example the VM is … Read more

A fatal error occurred while creating a TLS client credential. The internal error state is 10013

Basically we had to enable TLS 1.2 for .NET 4.x. Making this registry changed worked for me, and stopped the event log filling up with the Schannel error. More information on the answer can be found here Linked Info Summary Enable TLS 1.2 at the system (SCHANNEL) level: (equivalent keys are probably also available for … Read more