https://thegeekpage.com/turn-windows-features-on-or-off-blank-or-empty/
https://softwarekeep.com/help-center/how-to-fix-windows-resource-protection-could-not-start-the-repair-service
C:\Windows\system32>sfc /scannow
Windows Resource Protection could not start the repair service.
C:\Windows\system32>sfc /scannow
Beginning system scan. This process will take some time.
Beginning verification phase of system scan.
Verification 33% complete.
C:\Windows\system32>Dism /online /Get-Features /format:table | find "SMB1Protocol"
SMB1Protocol | Enabled
SMB1Protocol-Client | Enabled
SMB1Protocol-Server | Enabled
SMB1Protocol-Deprecation | Enabled
SMB1Protocol can be enabled in Turn Windows Features On / Off.
Enabled SMB 1.0/CIFS Client, which made Windows 10 see all network PCs with Error code 0x80070035.
FOLLOWING COMMAND SOLVED the problem and gave access to shares:
C:\Windows\system32>
reg add HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters /v AllowInsecureGuestAuth /t reg_dword /d 00000001 /f
https://winitpro.ru/index.php/2018/05/16/0x80070035-ne-najden-setevoj-put-windows-10/
No comments:
Post a Comment