Skip to main content

Change Windows User Password Without Knowing Current Password

You can change your windows password without knowing your current password (Yeah, that's correct). You can always create a password reset disk to reset your password but, this trick does not need that you can reset windows password without any disk or current password. I don't know why Microsoft did that but it is here.  I have tried these tricks on windows 7 and XP and they work on the both versions however I couldn't get them to work on windows 10, You can give them a go and if worked just let me know in the comment section.



Changing Administrator Password From Computer Management

  • Right click on "Computer" and select Manage.
  • Expand System tool > Local User and Group > Users.
  • Right click on the user account whose password you want to change and select "Set Password".
  • A window similar to this will open.
  • Enter the desired password twice and click on OK.
  • Notice that it does not ask for current password.

Changing Administrator Password using Command Prompt

  • Click on "Start Button" and type cmd. Hold ctrl+shift and press enter, click on yes when prompted (This will open command prompt with administration access).
  • Type the following command in the command window and hit enter:
          net user USERNAMEHERE *


  • Type the password twice and it is done.
All right guys I hope you find this trick helpful. 
And thank you for reading this article.

Comments

Popular posts from this blog

How to Fix Bluetooth not Working in Kali Linux

Hello everyone, how are you guys? Good? Cool. Quick question, Do you like our new theme? Let us know in the comments. so this article is for you if you are running Linux and your Bluetooth is not working. So I am here to help you fix that. It will be up and running in no time.

How to Flash TWRP on Samsung Galaxy Star Advance (SM-G350E)

Hi guys, I am back with another flashing guide. I had this Samsung phone lying around, so I thought about experimenting on it with custom rom. So I started searching for custom recovery, and I find out that this device is not officially supported by TWRP, but I got my hands on unofficial build of TWRP. Well I have to tell you, flashing TWRP on this device wasn't an easy task (mainly because, their isn't any simple guide available).

How to Fix Linux Boot stuck at initramfs

Last night I was using linux mint and it was working fine until I rebooted my pc and saw this And I was like What? What the hell is that? And mint wasn't booting up. So I did what we all do. Yup, Google! And I found this working solution. Now you must be wondering if there is already a solution available on the internet why the hell did you write this post? Mainly because it was all scattered around in pieces and I wanted to put it all together. Now let's fix this.