이 작업을 2 번 클릭하는 reg 및 배치 파일은 다음과 같습니다.
https://drive.google.com/open?id=1mlx_ziiygRib9f4UkweBvAV8n-DXYNKg
disablewsdservice.reg에 의해 주어진 레지스트리 해킹 RoelDS :
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WSDPrintDevice]
"Type"=dword:00000001
"Start"=dword:00000004
"ErrorControl"=dword:00000001
"Tag"=dword:00000028
"ImagePath"=hex(2):00,00
"DisplayName"="@WSDPrint.Inf,%WSDPrintDevice.SVCDESC%;WSD Print Support"
"Group"="Extended Base"
"Owners"=hex(7):00,00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WSDPrintDevice\Enum]
"Count"=dword:00000000
"NextInstance"=dword:00000000
disablewsdservice.EN.bat는 파일 이름을 바꾸기 전에 이름을 바꿔야하는 파일의 소유권을 가져 오는 배치 파일입니다. 또한 레지스트리 해킹을 실행하여 종료됩니다.
TAKEOWN /F %WINDIR%\INF\WSDPrint.Inf
ICACLS %WINDIR%\INF\WSDPrint.Inf /grant administrators:F
ren %WINDIR%\INF\WSDPrint.Inf WSDPrint.Inf.bak
TAKEOWN /F %WINDIR%\INF\WSDPrint.PNF
ICACLS %WINDIR%\INF\WSDPrint.PNF /grant administrators:F
ren %WINDIR%\INF\WSDPrint.PNF WSDPrint.PNF.bak
TAKEOWN /F %WINDIR%\INF\WSDScDrv.inf
ICACLS %WINDIR%\INF\WSDScDrv.inf /grant administrators:F
ren %WINDIR%\INF\WSDScDrv.inf WSDScDrv.inf.bak
disablewsdservice.reg
관리자 권한 명령 프롬프트에서 배치 파일을 실행해야합니다. 영어 버전의 Windows에는 EN 파일을 사용하고 프랑스어 버전에는 FR 파일을 사용하십시오.
배치를 실행 한 다음 reg 또는 다른 방법으로 문제를 해결할 수 있습니다.
W10 LTSC에서 성공적으로 테스트되었습니다.