导航:首页 > 电脑系统 > win10电脑跳端口

win10电脑跳端口

发布时间:2022-10-21 04:09:33

1. win10如何清理电脑端口

1.第一步在win10系统任务栏搜索框中输入命令,搜索到命令提示符之后,鼠标右键选择...
2.第二步进去命令提示符之后,输入netstat -ano命令,
3.第三步按回车键之后,可以看到所有端口的情况,找到被占用的端口,
4.第四步如果我们知道具体的端口号的话,输入netstat -aon|findstr 8...
5.第五步输入tasklist|findstr 2524命令,其中2524加英文双引号,...

2. win10电脑如何打开端口

方法步骤
1、首先打开运行命令框,可以在Win10开始菜单中找到,也可以在底部搜索“命令”找到,还可以直接使用Win + R组合快捷键打开;

2、或者打开运行命令操作框后,输入cmd 并按回车键(或点下方的“确定”)进行命令操作窗口;

3、打开命令提示符操作窗口后,输入“netstat -an ”并按回车键(Enter键)运行就可以看到电脑开启了哪些端口了。

3. 如何解决Win10提示“服务器启动失败80端口被占用”的问题

很多用户在win10系统电脑中安装软件时,都会遇到提示“80端口被占用,请使用其他端口”,这是怎么回事呢?其实,主要原因是一些系统服务默认的安装端口是80,容易和已安装的ISS等其他服务冲突,导致一些服务项无法启动。下面,小编就介绍下Win10系统80端口被占用的解决方案。<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> 步骤如下:<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> 1、以管理员身份运行cmd;<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> 2、输入:<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> net stop http<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> 注:如果提示是否真的需要停止这些服务,则选择“Y”;<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> 3、完成后输入:<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> sc config http start=disabled<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> 其他方法:(若80端口不能解除占用,可使用下方解决方案)<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> 解决方案一:<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> 1、Ctrl+x,然后选择“计算机管理”,“服务和应用程序”,找到“服务”;<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> 2、找到“World Wide Web Publishing Service”,双击打开后,将启动类型改为手动,更改服务状态为“停止”;<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> 3、如果80端口仍然被占用,则还需要停止以下几个服务:<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> “SSDP Discovery”<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> “Print Spooler”<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> “HomeGroup Provider”<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> “Function Discovery Resource Publication”<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> “Function Discovery Provider Host”<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> 解决方案二:<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> 1、以管理员身份运行regedit ;<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> 2、打开键值:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\HTTP ;<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> 3、在右边找到Start这一项,将其改为0;<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> 4、重启系统,System进程不会占用80端口。<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> 以上就是关于Win10提示““服务器启动失败,80端口被占用””的两种解决方案。大家在使用win10过程中也遇到类似问题的话,不妨耐心尝试一下小编的方案。 相关阅读: 1、Win10系统皮皮播放器出现闪退怎么办? 2、win10系统怎么禁止计算机远程控制?

4. win10系统如何查看各种端口的开启办法

Win10端口查看命名:netstat -an
Win10命名查看电脑开启端口方法
1、首先打开运行命令框,可以在Win10开始菜单中找到,也可以在底部搜索“命令”找到,还可以直接使用 Win + R 组合快捷键打开,
2、或者打开运行命令操作框后,输入 cmd 并按回车键(或点下方的“确定”)进行命令操作窗口,
运行命令操作框
3、打开cmd命令操作窗口后,输入命名 netstat -an 并按回车键(Enter键)运行就可以看到电脑开启了哪些端口了,
以上就是电脑百事网带来的通过命令查看电脑开启了哪些端口方法,一般来说,普通电脑用户只要开启80端口就可以了,其它用的少的端口都可以关闭,以防被黑客攻击利用。
文章最后再分享一个查看电脑端口是否被占用的命令,同样以Win10系统为例,其它的Win7也同样适用。
怎么看电脑端口是否被占用?Win10查看端口占用命令
Win10查看电脑端口是否占用命令,适用方面和前面一样,这里就不详细介绍了,直接附上命令和查看结果吧。
Win10端口占用查看命令:netstat -ano
打开CMD命令运行窗口,输入 netstat -ano 命令,按回车键运行后,就可以查看哪些端口被占用了。
被占用的端口,会直接显示在下列信息中,我们可以拖动滚动条查看全部,如下图所示:
被占用的端口,其实就是当前正开启在使用中的端口,如果发现有一些敏感不安全的端口,建议及时关闭。

