Last active
May 15, 2021 01:34
-
-
Save noidexe/9bd5a8ee2830d2a7439b6a716d7ed62c to your computer and use it in GitHub Desktop.
Fix Windows 10 being unable to access network shares or networked computers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
echo.===== RESTARTING LanmanWorkstation and dependencies ===== | |
powershell -command "Restart-Service LanmanWorkstation -Force" && echo.===== DONE ===== || echo.### ERROR ### Did you remember to right click-^>Run as Administrator? If you still get an error after that then there is some other problem. | |
PAUSE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment