Monday 24 March 2014

10-Windows-7-commands-should know:


1: System File Checker :
   
    sfc /scannow

2: File Signature Verification :

    sigverif

3: Driverquery :

    driverquery

    driverquery -v

    driverquery -si

4: Nslookup :

    nslookup (enter website name)

5: Ping :

    ping 192.168.1.1

6: Pathping :

    pathping 192.168.1.1

7: Ipconfig :


    ipconfig
    ipconfig /all
    ipconfig /release
    ipconfig /renew

8: Repair-bde :

    If a drive that is encrypted with BitLocker has problems.



        repair-bde <source> <destination> -rk | rp <source>

        {repair-bde c: d: -rk e:\recovery.bek

        repair-bde c: d: -rp 111111-111111-111111-111111-111111-111111}

9: Tasklist :

    tasklist
    tasklist -m
    tasklist -svc

10: Taskkill :


    taskkill -pid 4104

    taskkill -im iexplore.exe

No comments:

Post a Comment