Windows

windows 10에서 "0x80070035 the network path cannot be found" 오류 발생 시

하이안 2016. 5. 16. 10:19


1. Run PowerShell as Administrator


2. Set-SmbClientConfiguration -RequireSecuritySignature 1


3. Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" RequireSecureNegotiate -Value 0 -Force