When investigating services.msc, I couldn't find the Help and Support service listed, so I Googled a little regarding registering services and found a fix in the form of the following commands.
Open a Command Prompt and run the following commands
%SystemDrive%
CD %windir%\PCHealth\HelpCtr\Binaries
start /w helpsvc /svchost netsvcs /regserver /install
The Help and Support should now be listed and can be started and was enough to get MSINFO32 running.. hooray!