Computers & Internet Logo

Related Topics:

A
Anonymous Posted on Oct 02, 2014

I cannot access my microsoft account , the password was used too many times and now i am blocked out of my computer.

I am using my friends computer because mine wants a password i can"t remember and i need to reset mine

1 Answer

Mike Cotterill

Level 1:

An expert who has achieved level 1.

MVP:

An expert that got 5 achievements.

New Friend:

An expert that has 1 follower.

Hot-Shot:

An expert who has answered 20 questions.

  • Contributor 35 Answers
  • Posted on Oct 14, 2014
Mike Cotterill
Contributor
Level 1:

An expert who has achieved level 1.

MVP:

An expert that got 5 achievements.

New Friend:

An expert that has 1 follower.

Hot-Shot:

An expert who has answered 20 questions.

Joined: Jan 15, 2011
Answers
35
Questions
0
Helped
5586
Points
56

3 Related Answers

Anonymous

  • 1 Answer
  • Posted on May 21, 2008

SOURCE: resetting the bios password for toshiba laptop

Your bios must be updated before
anyway u can reset the password
if ur laptop is Toshiba Satellite A135-S2276
shutdown the pc
close the screen
turn it in the back
there is a cover on the middel of the back (between left and right paper) exactly on the mid,open the crew to open this cover,its for the memory of ur pc.
remove those 2 plack (memory) than remove the plastic frome the bord,u will find on the left down 2 thing like U & I join those 2 for 3 sec or more,with any metalic think,then connect the memory / cover/creaw & turn on the pc then it wil ask to press F1 or F2 press F1 , it work
dont forget to update ur bios
Robert (for more info [email protected])

Ad

Anonymous

  • 611 Answers
  • Posted on Jun 04, 2008

SOURCE: hdd password reset

Do one thing remove the battery of the laptop in the back side of the laptop after the swicth off your laptop then put in after ten sec and restart the laptop hadd password will be access and bios password also disable.

or do when you start the laptop then press the del button up to ten sec you get it bios setting page after that there is give supervior password give enter twices time your password will be disable.

tonier

  • 64 Answers
  • Posted on Nov 04, 2013

SOURCE: I forgot my Administrator Password

To recover forgotten Windows admin password with proWindows Password Recovery Tool quickly!

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

Related Questions:

0helpful
1answer

How can I activite syncing if I don't know or don't have a Windows password?

Your Windows password is the the security password you use to access the system after you start your computer and Windows loads. Why they would ask for that I don't know. I think they might be referring to some other Windows password because I cannot see that your computer's security password for windows access on your machine would be relevant.
tip

Understanding windows account lockups

Common Causes for Account Lockouts

This section describes some of the common causes for account lockouts The common troubleshooting steps and resolutions for account lockouts are also described in this section.

To avoid false lockouts, check each computer on which a lockout occurred for the following behaviors:

* Programs: Many programs cache credentials or keep active threads that retain the credentials after a user changes their password.

* Service accounts: Service account passwords are cached by the service control manager on member computers that use the account as well as domain controllers. If you reset the password for a service account and you do not reset the password in the service control manager, account lockouts for the service account occur. This is because the computers that use this account typically retry logon authentication by using the previous password. To determine whether this is occurring, look for a pattern in the Netlogon log files and in the event log files on member computers. You can then configure the service control manager to use the new password and avoid future account lockouts.

* Bad Password Threshold is set too low: This is one of the most common misconfiguration issues. Many companies set the Bad Password Threshold registry value to a value lower than the default value of 10. If you set this value too low, false lockouts occur when programs automatically retry passwords that are not valid. Microsoft recommends that you leave this value at its default value of 10. For more information, see "Choosing Account Lockout Settings for Your Deployment" in this document.

* User logging on to multiple computers: A user may log onto multiple computers at one time. Programs that are running on those computers may access network resources with the user credentials of that user who is currently logged on. If the user changes their password on one of the computers, programs that are running on the other computers may continue to use the original password. Because those programs authenticate when they request access to network resources, the old password continues to be used and the users account becomes locked out. To ensure that this behavior does not occur, users should log off of all computers, change the password from a single location, and then log off and back on.

noteNote
Computers running Windows XP or a member of the Windows Server 2003 family automatically detect when the users password has changed and prompt the user to lock and unlock the computer to obtain the current password. No logon and logoff is required for users using these computers.

* Stored user names and passwords retain redundant credentials: If any of the saved credentials are the same as the logon credential, you should delete those credentials. The credentials are redundant because Windows tries the logon credentials when explicit credentials are not found. To delete logon credentials, use the Stored User Names and Passwords tool. For more information about Stored User Names and Passwords, see online help in Windows XP and the Windows Server 2003 family.

noteNote
Computers that are running Windows 95, Windows 98, or Windows Millennium Edition do not have a Stored User Names and Passwords file. Instead, you should delete the user's .pwl file. This file is named Username.pwl, where Username is the user's logon name. The file is stored in the Systemroot folder.

* Scheduled tasks: Scheduled processes may be configured to using credentials that have expired.

