- Uninstall CLIENT FOR MICROSOFT NETWORKS from network adapter
- bounce (reboot)
- Install CLIENT FOR MICROSOFT NETWORKS
- bounce
- Mine works!
Ensured that the follwing Services are running
- Server
- TCP/IP NetBIOS Helper
- Workstation
- Computer Browser
- DHCP Client
- Function Discovery Resource Publication
- SSDP Discovery
- UPnP Device Host
reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Csc\Parameters /v FormatDatabase /t REG_DWORD /d 1 /f
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" RequireSecureNegotiate -Value 0 -Force
2955163 Windows RT, Windows 8, and Windows Server 2012 update rollup: M
- Server
- TCP/IP NetBIOS Helper
- Workstation
- Computer Browser
- DHCP Client
- Function Discovery Resource Publication
- SSDP Discovery
- UPnP Device Host
reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Csc\Parameters /v FormatDatabase /t REG_DWORD /d 1 /f
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" RequireSecureNegotiate -Value 0 -Force
2955163 Windows RT, Windows 8, and Windows Server 2012 update rollup: M
REG ADD HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters /v DisableLeasing /t REG_DWORD /d 1 /f
NET STOP SERVER NET START SERVERhttp://woshub.com/smb-1-0-support-in-windows-server-2012-r2/
https://support.microsoft.com/en-in/help/2696547/how-to-detect-enable-and-disable-smbv1-smbv2-and-smbv3-in-windows-and
"Net Use X: \Server\Share /User:Server\User Password".Set-NetConnectionProfile -NetworkCategory Private
Comments
Post a Comment