Firstly, I wish to say that your efforts have been impressive and your collection of fixes has pulled many friends's PCs out of the fire.
Thank You.
I run you scripts / fixes on my units so that I can see the results prior to recommending your fixes to others.. [I break mine so I don't break thiers ,,,,,,]
Recently, I noticed on My Vista 32 Business install an Event ID: 7001... due to NetPipeActivator start= ***disabled***
I can assume running your full fix script set this service [right or wrong (grinning here)] using the quoted source for Default Vista services
http://www.blackviper.com/service-configurations/black-vipers-windows-vista-service-pack-2-service-configurations/ made this setting generate the Event ID: 7001 Dur to the Dependencies listed in the Service Properties -> Dependencies for NetTcpActivator ....
I also was searching the InterWeb [snort] for Default Vista services.....
I have yet to decide wether or not to configure / enable or disable:
[1] Net.Tcp Listener Adapter
[2] Net.Tcp Port Sharing Service Service
I just thought You might like to have this input.
Thanks again.
Regards,
NoWhereMan
- - - - - - - - - - - -
NetTcpActivator = auto
Display Name = Net.Tcp Listener Adapter
Dependencies = [1] NetTcpPortSharing [Wich is [[DISABLED]] and yields error Event ID: 7001 below]
Dependencies = [2] The Windows Process Activation Service (WAS) [[MANUAL -> running]] provides process activation, resource management and health management services for message-activated applications.
NetTcpPortSharing = disabled
= = = = = = = = = = = = = = = = = = = = = = = = =
Log Name: System
Source: Service Control Manager
Date: 10/13/2013 9:48:48 AM
Event ID: 7001
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: DELL-D630ATG
Description:
The Net.Tcp Listener Adapter service depends on the Net.Tcp Port Sharing Service service which failed to start because of the following error:
The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.
Event Xml:
<Event xmlns="
http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Service Control Manager" Guid="{555908D1-A6D7-4695-8E1E-26931D2012F4}" EventSourceName="Service Control Manager" />
<EventID Qualifiers="49152">7001</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2013-10-13T13:48:48.000Z" />
<EventRecordID>1693005</EventRecordID>
<Correlation />
<Execution ProcessID="0" ThreadID="0" />
<Channel>System</Channel>
<Computer>DELL-D630ATG</Computer>
<Security />
</System>
<EventData>
<Data Name="param1">Net.Tcp Listener Adapter</Data>
<Data Name="param2">Net.Tcp Port Sharing Service</Data>
<Data Name="param3">%%1058</Data>
</EventData>
</Event>
= = = = = = = = = = = = = = = = = = = = = = = = =