Net.Tcp Port Sharing Service (NetTcpPortSharing) Defaults in Windows 7
Provides ability to share TCP ports over the net.tcp protocol.
Default Settings
Startup type: | Disabled |
Display name: | Net.Tcp Port Sharing Service |
Service name: | NetTcpPortSharing |
Service type: | share |
Error control: | normal |
Object: | NT AUTHORITY\LocalService |
Path: | %SystemRoot%\Microsoft.NET\Framework\v3.0\Windows Communication Foundation\SMSvcHost.exe |
Registry key: | HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NetTcpPortSharing |
Privileges: |
|
Default Behavior
Net.Tcp Port Sharing Service is a Win32 service. In Windows 7 it is disabled and therefore it isn't starting. When the Net.Tcp Port Sharing Service is started, it is running as NT AUTHORITY\LocalService in a shared process of SMSvcHost.exe. Other system components, such as drivers and services, may run in the same process. If Net.Tcp Port Sharing Service fails to start, Windows 7 attempts to write the failure details into Event Log. Then Windows 7 startup should proceed and the user should be notified that the NetTcpPortSharing service is not running because of the error.
Restore Default Startup Configuration of Net.Tcp Port Sharing Service
1. Run the Command Prompt as an administrator.
2. Copy the commands below, paste them into the command window and press ENTER:
sc stop NetTcpPortSharing
sc config NetTcpPortSharing start= disabled
3. Close the command window and restart the computer.
The NetTcpPortSharing service is using the SMSvcHost.exe file that is located in the C:\Windows\Microsoft.NET\Framework\v3.0\Windows Communication Foundation directory. If the file is removed or corrupted, read this article to restore its original version from Windows 7 installation media.