Windows 10: Can't log into Windows 10 or perform admin repair functions

Discus and support Can't log into Windows 10 or perform admin repair functions in Windows 10 BSOD Crashes and Debugging to solve the problem; I'm currently beyond frustrated right now! I recently put together a new PC for my fiancée. He calls me in because it blue screened. After the... Discussion in 'Windows 10 BSOD Crashes and Debugging' started by Vanderbeam, Feb 24, 2020.

  1. Can't log into Windows 10 or perform admin repair functions


    I'm currently beyond frustrated right now!


    I recently put together a new PC for my fiancée. He calls me in because it blue screened. After the restart, the PC asks me for my password we use a PIN login, but I forgot to remove the password login function before handing it off to him. I enter the original password I had set up when setting up Windows 10 - it's wrong. Gives me the whole "That password is incorrect. Make sure you are using the password for your Microsoft account. You can always reset it at account.live.com/password/reset" error even though I know the password is correct.


    It will absolutely not allow me to do anything in the Troubleshooting menu screen. To doanything, it says "Hey, you need to sign in. Is this you? Enter your password. OH, IT'S WRONG!" It also doesn't give me the option to login with a local account even though I know one exists from when I set it up before I had my Windows 10 key.


    I've tried:

    • Safe Mode of course
    • Safe Mode with Networking
    • Logging in normally and in Safe with the Wi-Fi on and with it off gotta try everything, right?
    • Of course, tried resetting my Microsoft Account password
    • Running sfc/scannow in the Command Prompt
    • Running system repairs with my Boot USB
    • Restarting several times which I'm sure you can assume considering everything on this list requires a restart
    • The on-screen keyboard
    • Another password reset
    • Toggling the Wi-Fi as a desperate attempt to "sync" the old/new passwords
    • All old passwords even one from before I built this rig
    • No password at all
    • Pretty much every "Fix" from every article relating to the issue available online
    • Probably something else I'm forgetting


    And just so they could kick me while I was down, I even threw in the towel and decided to Reset the PC to factory settings, BUT GUESS WHAT! They need to verify me as an admin to do that! And "my password is incorrect!"


    So before I have a complete mental breakdown and wipe the partitions on the hard drive and reinstall from my boot USB, I figured I'd give the community a shot and see if anyone could lend a hand or has had this same issue before. Any help would be much appreciated.


    Thanks!

    :)
     
    Vanderbeam, Feb 24, 2020
    #1
  2. Namslas90 Win User

    admin password?

    You can reset the Admin Password using Windows XP repair; See Here for step by step.

    *Toast :toast:
     
    Namslas90, Feb 24, 2020
    #2
  3. Kursah Win User
    Repair Windows 7/8/10

    Repairing Windows 8

    Further improving on previously deployed OS repair methods, Windows 8, 8.1, Server 2012 and 2012 R2 further allowed advanced repair where an in-place upgrade or total re-install would be required on previous operating systems. In all honesty, before Windows 10 implementation, this was arguably the easiest OS to repair for a couple of years by running more basic commands.

    This has since been advanced to more closely match Windows 10/Server 2016 repairs but with the below information I hope to guide you through performing these advanced tasks more easily!

    Spoiler: Windows 8/8.1 Repair DISM

    If CHKDSK and SFC fail to repair the issues with the system, then it this is your next option and besides restoring from a previous backup might be the second-to-last option before re-installing the operating system. We will utilize DISMfor this next repair option.
    • In some instances, you won't need the OS ISO to perform the DISM image cleanup. You can attempt this on any OS from 8-10 by using the following command in elevated CLI: DISM /Online /Cleanup-Image /RestoreHealth
    • In many cases now due to some changes Microsoft made, you'll need to have a copy of the OS ISO available. The ISO will need to be a standard deployment variety that contains Install.WIM in the Sources directory, otherwise the process will fail. Once you have the correct ISO, mount it in Explorer (can do this natively on Microsoft Windows 8.0+), verify the drive letter, verify Image.WIM in the Sources directory.
      • To download a Windows 8.1 ISO from Microsoft, click here.
    • Enter the following in elevated CLI: DISM /Online /Cleanup-Image /RestoreHealth /source:WIM:X:\Sources\Install.wim:1 /LimitAccess
      • X = drive letter of mounted ISO. Change to match the appropriate drive letter.
      • Say I had the Install.WIM located in C:\Images, I would type the following command: DISM /Online /Cleanup-Image /RestoreHealth /source:WIM:C:\Images\Install.WIM:1 /LimitAccess
    The DISM scan can take a while, often times longer than an CHKDSK or SFC scan. To speed up the process, have the Image.WIM on a faster flash media or on local storage rather than disc media. This will help greatly. In many cases one or two runs of this command will repair most issues I've found with Windows 8/8.1.

    Once the DISM repair process has been found successful, or not, I will perform a reboot. If the repair was unsuccessful, this will be when I attempt a second pass. If the second pass fails, it is time to move onto the next solution.

    However, if the DISM repair passes at any point, reboot the system and then perform an SFC to confirm no further issues are found or need resolved. This step is likely overkill for those not seeking to do optional steps.

    Operating System Refresh

    It should be noted that in the event DISM fails to repair the system, then an OS refresh would be the next suggestion if the deployed that could save the user's files and OS deployment.

    This feature has been an available feature since Windows 8 launched in 2012. The biggest benefit with this option over Windows 7's in-place-upgrade is not necessarily requiring the OS installation media to perform the repair.

    If the system is an OEM, an OS refresh from the OEM partition may mean a reinstall of the OS and loss of user data but the restoration of OEM software and bloatware. But you can still choose a manual OS-only refresh without the bloatware if you take the correct steps.

    The best choice in my opinion is to run an OS refresh procedure from the advanced boot menu or you can run the installation media while in Windows to perform and Upgrade installation, this will keep your files and settings but replace Windows files and components.

    To access the advanced boot menu for Windows 8, there are a several options.
    • When choosing restart from the OS GUI, hold down SHIFT and click restart. This method will work even if you cannot log into a profile on the system which makes it very useful in some situations.
    • If logged in, access PC Settings, and click Restart Now under Advanced Startup.
    • If logged in, open a command prompt window and type shutdown /r /o /t 0 which will initiate a reboot into the advanced menu right with no delay. Without /t 0, there will be a 60-second delay. The number value after the /t is delay seconds.
    Once you've reached the advanced boot menu, choose Troubleshoot. From there you can choose to Refresh your PC, Reset your PC and Advanced Options. For this repair, we want to choose Refresh your PC. It's description reads "If your PC isn't running well, you can refresh it without losing our files." That is exactly what we want to accomplish here!

    Follow the prompts and processes, and after the refresh installation and rebooting, you should be greeted with a login screen back to your profile in your stable OS environment. At this point you should be able to use the system as intended, if in doubt then re-run the SFC and DISM scans.

    In-Place Upgrade

    If CHKDSK, SFC and DISM fail to repair the issues with the system, yet you can still boot to the Windows desktop, then the next option is to perform an in-place upgrade. This is more in-depth than an Operating System Refresh. It re-installs most of the operating system's core image and critical files without losing your profiles, data or programs, but do expect to lose some settings. In many cases this process can fix some major issues and refresh an otherwise corrupt and issue-ridden OS installation back to something stable and usable.

    Time to close the CLI windows and get back into the GUI, unless you want to deploy Windows through CLI. You'll have to source a different guide for that process!

    Requirements to perform an in-place upgrade:
    • Must have installation media that matches the installed OS version and type. This applies to both Windows and Windows Server.
    • Must be able to get to the desktop on the affected system to correctly initiate this process, booting to the media will not allow an upgrade to be performed.
    That last rule is the frustrating part of this repair process if you cannot get that far, backup what you can and do a fresh installation. Otherwise proceed.
    • Start the process by using autorun or manually running setup.exe from the installation media.
    • Windows 8/Server 2012+ can mount ISO's in Windows Explorer, you can use that instead of physical media options to perform this task.
    • You'll come to the installation window, the options will be Upgrade or Custom. Choose Upgrade. This is critical as choosing custom will force you to overwrite, append or wipe out the current install rather than performing any kind of repair.
    • Follow the on-screen prompts, which should be very few for you to interact with. The overall process looks and is the Windows install GUI. Once it is completed, the system will automatically reboot (may need to more than once).
    • After the reboot(s) after the in-place upgrade you should have a fully functional Windows without issues or corruptions.
    Performing an in-place upgrade makes sense, and gives you a stable and clean running operating system when there's an issue or corruption you just can't fix but things aren't broken enough to warrant a fresh installation. The point of this process is to refresh the Windows OS files but retain your data, programs, and settings. That is precisely what the in-place upgrade procedure accomplishes.

    I should also add that this process can be accomplished remotely as well, from start to finish. I have done so with persistent LogMeIn, ScreenConnect and Teamviewer installations on various remote systems I have performed this task on, RDP should work as well. Being able to do this level of repair remotely is a huge benefit to any sysadmins out there looking to keep a client happy and perform that "remote magic" IT guys are known for.


    **If at this point your issues are not fixed, then there is something else occurring that is causing the issue be it Malware, hardware, drivers, etc. Please refer to the OP in this thread to run through some of those tests and diagnostics, or create a new thread seeking help and stating what you've tried.**
     
    Kursah, Feb 24, 2020
    #3
  4. Can't log into Windows 10 or perform admin repair functions

    My ID Is An Admin, But I cannot perform Admin functions

    Hi Michael,

    I realize that you are unable to perform some admin functions on the pc even though you have logged in to the pc as admin. I will try to help you with this issue.

    Please answer this question to get more clarity on this issue:


    • What is the error message you get while trying to perform admin functions?

    If your current user account is not an admin account then using the built in admin account you can change the current user account into admin account. Press Windows key + X and click on Control Panel. Click on User account to see if your user account
    is set as admin or standard.

    An administrator account is a user account that lets you make changes that will affect other users. Administrators can change security settings, install software and hardware, and access all files on the computer. Administrators can also make changes
    to other user accounts.

    If your current user account is set as admin then follow these steps to disable the built in admin account.

    Press Windows + X key together on your desktop screen.


    • Click on Command Prompt (admin) to open Command Prompt.

    • Type the following command and hit Enter:

    • net user administrator /active: no (Check for the spaces).

    Once this is done the built in admin account is disabled.

    Keep us informed to help you further.
     
    Srimadhwa B, Feb 24, 2020
    #4
