If you are a computer user and you have an interest in hacking or you think yourself as a computer expert than following CMD commands should familiar with you, if you are not familiar with these following commands then go through it.
1)Changing your pc or laptop password without knowing the current one:- To change the password of your pc or laptop without knowing the current password just open the command prompt run as an administrator.
Once you open the command prompt run as an administrator just type "net user" and press enter, you will get the following interface.
Once again you have to type "net user" space and the system name, so my system name is "win" you can see in the above image, after typing net user win(system name) enter the new password and press enter your system password will get changed. For example, net user win 12345.
2)Details about your system like IP Address etc:-
Open the command prompt and just type "ipconfig" and press enter you will get details about your system like IP Address, DNS Server, etc
Here you can see but I am hiding my system details for privacy.
3)Wifi Password of Connected Device:- If you want
to know the wifi password about the device which is connected to your system, the device can be anything like Smartphone, Wifi, etc for that open command prompt and just type "netsh wlan show profile connected device name key=clear" as shown below.
So whatever comes in front of key content as shown in the above image that will be the password of the connected device to your computer.
4)IP Address of Website:- If I told you whats the IP Address of Instagram or any other website it will be a little complicated to you but you can find the IP Address of any website using Command Prompt, Open command Prompt and just type "ping website_name.com/in".
5)Creating a New Folder:- Everyone knows how to create a new folder in your system but you can do this using command prompt which actually looks cool for you, Open your command prompt and type "cd desktop" press enter and again you type "mkdir folder_name" as shown below.
1)Changing your pc or laptop password without knowing the current one:- To change the password of your pc or laptop without knowing the current password just open the command prompt run as an administrator.
Once you open the command prompt run as an administrator just type "net user" and press enter, you will get the following interface.
Once again you have to type "net user" space and the system name, so my system name is "win" you can see in the above image, after typing net user win(system name) enter the new password and press enter your system password will get changed. For example, net user win 12345.
2)Details about your system like IP Address etc:-
Open the command prompt and just type "ipconfig" and press enter you will get details about your system like IP Address, DNS Server, etc
Here you can see but I am hiding my system details for privacy.
3)Wifi Password of Connected Device:- If you want
to know the wifi password about the device which is connected to your system, the device can be anything like Smartphone, Wifi, etc for that open command prompt and just type "netsh wlan show profile connected device name key=clear" as shown below.
4)IP Address of Website:- If I told you whats the IP Address of Instagram or any other website it will be a little complicated to you but you can find the IP Address of any website using Command Prompt, Open command Prompt and just type "ping website_name.com/in".
5)Creating a New Folder:- Everyone knows how to create a new folder in your system but you can do this using command prompt which actually looks cool for you, Open your command prompt and type "cd desktop" press enter and again you type "mkdir folder_name" as shown below.
0 Comments