Permanently shutting down the server via the Registry (the most accurate method) Open regedit Go to this path:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters Create a new DWORD on the right side:AutoShareWksValue:0If the server is an operating system, the name will be different:AutoShareServer Then restart the service or reboot the computer: net stop lanmanservernet start lanmanserver...