5. Win10怎么看电脑打开的端口

查看com口号码的方法与windows的版本并没有太大的关系,方法如下:
在“计算机”图标上单击右键,选择“管理”。
在“计算机管理”窗口内,单击左侧的“设备管理器”按钮。打开设备管理器的方法很多,其它方法也可以。
在设备管理器右侧,找到“端口(com和lpt)”一项,展开它就行了,下面会显示当前计算机上已经存在的端口,括号内就是端口号。
上图中,com1是主板后面的rs232接口,com3我连接在电脑上的一套单片机开发板的串口,这两个都是物理端口;com10和com11是使用软件虚拟的端口。并不是所有的电脑显示都一样,请以实际看到的端口号和端口数量为准。

6. win10如何设置电脑usb端口

操作步骤:
1、将“控制面板”、“管理工具”和“服务”等选项卡逐一的点击并打开;
2、接着直接打开plug and play服务选项;

3、一旦发现plug and play服务默认是开启的华,那么需要做的就是先将其禁止,然后再重新开启;

4、然后打开设备管理器,直接把里面的Unknown device设备进行卸载,接着把无线设备拔掉。重新启动计算机,然后再插入电脑,再重新安装驱动就可以了。

7. win10系统设备管理器里如何进入端口设置

win10进入端口设置的方法:

1.首先要打开设备管理器,按下“Win+X”组合键打开系统快捷菜单,直接点击“设备管理器”打开。

8. Win10怎么看电脑打开的端口

打开电脑,找到左下角的开始选项并点击。

打开所有程序,找到【WINDOWS管理工具】。

点击【WINDOWS管理工具】,展开菜单项,找到【资源监视器】,红框已经标出。

进入资源监视器页面后,找到【网络】并点击,红框中已经标出。

在网络栏目中我们会看到【侦听端口】选项,红框中已经标出。

查看右侧,我们会看到一个下拉三角,箭头已经指出。

展开箭头,我们就可以看到被侦听的端口啦。

9. win10 如何开放所有端口

启动所有端口端口是和服务绑定的,比如80端口,必须开启web,80端口就开启了,开放所有端口,关闭防火墙,就不限制端口了。

10. 如何开启win10系统端口号命令

1:
Ctrl+x,
然后选择“计算机管理”,展开“服务和应用程序”,找到“服务”;找到“World Wide Web Publishing
Service”,双击打开后,将启动类型改为手动,更改服务状态为“停止”;如果80端口仍然被占用,则还需要停止以下几个服务:“SSDP
Discovery”“Print Spooler”“HomeGroup Provider”“Function Discovery
Resource Publication”“Function Discovery Provider Host
2:
以管理员身份运行regedit打开键值:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\HTTP在右边找到Start这一项,将其改为0重启系统,System进程不会占用80端口

阅读全文

与win10电脑跳端口相关的资料

热点内容
电脑硬盘盒有什么用途 浏览:889
什么电脑适合玩cf 浏览:772
电脑正在更新怎么停止 浏览:298
无线网密码怎么在电脑查 浏览:714
电脑连接好wifi就是打不开网页 浏览:418
如何连接其他电脑的数据库 浏览:522
视频剪切软件手机版 浏览:592
广州哪里有做电脑的培训机构 浏览:806
荔枝网下载安装电脑版 浏览:169
怎么看笔记本电脑的型号的 浏览:893
电脑开机提示要登录到windows 浏览:87
笔记本电脑货源 浏览:712
苹果手机软件图标推荐 浏览:732
电脑如何设置自动拦截游戏 浏览:440
电脑主机灯开机黄灯一直闪烁 浏览:357
电脑安装软件需要创建文件夹吗 浏览:988
苹果软件允许访问 浏览:313
ps一会功夫电脑崩溃黑屏 浏览:543
联想电脑屏幕发黄 浏览:520
电脑安装海信小聚 浏览:268