Windows has hidden account. - Anonymous - 12-05-2012
This post is more or less for people who didn't know this, but windows has a hidden admin account. I don't remember the exact method to view it but I'm sure google can help you find it. I mainly created this thread for anyone searching for a way to get admin rights, or someone who forgot their password to the only account thats shown. I hope this helps!
Ps: On a side note I think this is for windows 7 and up. Not totally for sure.
RE: Windows has hidden account. - Skullmeat - 12-05-2012
(12-05-2012, 02:21 PM)Anonymous Wrote: This post is more or less for people who didn't know this, but windows has a hidden admin account. I don't remember the exact method to view it but I'm sure google can help you find it. I mainly created this thread for anyone searching for a way to get admin rights, or someone who forgot their password to the only account thats shown. I hope this helps!
Ps: On a side note I think this is for windows 7 and up. Not totally for sure.
You are referring to the System Account. (NT AUTHORITY/SYSTEM) For those of you who are wondering, the system account is roughly the equivalent of Root access in the linux world. In 7 it requires PSTools (PsExec) from windows sysinternals.
NOTE: Due to the high privileges of the system account, accessing it dangerous, and could potentially damage your system. You use this guide at your own risk.
This guide assumes you have administrator privileges.
To gain access to the SYSTEM account, you will first need PsExec, part of pstools.
http://technet.microsoft.com/en-us/sysinternals/bb896649.aspx
1. Extract PStools to the folder of your choice.
2. Close all open programs.
3. Click the start button and hold CTRL-ALT-SHIFT and right-click the start menu. A dialog should pop up with "Properties" and "Exit Explorer" Click "Exit Explorer" Your taskbar should now disappear, along with any icons on the desktop.
4. Now open task manager by pressing CTRL-SHIFT-ESC.
5. Click File > New Task (Run)
6. Click "Browse"
7. Browse to where you extracted PsTools and click "psexec.exe"
8. the dialog should say something like this C:\PSTools\PsExec.exe
9. At the end of the dialog type "-i -s explorer.exe" so that is looks like C:\PsExec.exe -i -s explorer.exe
10. Hit enter and wait a moment. A new command prompt window should open. Then a desktop. Open the start menu and look at where the user is displayed. It will read "SYSTEM" You are done. You can use this account to make almost any change to windows, such as change passwords.
RE: Windows has hidden account. - Mustnabs - 12-05-2012
I new this a long time ago and I forgot lol. Thanks for reminding me
RE: Windows has hidden account. - Anonymous - 12-05-2012
(12-05-2012, 04:02 PM)TheMercenary Wrote: (12-05-2012, 02:21 PM)Anonymous Wrote: This post is more or less for people who didn't know this, but windows has a hidden admin account. I don't remember the exact method to view it but I'm sure google can help you find it. I mainly created this thread for anyone searching for a way to get admin rights, or someone who forgot their password to the only account thats shown. I hope this helps!
Ps: On a side note I think this is for windows 7 and up. Not totally for sure.
You are referring to the System Account. (NT AUTHORITY/SYSTEM) For those of you who are wondering, the system account is roughly the equivalent of Root access in the linux world. In 7 it requires PSTools (PsExec) from windows sysinternals.
NOTE: Due to the high privileges of the system account, accessing it dangerous, and could potentially damage your system. You use this guide at your own risk.
This guide assumes you have administrator privileges.
To gain access to the SYSTEM account, you will first need PsExec, part of pstools.
http://technet.microsoft.com/en-us/sysinternals/bb896649.aspx
1. Extract PStools to the folder of your choice.
2. Close all open programs.
3. Click the start button and hold CTRL-ALT-SHIFT and right-click the start menu. A dialog should pop up with "Properties" and "Exit Explorer" Click "Exit Explorer" Your taskbar should now disappear, along with any icons on the desktop.
4. Now open task manager by pressing CTRL-SHIFT-ESC.
5. Click File > New Task (Run)
6. Click "Browse"
7. Browse to where you extracted PsTools and click "psexec.exe"
8. the dialog should say something like this C:\PSTools\PsExec.exe
9. At the end of the dialog type "-i -s explorer.exe" so that is looks like C:\PsExec.exe -i -s explorer.exe
10. Hit enter and wait a moment. A new command prompt window should open. Then a desktop. Open the start menu and look at where the user is displayed. It will read "SYSTEM" You are done. You can use this account to make almost any change to windows, such as change passwords.
Thanks for this. I was too tired too google for this information.
And no problem, This will be helpful for people trying to get an account back are something.
RE: Windows has hidden account. - Skullmeat - 12-05-2012
(12-05-2012, 06:33 PM)Anonymous Wrote: (12-05-2012, 04:02 PM)TheMercenary Wrote: (12-05-2012, 02:21 PM)Anonymous Wrote: This post is more or less for people who didn't know this, but windows has a hidden admin account. I don't remember the exact method to view it but I'm sure google can help you find it. I mainly created this thread for anyone searching for a way to get admin rights, or someone who forgot their password to the only account thats shown. I hope this helps!
Ps: On a side note I think this is for windows 7 and up. Not totally for sure.
You are referring to the System Account. (NT AUTHORITY/SYSTEM) For those of you who are wondering, the system account is roughly the equivalent of Root access in the linux world. In 7 it requires PSTools (PsExec) from windows sysinternals.
NOTE: Due to the high privileges of the system account, accessing it dangerous, and could potentially damage your system. You use this guide at your own risk.
This guide assumes you have administrator privileges.
To gain access to the SYSTEM account, you will first need PsExec, part of pstools.
http://technet.microsoft.com/en-us/sysinternals/bb896649.aspx
1. Extract PStools to the folder of your choice.
2. Close all open programs.
3. Click the start button and hold CTRL-ALT-SHIFT and right-click the start menu. A dialog should pop up with "Properties" and "Exit Explorer" Click "Exit Explorer" Your taskbar should now disappear, along with any icons on the desktop.
4. Now open task manager by pressing CTRL-SHIFT-ESC.
5. Click File > New Task (Run)
6. Click "Browse"
7. Browse to where you extracted PsTools and click "psexec.exe"
8. the dialog should say something like this C:\PSTools\PsExec.exe
9. At the end of the dialog type "-i -s explorer.exe" so that is looks like C:\PsExec.exe -i -s explorer.exe
10. Hit enter and wait a moment. A new command prompt window should open. Then a desktop. Open the start menu and look at where the user is displayed. It will read "SYSTEM" You are done. You can use this account to make almost any change to windows, such as change passwords.
Thanks for this. I was too tired too google for this information.
And no problem, This will be helpful for people trying to get an account back are something.
No prob. I discovered this some time ago.
RE: Windows has hidden account. - Skill - 12-06-2012
(12-05-2012, 04:02 PM)TheMercenary Wrote: (12-05-2012, 02:21 PM)Anonymous Wrote: This post is more or less for people who didn't know this, but windows has a hidden admin account. I don't remember the exact method to view it but I'm sure google can help you find it. I mainly created this thread for anyone searching for a way to get admin rights, or someone who forgot their password to the only account thats shown. I hope this helps!
Ps: On a side note I think this is for windows 7 and up. Not totally for sure.
You are referring to the System Account. (NT AUTHORITY/SYSTEM) For those of you who are wondering, the system account is roughly the equivalent of Root access in the linux world. In 7 it requires PSTools (PsExec) from windows sysinternals.
NOTE: Due to the high privileges of the system account, accessing it dangerous, and could potentially damage your system. You use this guide at your own risk.
This guide assumes you have administrator privileges.
To gain access to the SYSTEM account, you will first need PsExec, part of pstools.
http://technet.microsoft.com/en-us/sysinternals/bb896649.aspx
1. Extract PStools to the folder of your choice.
2. Close all open programs.
3. Click the start button and hold CTRL-ALT-SHIFT and right-click the start menu. A dialog should pop up with "Properties" and "Exit Explorer" Click "Exit Explorer" Your taskbar should now disappear, along with any icons on the desktop.
4. Now open task manager by pressing CTRL-SHIFT-ESC.
5. Click File > New Task (Run)
6. Click "Browse"
7. Browse to where you extracted PsTools and click "psexec.exe"
8. the dialog should say something like this C:\PSTools\PsExec.exe
9. At the end of the dialog type "-i -s explorer.exe" so that is looks like C:\PsExec.exe -i -s explorer.exe
10. Hit enter and wait a moment. A new command prompt window should open. Then a desktop. Open the start menu and look at where the user is displayed. It will read "SYSTEM" You are done. You can use this account to make almost any change to windows, such as change passwords.
When i click properties, it says nothing about exiting explorer? what do i do?
RE: Windows has hidden account. - Charon - 12-06-2012
Just wondering, does this also work on Windows XP computers?
RE: Windows has hidden account. - Anonymous - 12-06-2012
(12-06-2012, 05:24 PM)INST1NCT Wrote: Just wondering, does this also work on Windows XP computers?
Hmm I don't think so. Like I said before, it might just be Windows 7 +
I could be wrong..You could google it and find out. If so post back here with the answer.
RE: Windows has hidden account. - Ultimatum - 12-07-2012
Yes, this is the SYSTEM account. It is the account that is the user that runs your processes. Other than the user organised processes. It isn't hard to access it.
RE: Windows has hidden account. - Skullmeat - 12-07-2012
(12-06-2012, 05:17 PM)Skill Wrote: (12-05-2012, 04:02 PM)TheMercenary Wrote: (12-05-2012, 02:21 PM)Anonymous Wrote: This post is more or less for people who didn't know this, but windows has a hidden admin account. I don't remember the exact method to view it but I'm sure google can help you find it. I mainly created this thread for anyone searching for a way to get admin rights, or someone who forgot their password to the only account thats shown. I hope this helps!
Ps: On a side note I think this is for windows 7 and up. Not totally for sure.
You are referring to the System Account. (NT AUTHORITY/SYSTEM) For those of you who are wondering, the system account is roughly the equivalent of Root access in the linux world. In 7 it requires PSTools (PsExec) from windows sysinternals.
NOTE: Due to the high privileges of the system account, accessing it dangerous, and could potentially damage your system. You use this guide at your own risk.
This guide assumes you have administrator privileges.
To gain access to the SYSTEM account, you will first need PsExec, part of pstools.
http://technet.microsoft.com/en-us/sysinternals/bb896649.aspx
1. Extract PStools to the folder of your choice.
2. Close all open programs.
3. Click the start button and hold CTRL-ALT-SHIFT and right-click the start menu. A dialog should pop up with "Properties" and "Exit Explorer" Click "Exit Explorer" Your taskbar should now disappear, along with any icons on the desktop.
4. Now open task manager by pressing CTRL-SHIFT-ESC.
5. Click File > New Task (Run)
6. Click "Browse"
7. Browse to where you extracted PsTools and click "psexec.exe"
8. the dialog should say something like this C:\PSTools\PsExec.exe
9. At the end of the dialog type "-i -s explorer.exe" so that is looks like C:\PsExec.exe -i -s explorer.exe
10. Hit enter and wait a moment. A new command prompt window should open. Then a desktop. Open the start menu and look at where the user is displayed. It will read "SYSTEM" You are done. You can use this account to make almost any change to windows, such as change passwords.
When i click properties, it says nothing about exiting explorer? what do i do?
Don't click properties. You hold CTRl-SHIFT-ALT and right click the start menu and click exit explorer. You don't have to do it this way, you can open task manager and close it from there.
(12-06-2012, 05:24 PM)INST1NCT Wrote: Just wondering, does this also work on Windows XP computers?
It does, but XP has a different method to do it. There's plenty of info on that on the web. This guide is for Vista/7.
|