How can I get access on Admin Account using [Guest Account] on windows 10? [duplicate]

Solution 1:

The following tutorial will allow you to enable the default Administrator. There are other ways to change the permission of an existing user and/or change the password of an existing Administrator. This tutorial does not cover those methods.

This tutorial assumes you know how to create an installation disk, boot to that disk, and enter WinRE, which is contained on that disk. This tutorial won't cover how to do that. This tutorial does not require access to an Administrator account. The entire purpose of this tutorial is to enable the built-in Administrator account, which by default is disabled.

Enable or Disable Built-in Administrator in Command Prompt at Boot

  1. Download the Windows 10 .ISO
  2. Within WinRE at a command prompt, type regedit, and press Enter.
  3. In the left pane of Registry Editor, click/tap on the HKEY_LOCAL_MACHINE key:
    Screenshot1
  4. Click/tap on File (menu bar), and on Load Hive:
    Screenshot2
  5. Open the drive that you have Windows 10 installed on, and browse to the location below:
    X:\Windows\System32\config
    
  6. Select the SAM file, and click/tap on Open
    Screenshot3
  7. In the Load Hive dialog, type REM_SAM, and click/tap on OK:
    Screenshot4
  8. In the left pane of Registry Editor, navigate to and open key:
    HKEY_LOCAL_MACHINE\REM_SAM\SAM\Domains\Accounts\Users\000001F4
    
    Screenshot56
  9. In the right pane of the 000001F4 key, double click/tap on the F binary value to modify it.
  10. In line 0038, change 11 to 10, click/tap on OK
    Screenshot6
  11. Close Registry Editor and the command prompt.
  12. Click/tap on Continue to startup back in Windows 10.

Source

Related Question: Where can I get a clean ISO of the Windows 10 Anniversary update?

Solution 2:

I would use another method in order to reenable a user account of a member of the Administrator group:

  1. Download an .iso file of Ubuntu and burn it to a disc.

  2. Boot from the burned disc.

  3. Click on "Try Ubuntu".

  4. Open the file manager of Ubuntu and navigate to the hard disk your Windows is installed on. Open the folder X:\Windows\System32.

  5. Copy the file utilman.exe and rename the copy to utilman.exe.bak. Copy the file cmd.exe and rename the copy to utilman.exe.

  6. Shut down Ubuntu and remove the disc of Ubuntu afterwards.

  7. Start your computer in order to boot into Windows. On the logon screen press Windows-Key and U. A command prompt running with system rights will appear. Type into the command net user name /ACTIVE:YES while replacing name with the name of an account in the Administrator group.

  8. After that reboot from the burned disc and undo your previous changes by deleting utilman.exe and renaming utilman.exe.bak to utilman.exe