Sunday, March 18, 2012

Disable Auto Login While Accessing Network Folder

It is common in windows network that when you access a network folder it won't prompt for username and password. If we are accessing files from a normal user account but we need admin rights to open folders then we have to log out and then log in as administrator. It will be easy if it asked for user credentials while accessing network folders. This could be done by registering these files.
keymgr.dll
KRShowKeyMgr
To register run the following command in Run

rundll32.exe keymgr.dll, KRShowKeyMgr


OR try this

To disable auto login run the following command in Run

control userpasswords2
Go to Advanced tab
Click Manage Passwords
Select and Remove passwords
Click OK
Now try to access the network folder it should ask for username and password. This time do not check Remember password option.

2 comments: