locking password for user admin

I changed my password for the admin user, but I forgot my new password. On the system to reset password, the system will ask a restore/reset disk. How to get such a disc or can a Microsoft rep this remote on my system. I'm the only admin user and it has only 1 admin account. I tried to restore my system, but there as no restore only files available. I'm deseparately who need to access my account on. My antivirus has expires and I can't update without being able to get on the admin account.  I can get into my daughter's account, but there are parental restrictions that without the admin password, I can't work around. I need to know what other options do I have to get into the account admin I bought this laptop 3 years ago and do not have access to a reset disk. Help, please!

1. you forgot the password.
2. you don't have a password reset disk.
3. you do not have a restore point that you have a successful logon.
4. you don't have a program antvirus (expired). Your machine is not protected.

There are far too many problems.
I suggest consider you in your reliable computer service store and let a technician to repair.
It is always better to have someone actually looking at your computer to see the problems that a person who tries to help on the internet and that you need to implement the instructions.

Yes, it will cost you. But the problem will be fixed.

ATTENTION: Please do NOT Best Buy or any local called "geek squad".

For the benefits of others looking for answers, please mark as answer suggestion if it solves your problem.

Tags: Windows

Similar Questions

  • I forgot my password for my admin user account, but I have a secondary account how to get the password for the admin

    original title: admin password.

    I forgot my password for my admin user account, but I have a secondary account how to get the password for the admin

    Hello
    Microsoft technical support engineers cannot help you recover the passwords of the files and Microsoft who are lost or forgotten product features. For more information about this policy, please refer to the sticky below.

    http://social.answers.Microsoft.com/forums/en-us/vistasecurity/thread/3eba3150-8742-4264-be9f-0daaad2282cd Lisa
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • The password for user of APEX ADMIN Reset question

    Hi all

    I'm trying to reset the password for the ADMIN user by using the following script (taken from apxchpwd.sql) from SQL Developer. I've connected to the database as a user with DBA privileges.
    alter session set current_schema = APEX_040000;
    begin
    
        wwv_flow_security.g_security_group_id := 10;
        wwv_flow_security.g_user := 'ADMIN';
        wwv_flow_security.g_import_in_progress := true;
    
        for c1 in (select user_id
                     from wwv_flow_fnd_user
                    where security_group_id = wwv_flow_security.g_security_group_id
                      and user_name = wwv_flow_security.g_user) loop
    
            wwv_flow_fnd_user_api.edit_fnd_user(
                p_user_id       => c1.user_id,
                p_user_name     => wwv_flow_security.g_user,
                p_web_password  => 'newPassword',
                p_new_password  => 'newPassword');
        end loop;
    
        wwv_flow_security.g_import_in_progress := false;
    
    end;
    /
    Commit;
    But I am getting following error.
    session SET altered.
    
    Error starting at line 2 in command:
    begin
    
        wwv_flow_security.g_security_group_id := 10;
        wwv_flow_security.g_user := 'ADMIN';
        wwv_flow_security.g_import_in_progress := true;
    
        for c1 in (select user_id
                     from wwv_flow_fnd_user
                    where security_group_id = wwv_flow_security.g_security_group_id
                      and user_name = wwv_flow_security.g_user) loop
    
            wwv_flow_fnd_user_api.edit_fnd_user(
                p_user_id       => c1.user_id,
                p_user_name     => wwv_flow_security.g_user,
                p_web_password  => 'newPassword',
                p_new_password  => 'newPassword');
        end loop;
    
        wwv_flow_security.g_import_in_progress := false;
    end;
    Error report:
    ORA-20001: Unauthorized access (security group package variable not set).
    ORA-06512: at "APEX_040000.WWV_FLOW_FND_USER_API", line 22
    ORA-06512: at "APEX_040000.WWV_FLOW_FND_USER_API", line 1625
    ORA-06512: at line 12
    
    commited.
    The Version of database: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64 bit Production
    APEX Version: 4.0.2.00.07

    Can someone let me know what is the problem?

    Kind regards
    Hari

    If I send the APEX_040000 script to our s/n, he ran the old writing that is on the server, thinking that the two should be the same, since the file name is the same.

    Thank you!

  • First Cisco VIEW - change the password for the admin GUI of CLI

    Hello

    We had someone install an instance of VIEW with the Vmware EGG file, but it seems that they never take the GUI password (admin) during the installation phase.

    Does anyone know the process to re-run the configuration script or to change the password for the admin of the SSH session, so we are able to connect to the GUI?

    Thank you

    Andreas

    Hi Andreas,

    Sorry, that I was not able to respond until the EGG has been redeployed, however, it is possible to change the CLI from the server admin password.

    1 SSH on the server VIEW

    2 cd to/usr/local/cisco/dcm/fm/bin

    3 «./addUser.sh--help' to view the syntax of the command.

    The syntax for the addUser.sh script is «./addUser.sh .  The adduser script to add new accounts to users or change the password for the existing user accounts.

    4. to change the admin password, the command should look like this,

    «./adduser.sh admin .

    If you have forgotten the password for the database, you can find it in the file, usr/local/cisco/dcm/jboss-as.7.2.0-Final/standalone/conf/postgres.cfg.xml.  Use the 'cat /usr/local/cisco/dcm/jboss-as.7.2.0-Final/standalone/conf/postgres.cfg.xml' command to print the contents of the file to the screen.

    -Eric

  • Expiry of the password for user SYS and SYSTEM

    My database 11g 2 on Redhat 5 has sys and system user password expired
    SQL> select username,account_status,EXPIRY_DATE
     from dba_users where username like 'SYS%';
      2
    USERNAME                       ACCOUNT_STATUS                   EXPIRY_DA
    ------------------------------ -------------------------------- ---------
    SYSMAN                         OPEN
    SYSTEM                         OPEN                             15-FEB-11
    SYS                            OPEN                             15-FEB-11
    But I can still connect the databsae with expired password t.

    Should I worry about the expiration of the password of the user these? For a normal user, I can not connect with expired password

    Dear user13148231,

    Here's an illustration;

    SQL> alter user sys account lock;
    
    User altered.
    SQL> select username, account_status, lock_date, expiry_date from dba_users where USERNAME='SYS';
    
    USERNAME                      ACCOUNT_STATUS                   LOCK_DATE EXPIRY_DA
    ------------------------------------------------------
    SYS                                      LOCKED                           20-AUG-10      23-FEB-09
    
    SQL> host sqlplus sys/password@opttest as sysdba
    
    SQL*Plus: Release 10.2.0.4.0 - Production on Fri Aug 20 12:25:43 2010
    
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    
    SQL> exit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    
    SQL> alter user sys identified by password password expire;
    
    User altered.
    
    SQL> select username, account_status, lock_date, expiry_date from dba_users where username='SYS';
    
    USERNAME                      ACCOUNT_STATUS                   LOCK_DATE EXPIRY_DA
    ------------------------------------------------------
    SYS                                EXPIRED & LOCKED                 20-AUG-10   20-AUG-10
    
    SQL> host sqlplus sys/password@opttest as sysdba
    
    SQL*Plus: Release 10.2.0.4.0 - Production on Fri Aug 20 12:27:02 2010
    
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    
    SQL> exit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    
    SQL> alter user sys identified by password account unlock;
    
    SQL> select username, account_status, lock_date, expiry_date from dba_users where username='SYS';
    
    USERNAME                       ACCOUNT_STATUS                   LOCK_DATE EXPIRY_DA
    ------------------------------ -------------------------------- --------- ---------
    SYS                            OPEN
    

    Even if the State expired and locked it's OK to connect to the database for the user SYS.

    SQL> alter user ogan identified by password account lock password expire;
    
    User altered.
    
    SQL> select username, account_status, lock_date, expiry_date from dba_users where username='OGAN';
    
    USERNAME                       ACCOUNT_STATUS                   LOCK_DATE EXPIRY_DA
    ------------------------------ -------------------------------- --------- ---------
    OGAN                           EXPIRED & LOCKED                 20-AUG-10 20-AUG-10
    
    SQL> conn ogan/password
    ERROR:
    ORA-28000: the account is locked
    
    Warning: You are no longer connected to ORACLE.
    SQL> conn / as sysdba
    Connected.
    SQL> alter user ogan account unlock;
    
    User altered.
    
    SQL> conn ogan/password@opttest
    ERROR:
    ORA-28001: the password has expired
    
    Changing password for ogan
    New password:
    Retype new password:
    Password changed
    Connected.
    SQL>
    

    Ogan

  • reset password for users of domians cannot live

    cannot reset the password for users of domians direct for domain megabitecafe.com

    Hi manisht,

    I would suggest to repost your question in our forums TechNet here:

    http://social.technet.Microsoft.com/forums/en/ieitprocurrentver/threads

    Thank you.

  • remove the time limit of expiration password for users to ocs

    Hello

    I want to know how to remove the time limit of expiration password for users to ocs (GR 11, 2)? In our system, all user accounts are expired is in 1 week. I have to remove expdate. (the profile has been modified)

    THX

    SQL > select * from dba_profiles where RESOURCE_NAME AS "PASSWORD_LIFE_TIME;

    PROFILE RESOURCE_NAME RESOURCE LIMIT
    ------------------------------------------------------------------------------------------
    PASSWORD_LIFE_TIME 180 DEFAULT PASSWORD

    MONITORING_PROFILE PASSWORD_LIFE_TIME DEFAULT PASSWORD

    SQL > ALTER THE DEFAULT LIMIT PASSWORD_LIFE_TIME PROFILE UNLIMITED;

    Modified profile.

    SQL > select * from dba_profiles where RESOURCE_NAME AS "PASSWORD_LIFE_TIME;

    PROFILE RESOURCE_NAME RESOURCE LIMIT
    -------------------------------------------------------------------------------------------
    PASSWORD_LIFE_TIME UNLIMITED PASSWORD

    MONITORING_PROFILE PASSWORD_LIFE_TIME PASSWORD

    To change the password of a user:

    change the username identified by new_password;

    Published by: hitgon on April 30, 2012 19:33

  • What are the consequences of the change of password for the admin user in golden gate?

    Hello

    I just picked up during surgery and allows us to replicate door data of gold. Unfortunately, the password for the user that has been created in the database for the Golden Gate has been lost.

    At the present time, processes are added and I was trying to connect but it fails with name of user and password invalid.

    I want to change it. Do I need to apply this new password anywhere after changing?

    Thank you

    Hello

    Not a lot of consequences, if you have changed the password where you had used.

    1. you must change the password of user goldengate in parameter files where ever you had mentioned, as the extract file etc..,.

    2. If you used the password encrypted, you must re-create the encryption password.

    3. If you used a user Alias id, then you must change this too.

    Kind regards

    Veera

  • Unable to set password for user account on Windows XP

    Windows XP won't let me a password for my user profile. Its an admin profile and only on the computer. I went to change the profile and password and it gives me the icon of the hourglass for about 30 seconds, then he says that I did not meet the password requirements. Ive used about 10 different ones, but he does not accept anything.

    Windows XP won't let me a password for my user profile. Its an admin profile and only on the computer. I went to change the profile and password and it gives me the icon of the hourglass for about 30 seconds, then he says that I did not meet the password requirements. Ive used about 10 different ones, but he does not accept anything.

    given the complexity of password is enabled in the pc must be given a complex password

    more info on http://technet.microsoft.com/en-us/library/cc786468(v=ws.10).aspx
    Password must meet complexity requirements
  • Procedure to change the CLI password for user directors

    Hello

    I have Cisco context directory Agent 1.0.0.011 installed by another Member of the team and I want to reset password admin CLI. Tracking how do to reset passwrod (DCO of admin password reset application) but I always connect with the old password.

    Can anyone provide some documents what would be the correct procedure to change/reset password for the user admin CLI? It's password during the original installation is complete.

    Thank you

    The command you typed: application ACD reset admin password changes the password for the application of cda admin only.  This is the admin of WebGUI.

    To change the password for the CLI, try the following command:

    Enter the Configuration mode.

    Run the username password plain | hash role admin | user command

    For example: username, password admin hash Cisco123 admin role

    The words in bold are provided by you.

    Please rate useful messages and mark this question as answered if, in fact, does that answer your question.  Otherwise, feel free to post additional questions.

    Charles Moreton

  • Need help to retrieve the password for user account Windows 8.

    I need help!

    I have configured my windows 8 "admin" or "user account" password for over a year now and I don't remember what it is. I tried to download a new antivirus on the computer software but it takes the administrators password to make changes to this laptop.

    How can I know what is this password and how do I solve the problem in order to be able to install new software?

    Thanks in advance

    Josh

    Hello

    "What to do if you forget your password Windows 8/8.1"

    http://Windows.Microsoft.com/en-us/Windows/what-do-forget-Windows-password#1TC=Windows-8

    If you have forgotten your Windows password, there are several ways to recover or reset:

    • If your PC is on a domain, your system administrator must reset your password.

    • If you use a Microsoft account, you can reset your password online. For more information, see the Web to reset your password page.

    • If you use a local account, use your index of password as a reminder.

    If you've tried these suggestions and still unable to connect:

    • If you have Windows 8.1, you will need to reinstall Windows.

    • If you have Windows RT 8.1, you will need to contact the manufacturer of your PC.

    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@

    Microsoft prohibits any help given in these Forums for you help bypass or "crack" passwords lost or forgotten.

    Here's information from Microsoft, explaining that the policy:

    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-security/keeping-passwords-secure-Microsoft-policy-on/39f56ef0-5d68-41AD-9daa-6e6019c25d37

    See you soon.

  • Try to disconnect from the iCloud on my Macbook Air (El Capitan 10.11.2) but in system preferences, it says I have to create a new password for my Admin account - and then the new password I get says "password does not match"?

    I am trying to add my outlook email account to the Mail app, but because it's the same email for my iCloud, for some reason, they are linked, and I discovered that I need to disconnect from iCloud, and then add the outlook account.

    But when I try to disconnect from the iCloud in system preferences > accounts on the internet, it says I have to create a separate password - but when I get one it says "passwords do not match"? I tried to do different and same, nothings working: S

    The dialog box is like this:

    [Stop using iCloud?]

    Create separate password for (name of the admin account)

    -You will no longer be able to log in or unlock your screen with your icloud password, and you will need to remember two passwords separately.

    iCloud password: __________

    New password: __________

    Check: _

    Index of password: __________

    [Use the separate password?]

    Not sure why that is, that the password does not when it's supposed to be the new s password?

    Also, I would like to know what to put in the box check?

    Help much appreciated!

    Thank you

    Oh wow. I just realized I was leaving the case confirm the void and the message "password does not match" mentioned. I just need to retype my password. Hilarious that I have not worked this one earlier.

  • Cannot set the password for user connection in Vista Home Basic

    My laptop (running Vista SP2) has no password on the user account. Guest account is disabled and my user account is administrator.

    I would like to add a password to secure my PC a little more by doing the following:
    AutoScan (Vista Orb) > Control Panel > user accounts > create a password for your account
    I enter a password to 10 characters. I tried more or less characters, a mixture of uppercase and lowercase letters and numbers etc, but everything I try I get the following message:

    "The password you entered does not meet the password policy requirements. Check the minimum password length, password complexity and password history requirements"

    Any ideas what to do here? I tried searching online and through this forum but have been unable to find someone who had the same problem, and even less it is solved!

    I ran Microsoft Security Essentials software, choose scan "Full". The software found no viruses or malware on my computer, but he did put in quarantine RealVNC (software remote access we use occasionally to work).

    I have created a screenshots of system information (to show which operating system I use), the dialogue 'create password for your account' (to show that I am logged on as administrator and to make sure that I do not have the process wrong--always possible!) and the error message "user account control panel.

    Computer info here

    I also took a screenshot of the thing that MSE found after analysis is complete on my system.

    Microsoft Security Essentials here Info

    Thank you

    Eamon

    I solved this problem!

    The problem was caused by HP - something that was installed on my laptop security manager because I bought - I never used and had no idea he was running. I discovered this when I decided to upgrade my operating system to Windows 7. I was running a tool to check if the software I had installed is compatible for the upgrade; It turns out that the HP Security Manager is not compatible with W7, and when I uninstalled it I followed a hunch that it might interfere with my account - tried by adding a password and he succeeded!

    I was also able to install Sophos and it works properly now.

    I've always upgraded to Windows 7 in the end, but it was nice to be able to solve this problem (even if it took me Age to understand!) Hope this helps someone else with a similar problem.

    Eamonlaser

  • Locking password for blackBerry Smartphones - sorry if repetitive

    Hello

    I was wondering if anyone can help, I have searched and searched, but found a few different solutions.

    My boyfriend and I both have the blackberry bold 9700, but today, it has encountered a problem.

    He had his phone in his pocket, while we were in the middle of texting he locked his phone using the locking password and then when he went to read the message I sent him it would not unblock him his phone.

    He has never even changed the password or all parameters - don't really know how. I put his phone for him etc.

    He's on his attempt to 9/10 the password, tried to use the ALT key and what other advisde forums, but this has not helped the situation.

    Is there something else?

    It's pathetic if he will lose his contacts, as he never changed the password. (and no backup at all).

    All contacts are saved in the sim card if they stay? Help, please!

    Thank you.

    HI and welcome to the Forums!

    While that unfortunate, it seems that you have already read and tried all possible combinations to get the password entered correctly. Only the configured password will work... There is no 'master' password or 'backdoor' to unlock BB. With only an attempt on the left, there is virtually no hope of success. One thing that might have tried was to attach to a PC... If you know how to enter the password correctly on the PC keyboard, which would have reset the counter... but, once again, with one shot left...

    Since you say that there is no backup, then all personal information, including contacts, will be conscientiously deleted. According to me, which will also include those on the SIM card.

    Best.

  • reset password for user profile

    someone hacked my password of user profile and I can't reset it. can someone offer me an efficient way to solve this problem?

    Here you go:
    1. Set your BIOS so that it uses the DVD drive as its primary boot device.
    2. Start the computer with your Windows 7 repair CD.
    3. Press a key when prompted to boot from the DVD.
    4. Select 'PC Repair' in the menu.
    5. Select 'Repair' when prompted.
    6. When you are prompted, select System Restore.
    7. Configure Windows to a point before the machine hacked.
    8. Plan ahead a little and create, test and document an alternative admin account, same as you have a spare emergency House key. If you now then you might solve your problem in less than a minute.

Maybe you are looking for

  • How can I open the new menu of Firefox (orange) via the keyboard?

    Its not listed in the keyboard shortcuts page! This page includes also Alt + F10, which is no longer, does nothing.

  • Time lapse with the Camileo P10 or Camileo Pro HD

    Hello I have two of these cameras and I understand this time photography is possible with them? I've certainly seen some footage on youtube that are supposed to be done with the P10. I've been through the menu on both and I don't see how it's done! A

  • H - 8 1287 c HPE: updated windows 7 does not?

    can't seem to get the windows update to work, update printers won't work, or try to download microsoft fix it won't work? sleep not to see the place on the start list? printers not updated will not work? I tried several update issues but does not? ne

  • FM tuner is missing on my Satellite A300

    Hi and Hello to all.I am new to this forum and am stuck on a problem. I bought my Toshiba Satellite A300 laptop about 4 months ago. Its equipped with Windows Vista (32 bit). Its model number is "PSAGCA-0C301N". The specs of this particular model, say

  • Windows live mail smtp setting comcast

    Two weeks ago my Windows 7 Live Email simply stopped sending mail.  I know all about Port 25 questions and change the settings in 587.  I spent two hours in an online chat with a Comcast technician and we never had it going.  The tech said that 586 a