HP MFP Scanner not found

这篇文章介绍了如何通过在Windows批处理文件中执行特定命令来启用IGMP协议和配置相关服务,以解决HPMFPScanner在局域网无法找到的问题,最后要求重启计算机以使更改生效。
摘要由CSDN通过智能技术生成

作者:romcarey

链接:https://www.lofter.com/lpost/1cf8f8ee_2b6c96ebf

来源:LOFTER

If your HP MFP Scanner not found on LAN. Please try the following code in a batch file:

Enable IGMP protocol:

REG ADD HKLM\SYSTEM\CurrentControlSet\services\Tcpip\Parameters /v IGMPLevel /t REG_DWORD /d 2 /f

REG ADD HKLM\SYSTEM\CurrentControlSet\services\Tcpip\Parameters /v IGMPVersion /t REG_DWORD /d 4 /f

Configure WIA and related services:

sc config stisvc start= auto

sc start stisvc

sc config RpcSs start= auto

sc start RpcSs

sc config ShellHWDetection start= auto

sc start ShellHWDetection

sc config RpcEptMapper start= auto

sc start RpcEptMapper

sc config DcomLaunch start= auto

sc start DcomLaunch

Configure other services:

sc config fdPHost start= demand

sc start fdPHost

sc config FDResPub start= demand

sc start FDResPub

sc config Dnscache start= auto

sc start Dnscache

sc config SSDPSRV start= demand

sc start SSDPSRV

sc config upnphost start= demand

sc start upnphost

Do restart your computer to take effect.

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值