0% found this document useful (0 votes)
42 views

NetworkChuck 40Windows Commands

The document lists 40 Windows commands as noted from a Network Chuck YouTube video, providing brief explanations for each command. Key commands include 'ipconfig' for IP details, 'nslookup' for DNS resolution, and 'powercfg /energy' for power efficiency reports. The notes aim to assist users in utilizing these commands effectively.

Uploaded by

bellieslike
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
42 views

NetworkChuck 40Windows Commands

The document lists 40 Windows commands as noted from a Network Chuck YouTube video, providing brief explanations for each command. Key commands include 'ipconfig' for IP details, 'nslookup' for DNS resolution, and 'powercfg /energy' for power efficiency reports. The notes aim to assist users in utilizing these commands effectively.

Uploaded by

bellieslike
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

==> 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

You might also like