Showing posts with label administrator. Show all posts
Showing posts with label administrator. Show all posts

Tuesday, July 16, 2013

How to Enable a specific domain user to auto login to the server

This article describes how to configure Windows to automate the log on process with this feature, other users can start your computer and use the account that you establish to automatically log on. It’s easy because you don't have to type user account name or domain user name. Follow below meth.

Method 01
  • Start Regedt32.exe, and then locate the following registry subkey: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon
  • Enable Auto Logon reg add "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon" AutoAdminLogon make it 1 "1 True, 0 False" 

  • Set username for logon: reg add "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon"DefaultUserName "Domain User Name" 

  • Set domain if your pc is in domain: reg add "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon DefaultDomainName"Domain Name"

  • Set users password: reg add "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon" DefaultPassword
  • Quit Regedit
  • Click Start, click Shutdown, and then click OK to turn off your computer.
  • Restart your computer and Windows. You are now able to log on automatically.

Method 01
  • Open Group Policy Object Editor (Start-Run-gpedit.msc-click OK)
  • Expand Computer Configuration-Administrative Templates-System Logon
  • Change the "Assign a default domain at logon" to Enabled and enter your chosen domain



Thursday, March 14, 2013

How to activate root user in Ubuntu

In Ubuntu Linux Operating Systems, by default the root account password of Ubuntu Linux  is locked. so when you do "su root" you will get authentication failure error message below.The graphical user interface cannot be accessed with the sudo commands. so in this case you need to activate the root account.


$ su -
Password:
su: Authentication failure

To enable the root account and access directly via the console in root mode,  

Step 01

Open Terminal console in ubuntu

Step 02

Type following command
"sudo passwor root"

When you type your user password it will ask to Enter the new UNIX password for the root account. Type what ever Password that you want and hit enter.


Retype the password and hit Enter.  

















When its successful try to login to the root account using this command "su root" and type the password. Hit Enter and see the Miracle LOL!!!

Enjoy Guys!! 

Sunday, March 3, 2013

How to enable Windows hidden Administrator Account



In Windows 7 the administrator account is not active by default. You need to activate it manually if you want to use it. When you troubleshooting the system without having User Account control you may need to have administrator privileges otherwise you can't change any system settings or troubleshoot. In this case you may need to activate you hidden Windows administrator password.

Question HOW TO DO IT??  

Here We go then 

Step 01

1. In the Run box type Secpol.msc and press enter
2. Navigate to Local Policies > Security Options Accounts: Administrator Account Status 

 Figure 1.1




3. Double click on the Policy and do what you want Disable or Enable. 

Figure1.2

Step 02 (Using Command Prompt)

1.Run Cmd as administrator

2.To enable the Windows Administrator Password Account  type net user administrator /active:yes
3.To disable the Windows Administrator Password Account type net user administrator /active:no 


Figure 1.3
Enjoy!!
  • Page Views

  • More Text