==> 40 Windows Commands By Network Chuck <==
--------------------------------------
~~~!!~~~ NOtes taken from the Network Chuck youtube video hope this stuff helps you
in someway ~~~!!~~~
How to Open :- Type powershell in the search options and it shows up.... you can
also open it with administrator permissions
Noted by :- @Archtrmntor (Hitesh sharma)
---------|
Commands |:-
---------|
1. ipconfig
# you can find the details about the ip address
2. ipconfif /all
# this will us all the details like mac address( Physical address )
3. ipconfig /all | findstr DNS
# this will filter out the DNS related query or result form the output by PIPED way
4. ipconfig /release AND ipconfig /renew
# this will drop your old ip address ( reaching out to the DNS server ) and gives
you the new fresh ip address
# keeping in mind it will refresh every single interface on our computer
# above are two different commands and should be used one by one
5. ipconfig /release "Wi-Fi"
# this will specific do the work for the "Wi-Fi" interface as above commands gives
us new ip adress
6. ipconfig /displaydns | clip
# this will copy the result to the clipboard instead of showing on the screen you
can paste the result where-ever you want
7. ipconfig /flushdns
# this will flush or delete all the Cache stored in the DNS Resolver in our system
( might important to delete study material website you visited :) :) ) //
those who study hard at night might got this
8. nslookup networkchuck.com
# this will resolve the address of the networkchuck.com
9. nslookup -type=txt networkchuck.com
# you can choose to find everytype of the record you want by the -type syntax like
txt,MX and other
10. cls
# this command helps to clear the computer terminal screen
11. getmac /v
#this will give you the all Mac-Addres you want
12. powercfg /energy
# this will give you the report of any problem in your pc related to the power
efficiency