In the files folder of the repair program you will find services_startup.txt
There I have this
sc config NetMsmqActivator start= auto
sc config NetPipeActivator start= auto
sc config NetTcpActivator start= auto
sc config NetTcpPortSharing start= disabled
.Net is part of Windows 7 and those services are there by default.
I just checked my Windows 7 and they are all disabled. The site where I pulled the info on the default startup of those services must be wrong. I will update the file to make them disabled instead and it will be part of the next update
They will be
sc config NetMsmqActivator start= disabled
sc config NetPipeActivator start= disabled
sc config NetTcpActivator start= disabled
sc config NetTcpPortSharing start= disabled
Shane