Skip to main content

Posts

Showing posts from October, 2018

What is IP and NK in earphone ?

IP stands for IPHONE and NK stands for NOKIA .   Both companies connect different part of earphone to different conductor point. Although, other companies too follow one of the two connecting methods, but Apple and Nokia was where it all started. Thank you....

How to change your pc's password without knowing old or current password ?

The password forgoting is very common problem of most of people and i think may be you also had face this type of problem at least once. So i am giving a simple and very easy way to change the password of your computer using CMD.     1) Open an Administrator Command Prompt by clicking on Start or pressing the Win key and  typing  cmd , then hold Ctrl+Shift and press Enter. Or right click on Start and choose Command Prompt (Admin) for Windows 8.1 or 10. 2)  Type the following command into your command prompt and press enter           net user  youruser_name  new_password          for ex. my user name is ADMIN and i wish to set my password as 12345678 then             net user ADMIN 12345678                                             ...