Thread: [Vista] Unlock Hidden Account that has no UAC

Results 1 to 5 of 5
  1. #1 [Vista] Unlock Hidden Account that has no UAC 
    KNOWLEDGE IS POWER

    OG KingFox's Avatar
    Join Date
    Dec 2006
    Age
    33
    Posts
    1,683
    Thanks given
    628
    Thanks received
    1,062
    Rep Power
    750
    Yes, this can be risky, but if you want to ignore annoying confirmation messages then this is it. This account has FULL authority over the entire PC and you can do whatever however without confirmation messages constantly popping up.

    Please, if this post is not allowed, please remove it.

    There are two ways of doing this.

    1.) making two batch files to easily enable/disable the account
    2.) opening a CMD and entering it manually.


    IMPORTANT DISCLAIMER
    First, All windows computers come with a hidden administrator account that has ultimate full access over everything on the computer, with UAC disabled on everything. One of the risks you take of this is potentially doing something you dont want done (ie. deleting system files). I dont have full knowledge over the purpose of this account, but I'm sure its just to have full access to your PC for specific reason.

    Anyone that does harm to their own PC is their fault, and not mine. I warned that there will be no UAC confirmation messages upon doing ANYTHING.



    Okay, now thats out of the way, if you want to do part 1, just open a notepad and insert this. Save it as Active Admin.bat:

    Code:
    @echo off
    title Activate Secret Admin
    net user administrator /active:yes
    This will activate the Administrator account. To disable this quickly (for lets say, security reasons or other, just make another batch and name it Deactivate Admin.bat

    Code:
    @echo off
    title Activate Secret Admin
    net user administrator /active:no

    The second option is easy, but takes longer to activate/deactivate.
    Just open a cmd prompt and type in
    net user administrator /active:no <--- deactivate
    net user administrator /active:yes <--- activate



    If this has ever been posted, sorry. I use Vista and this was a pain in my ass. So i Posted in hopes this might help someone.

    Attached image
    Reply With Quote  
     

  2. #2  
    Registered Member
    bracket's Avatar
    Join Date
    Aug 2009
    Posts
    5,278
    Thanks given
    1,059
    Thanks received
    1,465
    Rep Power
    5000
    Why would you still use Vista, its bad..
    Reply With Quote  
     

  3. #3  
    KNOWLEDGE IS POWER

    OG KingFox's Avatar
    Join Date
    Dec 2006
    Age
    33
    Posts
    1,683
    Thanks given
    628
    Thanks received
    1,062
    Rep Power
    750
    because i dont like Windows 7. And my Vista is stable. It's modified >.>

    Attached image
    Reply With Quote  
     

  4. #4  
    Donator


    Join Date
    Mar 2011
    Posts
    2,350
    Thanks given
    1,193
    Thanks received
    824
    Rep Power
    856
    What about for mac
    Reply With Quote  
     

  5. #5  
    KNOWLEDGE IS POWER

    OG KingFox's Avatar
    Join Date
    Dec 2006
    Age
    33
    Posts
    1,683
    Thanks given
    628
    Thanks received
    1,062
    Rep Power
    750
    Lol, might do some research for that. Im also gonna post some other things for Vista that Windows has hidden, such as:

    Hidden Custom Font Creator

    and a few other things, like Virus and Malware removal software.

    Attached image
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Hidden Boot Screen In Vista? Heres How!
    By Ian... in forum Software
    Replies: 4
    Last Post: 06-22-2009, 05:41 PM
  2. Disabling UAC
    By Patawic in forum Software
    Replies: 0
    Last Post: 01-15-2009, 10:30 AM
  3. How To Disable User Account Control In Vista
    By Vegeta in forum Software
    Replies: 1
    Last Post: 06-23-2008, 10:16 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •