当前位置:网站首页>电脑系统没有standard tcp/ip port端口的处理操作
电脑系统没有standard tcp/ip port端口的处理操作
2022-07-29 05:25:00 【hljqfl】
Win7、Win8、Win10没有standard tcp/ip port端口的处理操作
1. 检查是否有以下三个文件在C:\WINDOWS\system32
tcpmib.dll
tcpmon.dll
tcpmonui.dll
2. 检查注册表内的设置
开始 -> 运行 -> 输入REGEDIT -> 按下ENTER键,打开注册表编辑器
按照以下注册表路径检查是否有Standard TCP/IP Port
HKEY_LOCAL_MACHINE -> SYSTEM -> CurrentControlSet -> Control -> Print -> Monitors -> Standard TCP/IP Port
如果没有的话,请将下面的代码复制到文本文档中,将后缀名.txt改为.reg,双击导入该键值,重新启动计算机,确认是否能够解决问题。
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Monitors\Standard TCP/IP Port]
"Driver"="tcpmon.dll"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Monitors\Standard TCP/IP Port\Ports]
"LprAckTimeout"=dword:000000b4
"StatusUpdateInterval"=dword:0000000a
"StatusUpdateEnabled"=dword:00000001
边栏推荐
- LeetCode #189.轮转数组
- Leetcode 557. reverse word III in string
- [beauty of software engineering - column notes] 13 | how to break the rhythm of writing code during daytime meetings and overtime?
- Ml4 self study notes
- Leetcode scribble notes 763. Divide the letter range (medium)
- 八大排序-----------快速排序
- Official tutorial redshift 03 parameters and general instructions of various GI
- LeetCode #83. 删除排序链表中的重复元素
- #7110 数字走向2 题解
- clickhouse 导入CSV失败 不报错但是无数据
猜你喜欢

Redshift还原SP效果 - SP贴图导出设置及贴图导入配置
![[beauty of software engineering - column notes] 16 | how to write project documents?](/img/52/70d66230679abae6ce26d3477a22f6.png)
[beauty of software engineering - column notes] 16 | how to write project documents?

2022暑初二信息竞赛学习成果分享1

Official tutorial redshift 06 opt parameters

Leetcode 3. longest substring without repeated characters
![[beauty of software engineering - column notes] 20 | how to deal with the headache of requirement change?](/img/0c/71557fa00accb2e6d30c13dc7f8efb.png)
[beauty of software engineering - column notes] 20 | how to deal with the headache of requirement change?

【Leetcode刷题】数组2——二分查找

JVM内存结构

Eight sorts --------- quick sort

markdown与Typora
随机推荐
Ml self study notes 5
JVM内存结构
Ml9 self study notes
链表--------------------尾插法
Leetcode 344. reverse string
Leetcode 167. sum of two numbers II - input ordered array
Traditional model predictive control trajectory tracking - circular trajectory (function package has been updated)
Single chain surface test questions
Sliding window leetcode 76. minimum covering substring (hard) 76.76. minimumwindow substring (hard)
JUC concurrent knowledge points
LeetCode #26.删除有序数组中的重复项
八大排序-----------------堆排序
Mathematical modeling experience
Leetcode 189. rotation array
LeetCode #167.两数之和 II - 输入有序数组
Leetcode scribble notes 763. Divide the letter range (medium)
LeetCode #13. 罗马数字转整数
从头安装MYSQL(MYSQL安装文档-解压版)
leetcode---技巧
LeetCode #83. 删除排序链表中的重复元素