当前位置:网站首页>电脑系统没有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
边栏推荐
- mavan中的plugin位置
- #7110 数字走向2 题解
- Leetcode scribble notes 763. Divide the letter range (medium)
- [beauty of software engineering - column notes] 14 | project management tools: all management problems should be considered whether they can be solved by tools
- LeetCode #557.反转字符串中的单词 III
- JUC collection class is unsafe
- Leetcode 7. integer inversion
- ML10 self study notes SVM
- Leetcode 557. reverse word III in string
- shell工具finalShell
猜你喜欢

LeetCode #1.两数之和

Markdown and typora

Leetcode 977. Square of ordered array

Unity-默认渲染管线-刻晴卡渲shader

ML7 self study notes

Ml8 self study notes LDA principle formula derivation
![[beauty of software engineering - column notes] 13 | how to break the rhythm of writing code during daytime meetings and overtime?](/img/e2/56234084d0cfad6906f9e84212182a.png)
[beauty of software engineering - column notes] 13 | how to break the rhythm of writing code during daytime meetings and overtime?

【Leetcode刷题】数组3——分治

NoClassDefFoundError 处理

UE5 光影基础 阴影全解析 锯齿阴影解决方案 Lumen
随机推荐
Official tutorial redshift 05 system parameter detailed explanation
无符号右移
官方教程 Redshift 02 4中GI引擎概述及总结
UE4/UE5 C盘变大处理
三国演义章节内容
LeetCode #9.回文数
关于时间复杂度的个人看法
IDEA 实用快捷键 新手必看
Open source based on STM32: MHD Bluetooth speaker (including source code +pcb)
官方教程 Redshift 06 Opt参数
Official tutorial redshift 05 AOVs
Sliding window leetcode 76. minimum covering substring (hard) 76.76. minimumwindow substring (hard)
Leetcode 876. Intermediate node of linked list
Ml self study notes 5
Leetcode 977. Square of ordered array
LeetCode #344.反转字符串
Leetcode 19. delete the penultimate node of the linked list
Single chain surface test questions
LeetCode #19.删除链表的倒数第N个结点
shell工具finalShell