Tuesday, March 4, 2014

Enable Remote desktop via the registry

If you have ever run into an issue where you have set up a server but forgot to put the tick in the box to enable remote desktop, then enable from other system by connecting Registry.

Run regedit





HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server




Under the Terminal Server key, you'll find a REG_DWORD value named fDenyTSConnection. Double-click on that value to open the Edit DWORD Value box and change the value data from 1 (Remote Desktop disabled) to 0 (Remote Desktop enabled)



Visit our website to get computer amc service in New Delhi and Delhi NCR

Website:-  AS Techies 

How to Creating and Configuring a User in MS SQL



1. Open SQL Server Management Studio (SSMS)

2. Connect to SQL Server using the proper credentials 





3. Expand Security and Logins





4. Right click Logins and select New Login





5. On this page you assign a Login name and select the authentication method and default database/language. (Note only Domains can use Windows Authentication) If you are using SQL authentication you will need to enter an initial password and choose the enforcement options for password policy and expiration as well as whether or not the user will need to change their password when they log in.





6. Click on Server Roles and you can assign any sever roles you want this user to have.





7. Click on Securable and then click the Search button. This will bring up the Add Objects dialog box where you can choose specific objects, objects of a certain type or the server itself. Select one and click Ok





8. Select Grant, With Grant or Deny as necessary for any/all of the objects in the explicit box. (Grant will grant access to the securable, with grant will allow the user to grant access to the securable and deny will expressly deny permission to the securable no matter what roles or permissions the user may have)




9. Click on status to grant or deny permission to the Database Engine, enable or disable the login and to unlock the account should it get locked out. When all this is done click on OK to create the user.



  

DOWNLOAD THIS FILE HERE

DOWNLOAD