L
linuxmc
Guest
Good morning,
i need to permanent re-enable SMBv1 on some Windows 7 PC because we have a multifunction device that send scanned documents to a share on them.
I tried to run this command
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters" SMB1 -Type DWORD -Value 1 –Force
on the Windows 7 pc and, after reboot, the scanner works but after some days it starts again to stop working.
I checked under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\LanmanServer\Parameters and there is
the REG_DWORD SMB1 with the 1 value.
What can i do ?
More...
i need to permanent re-enable SMBv1 on some Windows 7 PC because we have a multifunction device that send scanned documents to a share on them.
I tried to run this command
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters" SMB1 -Type DWORD -Value 1 –Force
on the Windows 7 pc and, after reboot, the scanner works but after some days it starts again to stop working.
I checked under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\LanmanServer\Parameters and there is
the REG_DWORD SMB1 with the 1 value.
What can i do ?
More...