Posted on May 2, 2012 by mellerbeck
- from http://remotedesktoprdp.com/force-single-session-allow-multiple-sessions-per-user
- Start Registry Editor (by default, this is located at
c:\windows\regedit.exe
).
- Go to the following registry key:
HKEY_LOCAL_MACHINE\
System\CurrentControlSet\Control\TerminalServer
- If the fSingleSessionPerUser value doesn’t exist, create a new DWORD value named fSingleSessionPerUser
- Open the fSingleSessionPerUser value. The possible values for this setting are as follows:
- 0x0
- Allow multiple sessions per user
- 0x1
- Force each user to a single session
Filed under: Applied IT | Leave a comment »
Posted on May 2, 2012 by mellerbeck
From http://www.expta.com/2008/04/how-to-enable-autologon-for-windows.html
Once you join a server to a domain, Windows will automatically delete the AutoAdminLogon value from the HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon registry key. This causes the userpasswords2 control to hide the “Users must enter a user name and password to use this computer” check box shown above.
Here’s how to get the missing checkbox back and configure Autologon:
- Open a CMD prompt and enter the following (all on one line):
reg add “HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon” /v AutoAdminLogon /t REG_SZ /d “1” /f
- Click Start, Run and enter control userpasswords2
- Clear the checkbox for Users must enter a user name and password to use this computer and click OK
- Enter the user name and password that will be used for Autologon and click OK
Filed under: Uncategorized | Tagged: 2008 autologon | Leave a comment »