Jump to content

Recommended Posts


Posted

If they've been disabled you can re-enable them like so:

REG Add HKLM\SYSTEM\CurrentControlSet\Services\LanManServer\Parameters /v AutoShareServer /t REG_DWORD /d 1

But it will require a reboot to pick up the change.

Posted

You can bypass reboot with restart service after regtweak :

::Browser is dependant of lanmanserver, so we stop the service
sc stop browser
:: Wait a moment during stopping service ...
ping 127.0.0.1 >NUL
:: Shutdown lanmanserver (shared folder ...)
sc stop lanmanserver
:: Wait a moment during stopping service ...
ping 127.0.0.1 >NUL
:: Restart Browser, due to dependence lanmanserver restart too
sc start browser

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...