Thema:

Can't log into Windows 10 or perform admin repair functions

Loading...
  1. Can't log into Windows 10 or perform admin repair functions - Similar Threads - Can't log perform

  2. Windows 10 Auto Repair with No Admin

    in Windows 10 Software and Apps
    Windows 10 Auto Repair with No Admin: All options cause the computer to restart. No access to CMD, Safe Mode, Can't make any changes, and the USB boot file doesn't even get recognized. I've searched around for weeks now and I do not see a clear solution....
  3. Windows 10 Auto Repair with No Admin

    in Windows 10 Installation and Upgrade
    Windows 10 Auto Repair with No Admin: All options cause the computer to restart. No access to CMD, Safe Mode, Can't make any changes, and the USB boot file doesn't even get recognized. I've searched around for weeks now and I do not see a clear solution....
  4. Cortana can't perform basic functions.

    in Windows 10 Ask Insider
    Cortana can't perform basic functions.: I'm trying to use Cortana to open apps, set reminders and things like that. She's advertised to be able to do all of that by Microsoft. However, whenever I try to, say, open an app, I get the response "Sorry, but I'm not equipped to do that at the moment". It's either that or...
  5. Stuck in "Automatic Repair" loop, can't log in to admin account

    in Windows 10 Installation and Upgrade
    Stuck in "Automatic Repair" loop, can't log in to admin account: I'm in a perfect catch-22 here and I've scoured the internet for help but no one has the combination of problems that I do. My windows 10 tablet has gotten stuck in the "Automatic Repair" loop and restarting keeps bringing it back to the automatic repair screen. Ive tried...
  6. Can't log into admin account

    in Windows Hello & Lockscreen
    Can't log into admin account: I'm currently unable to log into the admin account on my windows 10 computer, the problem came after i tried to make a local account. I am able to log into that but in the account screen the main account has a sign in button that does not work and no option to enter a...
  7. Can't log into Admin account on W10

    in Windows Hello & Lockscreen
    Can't log into Admin account on W10: Okay, so I just bought this Laptop from Wal-Mart. When i booted it up for the first time it already had an account made called "2628". There was a password already on it, so i tried it, and the password was the same as the username. Used this computer for a couple of weeks...
  8. set as Admin but can't run some functions.

    in Windows 10 Customization
    set as Admin but can't run some functions.: my ID is set as Administrator, but I can't run CHKDSK. Any ideas what to do? https://answers.microsoft.com/en-us/windows/forum/all/set-as-admin-but-cant-run-some-functions/00db2c91-b7c3-4707-9328-876092ca5f67
  9. Windows Update Admin users can't log on

    in Windows 10 Installation and Upgrade
    Windows Update Admin users can't log on: After windows update (which took hours) admin accounts can't log on has error message that pops up on black screen after signing in saying something about locating desktop system file. My children's accounts can log on ok. Assistance appreciated thanks...
  10. can't log as admin - don't know the password for admin

    in Windows 10 Customization
    can't log as admin - don't know the password for admin: Hi, how would i be able to log as administrator in windows 10? I think i am an standard user and when i tried to change my account type it says that i need to log the user name and password of admin to make changes on the device. I don't know where to log and I don't know...