Monday, January 29, 2018

CMD to hide partion hdd from explorer

Type below commands in cmd

diskpart
list disk
sel disk *
list volume
sel volume *
remove letter **
To Reassign type : assign letter **
* represents the number
** represents the Drive letter

To Encrypt files via Command prompt

Go to location and type below command

C:\Users\Desktop\New folder>CIPHER /E

cipher commands

    /D        Decrypts the specified files or directories.
    /E        Encrypts the specified files or directories. Directories will be
              marked so that files added afterward will be encrypted. The
              encrypted file could become decrypted when it is modified if the
              parent directory is not encrypted. It is recommended that you
              encrypt the file and the parent directory.

Advantages is :  other login users cant access and not accessible in other systems too.
    

Windows Command to know Wifi Password of already connected wifi device.

Type below commands in administrative mode in cmd:

   netsh wlan show profile

        will show already connected devices.

then

  netsh wlan show profile ***** key=clear

change ***** from 1st command value