* Persistent drive mappings: Persistent drives may have been established with credentials that subsequently expired. If the user types explicit credentials when they try to connect to a share, the credential is not persistent unless it is explicitly saved by Stored User Names and Passwords. Every time that the user logs off the network, logs on to the network, or restarts the computer, the authentication attempt fails when Windows attempts to restore the connection because there are no stored credentials. To avoid this behavior, configure net use so that is does not make persistent connections. To do this, at a command prompt, type net use /persistent:no. Alternately, to ensure current credentials are used for persistent drives, disconnect and reconnect the persistent drive.

* Active Directory replication: User properties must replicate between domain controllers to ensure that account lockout information is processed properly. You should verify that proper Active Directory replication is occurring.

* Disconnected Terminal Server sessions: Disconnected Terminal Server sessions may be running a process that accesses network resources with outdated authentication information. A disconnected session can have the same effect as a user with multiple interactive logons and cause account lockout by using the outdated credentials. The only difference between a disconnected session and a user who is logged onto multiple computers is that the source of the lockout comes from a single computer that is running Terminal Services.

* Service accounts: By default, most computer services are configured to start in the security context of the Local System account. However, you can manually configure a service to use a specific user account and password. If you configure a service to start with a specific user account and that accounts password is changed, the service logon property must be updated with the new password or that service may lock out the account.

noteNote
You can use the System Information tool to create a list of services and the accounts that were used to start them. To start the System Information tool, click Start, click Run, type winmsd, and then click OK.

Other Potential Issues

Some additional considerations regarding account lockout are described in the following sections.
Account Lockout for Remote Connections

The account lockout feature that is discussed in this paper is independent of the account lockout feature for remote connections, such as in the Routing and Remote Access service and Microsoft Internet Information Services (IIS). These services and programs may provide their own unrelated account lockout features.
Internet Information Services

By default, IIS uses a token-caching mechanism that locally caches user account authentication information. If lockouts are limited to users who try to gain access to Exchange mailboxes through Outlook Web Access and IIS, you can resolve the lockout by resetting the IIS token cache. For more information, see "Mailbox Access via OWA Depends on IIS Token Cache" in the Microsoft Knowledge Base.
MSN Messenger and Microsoft Outlook

If a user changes their domain password through Microsoft Outlook and the computer is running MSN Messenger, the client may become locked out.

In this case, since the user has multiple devices connected to the exchange at given time , if he changes the password without disconnecting the other deivices. The account would get locked. You can inform him disconnect all the devices from the exchange except for one machine to change the paswword and then reconnect other devices with new creditentials.


Thanks
Proton
on May 29, 2010 • Computers & Internet
0helpful
2answers

Need to delete facebook account of my 12 year old...unable to remember e-mail address or password.

Contact facebook and explain the situation,they can remove it for you.If you open another account go to settings and put in an alternate e-mail address for future reference.
Mar 13, 2015 • Apple...
0helpful
2answers

Forgot password envydvx7 windows 8

you can reset your password with the windows 8 installation cd just put it in run it and goto repair
0helpful
1answer

Microsoft account password lost

How to reset your Microsoft Account (MSA) password.
If you forgot your MSA password or you tried to many times, your account will become blocked for security reasons.
To reset your password, go to Microsoft account
and choose the first option "I've forgotten my password", follow the instructions on screen.
If you no longer have access to your security info, choose I don't have any of these. Provide a new email on the bottom field, be aware this will become your new security info, and ensure you have access to this email address! If you do not have another email address, you can create a free one here: Sign up Microsoft account You will be required to provide personal details in order to validate your ownership of the account.
You can always contact Microsoft for a personal and free 1 to 1 support here: Microsoft account Windows Help

Hope it helps!
Alex T.

0helpful
2answers

Reset password from my outlook

If you want to reset your Outlook password, the best way is to change your network password by ctrl alt del and then change password. This will then replicate to your outlook

Thanks
4helpful
4answers

My hotmail email is block how to unblock

Microsoft will sometimes block your Windows Live Hotmail account if the company suspects you have a compromised or hacked account or if you have incorrectly entered your password multiple times when logging in. If Microsoft has blocked your Hotmail account, you can unblock your account by resetting your password.

1.Open a Web browser, and navigate to account.live.com/password/reset.
2.Enter your Windows Live ID and the security verification code and click the "Next" button.
3.Select the "Security Question" option.
4.Answer the security question you created when you signed up for your Hotmail account.
5.Enter and confirm the new password you want to use to access your Hotmail account and click the "Continue" button.
6.Go to the Hotmail homepage.
7.Enter your Windows Live Hotmail address and password and click the "Sign In" button to open your Hotmail account. You have now unblocked your Hotmail account.

I hope the step helps you. Thanks.
0helpful
1answer

Can't even log in due to forgotten password.

How many users do you have on your facebook account? Are you sure its blocked at work? If the number of friends you have is low and you are sure the email is blocked then start over.
0helpful
2answers

Control panel blocked

well if i were you i would take it to a computer shop and get them to reset it for you
Not finding what you are looking for?

35 views

Ask a Question

Usually answered in minutes!

Top Computers & Internet Experts

Grand Canyon Tech
Grand Canyon Tech

Level 3 Expert

3867 Answers

Brad Brown

Level 3 Expert

19187 Answers

Cindy Wells

Level 3 Expert

6688 Answers

Are you a Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...