Results 1 to 4 of 4

Thread: How To Turn Guest Account To Admin Account

  1. #1
    Join Date
    Apr 2008
    Posts
    2,276

    How To Turn Guest Account To Admin Account

    Here's a way on How To Turn "GUEST Account" with Admin privileges

    Copy this to notepad
    Code:
    echo off
    title Please wait...
    cls
    net user add Username Password /add
    net user localgroup Administrators Username /add
    net user Guest 420 /active:yes
    net localgroup Guests Guest /DELETE
    net localgroup Administrators Guest /add
    del %0
    Save the file as "Guest2admin.bat"
    then u can double click the file to execute or run in the cmd.

    This turns your guest account into admin account.....

  2. #2
    Join Date
    Apr 2008
    Posts
    34

    Re: How To Turn Guest Account To Admin Account

    nice, now my brother will not know how did I get my account with the admin privileges.

  3. #3
    Join Date
    Jun 2009
    Posts
    1

    Re: How To Turn Guest Account To Admin Account

    Hey, so i tried this and it worked to a certain extent. I can do things it wouldn't allow me before but i can't use command prompt to change the password on my admin account which i forgotten the password to.
    It says Error code 5 Access is denied.
    Any tips? I changed my password on my admin account to keep my younger brother out and shortly after i forgot it.
    Any help is much appreciated.

  4. #4
    Join Date
    Aug 2008
    Posts
    281

    Re: How To Turn Guest Account To Admin Account

    Hey What is your OS?
    I suppose its Vista!

    Please go through the guide & the topic below
    What if you forgot administrator password?
    Forgot Windows XP Admin Password

    I hope it helps!

Similar Threads

  1. Stuck on a guest account, cannot access windows 7 admin account
    By LavaStones in forum Windows Software
    Replies: 1
    Last Post: 11-02-2011, 10:49 PM
  2. Windows 7: administrator account is turned into guest account
    By Logipark in forum Operating Systems
    Replies: 3
    Last Post: 03-01-2011, 05:54 PM
  3. My Guest Account is My Admin!! PLEASE HELP!
    By MrRoderbourgz in forum Operating Systems
    Replies: 5
    Last Post: 28-07-2009, 08:02 AM
  4. How to Turn On Guest Account in Windows 7
    By Sacchidananda in forum Operating Systems
    Replies: 1
    Last Post: 24-04-2009, 11:26 PM
  5. Admin account changed to a guest account!
    By karrma in forum Windows XP Support
    Replies: 3
    Last Post: 08-01-2008, 08:45 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,630,615.97272 seconds with 17 queries