Created
April 14, 2011 20:50
-
-
Save aeurielesn/920506 to your computer and use it in GitHub Desktop.
Troubleshoot when Guest account is asking for password to access network files
This file contains hidden or 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
1. Activate Guest account. | |
2. Install the Windows 2003 Server Resource Kit Tools from: http://go.microsoft.com/fwlink/?LinkId=4544. | |
3. Run Windows Resource Kit Tools' Command Shell. | |
4. Type: | |
> ntrights +r SeNetworkLogonRight -u Guest | |
> ntrights -r SeDenyNetworkLogonRight -u Guest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment