How to Reset Your Forgotten windows login Password the Easy Way Using CMD:
Forgetting your password is never any fun, but luckily there's a really easy way to reset the password.
All you need is a copy of the Windows installation disk and one simple
command line trick.
Now Resetting Your Forgotten windows Password:
Boot off the Windows disk and select the “Repair your computer” option from the lower left-hand corner.
Follow through until you get to the option to open the Command Prompt, which you'll want to select.
First you’ll want to type in the following command to backup the original sticky keys file:
copy c:\windows\system32\sethc.exe c:\
Then you’ll copy the command prompt executable (cmd.exe) over top of the sticky keys executable:
copy c:\windows\system32\cmd.exe c:\windows\system32\sethc.exe
Now you can reboot the PC.
Resetting the Password:
Once you get to the login screen, hit the Shift key 5 times, and you'll see an administrator mode command prompt.
Now to reset the password—just type the following command, replacing the username and password with the combination you want:
net user <Your Username> <New Password>
That’s all there is to it. Now you can login.
Of course, you'll probably want to put the onginal sethc.exe file back, which you can do by rebooting into the installation CD, opening the command prompt, and copying the
c:\sethc.exe file back to c:\windows\system32\sethc.exe.
I hope it will help you.
How to hide data inside JPEG image using cmd and WinRAR
1.Create a Folder and add the image you want to use to hide the data.
I have created a Folder named Illustration in E: Drive on my computer. The name of the image is image1
2.Now create a text file in this folder,type the message in it and save it.This is the text file you are going to hide in the image saved in step 1.
As shown above, I have created a text file with the name message. I have written some text in message.txt and then saved it.
3.Now compress the text file, not the image file. Using WinRAR, you can compress the text file by right clicking on it and then clicking on "Add to filename.rar"
As shown in above images, a compressed file is created with name message.rar
4.Now open cmd and navigate to the folder you are working in.
After you have done this,type the following in cmd
copy /b image1.jpg + message.rar image2.jpg
and hit Enter.
image1 is the original file and image2 is the name of the file which will contain the hidden data.
7. Now see the folder you are working in.
You will see 2 JPEG image files. image1 is ordinary JPEG file and image 2 is the JPEG file with data hidden in it.
CONGRATULATIONS!! You have successfully hidden data inside a JPEG file..
And there is hardly any difference between the size of original image and image with data hidden.This is because the hidden data is a text file of 1 KB.
Now to access the hidden data
1.Open WinRAR on your computer.
2.Click on File from Menu bar and then click on Open Archive
3.Now open the image with data hidden in it by navigating to the folder.
Remember to make the file type "All files" as shown above as it is a JPEG file.
4.You will see the text file you had hidden previously
5. Now open the text file
So this is how you can hide data in a JPEG file.
I hope this helps.
color a (any letter would do) this command changes the color on cmd.
netsh wlan show networks- this command show visible networks in your area
netstat- This allows you to get access to any ip address; local and foreign
shutdown -i - This allows you to shutdown anyone's computer with the use of an ip address. Be careful this is considered illegal in some countries because it allows you to shutdown ANY computer in the world.
Slmgr -rearm -This command restores your computer to an earlier time. It can also be used to make Windows genuine temporarily.
tracert (include website) - This command allows you to access any site blocked by a firewall. For example school computer block sites like Facebook. eg: tracert facebook . com(without the spaces in the URL. I just did that so it wouldn't provide a link) After that copy the Ip Address for the site and enter it into the browser. The only downside to this is, using this method will give you the site, but it wouldn't come up as the normal view. It will show the codes and the logo and pictures won't be available.
netsh wlan show profile (network name) key=clear - This command will view the password of any network that you are ALREADY connected to...I know...what a bummer.
netsh wlan show all- This command shows everything about the listed networks
cls- This command clears cmd
So hope you guys enjoyed this stuff.