5 Important Computer Tricks Every Computer User Must Know
1.Change password without knowing previous pssword| Change password without using control pannel / Settings
> First open command prompt in administrator mode
>Type command net user and hit enter
> Again type command net user name password and hit enter
Your password has been successfully changed
2. Hide any folder without using any software| How to view hidden folders?
>First Right click on folder that you want to hide .
>Open properties and fill the hidden box
> Click on apply and then ok
5.Create a bootable pendrive for windows using CMD
> First connect pendrive which you want to make bootable
> Open CMD
>Type command diskpart and hit enter and Give permission to Yes
>Again type command list disk and hit Enter
A list of disk appear
>Type command select disk your pendrive no.(identify by pendrive size )
>Type command clean
>type command create partition primary
>Type command select partition 1
> Type command active
> Type command format fs = ntfs quick
>Close cmd and copy the windows set up in the pendrive