当前位置:网站首页>电脑系统没有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 #3.无重复字符的最长子串
- [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
- Redshift 2.6.41 for maya2018 水印去除
- 网络爬虫
- Logistic regression - project practice - credit card detection task (Part 2)
- 赛博朋克版特效shader
- 爬取表情包
- Unity-默认渲染管线-刻晴卡渲shader
- crawl笔记
猜你喜欢
随机推荐
Shell tool finalshell
LeetCode #283.移动零
单链表面试题
Markdown and typora
LeetCode #7.整数反转
LeetCode #189.轮转数组
MySql-面试题
操作系统面试题
MySQL interview questions
FPGA based: multi-target motion detection (hand-in-hand teaching ①)
链表--------------------尾插法
Leetcode 189. rotation array
唯美girls
NoClassDefFoundError 处理
Maya ACES工作流程配置(Arnold 及 RedShift 贴图配置规范-还原出SP-Aces流程下贴图正确的效果) PS还原Aces流程下渲染的图
Leetcode 26. delete duplicates in the ordered array
计算机网络面试题
Leetcode 3. longest substring without repeated characters
ML7 self study notes
LeetCode #876.链表的中间结点