Saturday, October 6, 2012

CENTRAL BANK OF INDIA


Recruitment of Incharges for RSETIs (Rural Self Employment Training Institutes) and FLCCs (Financial Literacy cum Counseling Centres) on Contract basis-2012-13  
IMPORTANT:   LAST DATE OF RECEIPT OF APPLICATIONS – 15.10.2012   

SBI SCO RECRUITMENT


CENTRAL RECRUITMENT & PROMOTION DEPARTMENT,  CORPORATE CENTRE, MUMBAI
ADVERTISEMENT NO. CRPD/SCO/2012-13/02
RECRUITMENT OF SPECIALIST CADRE OFFICERS IN STATE BANK GROUP

On-line registration of application from 08.10.2012

Payment of fee - On-line 08.10.2012 to 28.10.2012
Downloading of call letter for written test from 19.11.2012
Last date for On-line registration of Application 28.10.2012
Payment of fee -- Off line 10.10.2012 to 31.10.2012
Date of Written Test 02.12.2012

Click Here to get Full Details

Andhra bank [PO's & SO's] 2012-13


Andhra Bank invites applications for the post of Probationary Officer/Specialist Officer from Indian citizens who have taken the Common Written Examination for Probationary Officer cadre conducted by IBPSin  September / November 2011/ for Specialist Officers on 11.03.2012 and have a valid Score card issued by IBPS.
Candidates are requested to apply on-line through Bank’s website www.andhrabank.in  No other means/mode of application will be accepted.
Payment of Application Fees 01.09.2012 to 15.09.2012
Opening date for Online Registration 01.09.2012
Last Date for Online Registration (Including for candidates from far-flung areas ) 15.09.2012

Click here for Full Details

Thursday, May 31, 2012

Administrator and User Passwords in Windows XP

Direct Bootup Without Typing Password

1. At a command prompt, type "control userpasswords2" and press Enter to open the Windows 2000-style User Accounts  application.

2. On the Users tab, clear the Users Must Enter A User Name And Password To Use This Computer check box and then click OK.


3. In the Automatically Log On dialog box that appears, type the user name and password for the account you  want to be logged on each time you start your computer.


Remove Login Password

 Control Panel/Administrative Tools/Local Security Settings/Minimum Password Length/Reduce it to 0 (No password required). Control Panel/User Account/Your Account/Remove Password.  

Cannot Change the Administrator Password in Control Panel

After you log on as an administrator to a computer that is not a member of a domain, when you double-click User Accounts in Control Panel to change the password for the built-in Administrator account, the Administrator account may not appear in the list of user accounts. Consequently, you cannot change its password.

This behavior can occur because the Administrator account logon option appears only in Safe mode if more than one account is created on the system. The Administrator account is available in Normal mode only if there are no other accounts on the system.  To work around this behavior:

- If you are running Windows XP Home Edition, restart the computer and then use a power user account to log on to the computer in Safe mode.

- If you are running Windows XP Professional, reset the password in the Local Users and Groups snap-in in Microsoft  Management Console (MMC):

1. Click Start, and then click Run.
2. In the Open box, type "mmc" (without the quotation marks), and then click OK to start MMC.
3. Start the Local Users and Groups snap-in.
4. Under Console Root, expand "Local Users and Groups", and then click Users.
5. In the right pane, right-click Administrator, and then click Set Password.
6. Click Proceed in the message box that appears.
7. Type and confirm the new password in the appropriate boxes, and then click OK.

 How to Change User Password at Command Prompt

How to use the net user command to change the user password at a Windows command prompt. Only administrators can change domain passwords at the Windows command prompt.  To change a user's password at the command prompt, log on as an administrator and type:  "net user <user_name> * /domain" (without the quotation marks)

When you are prompted to type a password for the user, type the new password, not the existing password. After you type the new password, the system prompts you to retype the password to confirm. The password is now changed.

Alternatively, you can type the following command:  net user <user_name> <new_password>.  When you do so, the password changes without prompting you again. This command also enables you to change passwords in a batch file.

Non-administrators receive a "System error 5 has occurred. Access is denied" error message when they attempt to change the password.

How to Enable Automatic Logon in Windows 

If you set a computer for auto logon, anyone who can physically obtain access to the computer can gain access to all of the computer contents, including any network or networks it is connected to. In addition, if you enable autologon, the password is stored in the registry in plaintext. The specific registry key that stores this value is remotely readable by the Authenticated Users group.
As a result, this setting is only appropriate for cases where the computer is physically secured, and steps have been taken to ensure that untrusted users cannot remotely access the registry.
1. Start/Run/Regedit, and then locate the following registry subkey:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon
2. Using your account name and password, double-click the DefaultUserName entry, type your user name, and then click
    OK.
3. Double-click the DefaultPassword entry, type your password, and then click OK.

NOTE: The DefaultPassword value may not exist. If it does not:

a. Click Add Value on the Edit menu.
b. In the Value Name box, type DefaultPassword, and then click REG_SZ for the Data Type
c. Type your password in the String box, and then save your changes.

Also, if no DefaultPassword string is specified, Windows automatically changes the value of the AutoAdminLogon key
from 1 (true) to 0 (false), thus disabling the AutoAdminLogon feature.

4. Click Add Value on the Edit menu, enter AutoAdminLogon in the Value Name box, and then click REG_SZ for the Data
    Type.
5. Type "1" (without the quotation marks) in the String box, and then save your changes.
6. Quit Regedit.
7. Click Start, click Shutdown, and then click OK to turn off your computer.
8. Restart your computer and Windows. You are now able to log on automatically.

NOTE: To bypass the AutoAdminLogon process, and to log on as a different user, hold down the SHIFT key after you log off or after Windows restarts.

Note that this procedure only applies to the first logon. To enforce this setting for subsequent logoffs, the administrator must set the following registry key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon

Value: ForceAutoLogon
Type: REG_SZ
Data: 1