Friday 13 May 2016

How to Enable Automatic Logon in Windows XP

Steps



1
Click the Start button and then click Run.




2
In the Run box, type 'control userpasswords2' (without quotes) then click OK.



3
Clear the "Users must enter a user name and password to use this computer" check box, and then click Apply.



4
In the Automatically Log On window, type the password in the Password box of the user account you will use for auto logon, then retype the password in the Confirm Password box.





5
Click OK to close the Automatically Log On window, and then click OK to close the User Accounts window.



6
Restart your Computer to test auto log on. How to manually set up of registry:
  • Using RegEdit, navigate to the registry key:

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon

Create or Open and fill the String Type value of "DefaultUsername" with the desired username.


Create or Open and fill the String Type value of "DefaultPassword" with the desired password.


Create or Open and fill the String Type value of "AutoAdminLogon" with the data "1".

To set up the the desired DomainName, modify the data from value "DefaultDomainName"





Monday 25 April 2016

Windows Server 2012 and 2008 R2 – Enable Multiple RDP sessions

Problem:

Server 2012/2008 R2 unlike their predecessors, comes with the multiple remote desktop session restriction enabled. If you are only connecting to a server for remote administration purposes that can get a bit annoying, especially if you have a generic administrative account that multiple techs are using, and you keep kicking each other off the server.
Just as with earlier versions of Windows server you CAN have two RDP sessions at any one time, the restriction is one logon for one account. Thankfully you can disable the restriction and there are a number of ways to do so.

Solution:

Server 2008 R2 Option 1: Enable Multiple RDP sessions from TSCONFIG
Note: tsconfig.msc does not work on Windows Server 2012
1. On the server, click Start and in the search/run box type tsconfig.msc{enter}. Locate "Restrict each user to a single session" Right click > Properties.
TSCONFIG
2. Remove the tick from "Restrict each user to a single session" > Apply > OK.
Restric each logon to a single session

Server 2012 and 2008 R2 Option 2: Enable Multiple RDP sessions via the registry

1. Start > in the search/run box type regedit {enter} > Navigate to:
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTerminal Server
Locate the fSingleSessionPerUser value > Set it to 0 (Multiple sessions allowed), or 1 (Multiple sessions NOTallowed).
multiple rdp

Server 2012 and 2008 R2 Option 3: Enable Multiple RDP sessions via Local Policy

1. Start > in the search/run box type gpedit.msc {enter}.
GPO multiple RDP
2. Navigate to:
Computer Configuration > Administrative Templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host > Connections
Locate the "Restrict Remote Desktop Services users to a single Remote Desktop Services session" setting.
Remote Desktop multiple logons group policy
3. To enable multiple sessions set the policy to disabled > Apply > OK.
RDP GPO

Server 2012 and 2008 R2 Option 4: Enable Multiple RDP sessions via Group Policy

1. On a domain controller > Start > in the search/run box type gpmc.msc {enter}.
local policy RDP
2. Either edit an existing GPO that's linked to your COMPUTERS, or create a new one and give it a sensible name.
group policy multiple logons
3. Navigate to:
Computer Configuration > Policies > Administrative Templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host > Connections
Locate the "Restrict Remote Desktop Services users to a single Remote Desktop Services session" setting.
GPO 3389
4. To enable multiple sessions set the policy to disabled > Apply > OK.
more than one login
5. Then either reboot the clients, wait a couple of hours, or manually run "gpupdate /force" on them.
Force GPO

OR

Configure the Number of Simultaneous Remote Connections Allowed for a Connection

Applies To: Windows Server 2008 R2
You can configure the number of simultaneous remote connections that are allowed for a connection. Restricting the number of simultaneous remote connections can improve performance of the computer because fewer sessions are demanding system resources.
If the RD Session Host role service is not installed on the computer, a connection can only allow a maximum of two simultaneous remote connections to the computer.
Use the following procedure to configure the number of simultaneous remote connections allowed for a connection.
Membership in the local Administrators group, or equivalent, on the RD Session Host server that you plan to configure, is the minimum required to complete this procedure. Review details about using the appropriate accounts and group memberships athttp://go.microsoft.com/fwlink/?LinkId=83477.
To configure the number of simultaneous remote connections allowed for a connection
  1. On the RD Session Host server, open Remote Desktop Session Host Configuration. To open Remote Desktop Session Host Configuration, click Start, point to Administrative Tools, point to Remote Desktop Services, and then click Remote Desktop Session Host Configuration.
  2. Under Connections, right-click the name of the connection, and then click Properties.
  3. In the Properties dialog box for the connection, on the Network Adapter tab, click Maximum connections, enter the number of simultaneous remote connections that you want to allow for the connection, and then click OK.
    If the Maximum connections option is selected and dimmed, the Limit number of connections Group Policy setting has been enabled and has been applied to the RD Session Host server.
You can also set the maximum number of simultaneous connections allowed for an RD Session Host server by applying the Limit number of connections Group Policy setting. This Group Policy setting is located in Computer Configuration\Policies\Administrative Templates\Windows Components\Remote Desktop Services\Remote Desktop Session Host\Connections and can be configured by using either the Local Group Policy Editor or the Group Policy Management Console (GPMC). Note that the Group Policy setting will take precedence over the setting configured in Remote Desktop Session Host Configuration.