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

About Basic Networking Topology

           Basic Networking Topology This article describes common topologies used for networking. These are a very basic examples, and large networks often use a combination of two or more topologies. Introduction The term "topology" is used to describe the infrastructure of a network. It is a basic map or scheme of how the network is constructed. Viewing the topology of a network is a lot like looking at the map of city. You can see the central points or landmarks. Popular points of the cities are usually surrounded by a dense population of residents. The same is true for computer networks. The popular points (usually servers) are surrounded by residents (client machines) that connect to the server. If you read a networking book about topology, they will probably cover the physical types of topologies like star, ring, bus, and mesh. While these were all commonly used topologies at one point in time, star...

How to Block Unwanted Websites Using HOSTS FILE and hack HOST file

Block or Redirect Unwanted Websites Using HOSTS File The hosts file is one of the interesting and useful feature of both Windows and Linux operating systems that provides many handy options in addressing network nodes. For instance, you can use the hosts file to block annoying ads, pop-ups, banners, porn sites, or even redirect one website to another . In this post I will show you how to play around with the hosts file to accomplish some of the above mentioned jobs.  Let's take some knowledge about host file. What is a hosts File? The hosts file is just like any other computer file that is used by the operating system to map hostnames and domain names on to their corresponding IP addresses . In other words, when you type “google.com” on your browser’s address bar, your computer will look for the hosts file to see if it contains the corresponding IP address for the domain name you typed (google.com). In case if no entry is present i...

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 . ...