系统下载、安装、激活,就到系统天地来!

所在位置: 首页 — 系统文章 — winxp系统教程

Win7、Win8、Win10没有standard tcp/ip port端口

作者:系统天地 日期:2018-01-31

添加打印机是创建新端口中,默认应该是有本地端口和Standard TCP/IP Port这两个端口的,所以该问题可能是相关注册表键值被修改。

不知道我们是否对系统进行过修改或者清理的操作?之前可以正常创建Standard TCP/IP Port吗?

请在注册表编辑器中,确认是否有下面的项:

Hkey_LOCAL_MACHINESYSTEMCurrentControlSetControlPrintMonitorsStandard TCP/IP Port

 

Win7、Win8、Win10没有standard tcpip port端口1.jpg

 

如果没有的话,请将下面的代码复制到文本文档中,将后缀名.txt改为.reg,双击导入该键值,重新启动计算机,确认是否能够解决问题。

Windows Registry Editor Version 5.00

[Hkey_LOCAL_MACHINESYSTEMCurrentControlSetControlPrintMonitorsStandard TCP/IP Port]

"Driver"="tcpmon.dll"

[Hkey_LOCAL_MACHINESYSTEMCurrentControlSetControlPrintMonitorsStandard TCP/IP PortPorts]

"LprAckTimeout"=dword:000000b4

"StatusUpdateInterval"=dword:0000000a

"StatusUpdateEnabled"=dword:00000001

如果问题仍然存在,请确认C:WindowsSystem32路径下是否能够找到tcpmon.dll这个文件,没有的话,就说明该文件丢失了,可以从其他同版本的操作系统中复制一个过来试试。

 

Win7、Win8、Win10没有standard tcpip port端口2.jpg