30 Windows Commands you CAN’T live without_ci

CMD 2 copy

copy /b image.extension+folder.zip image.extension

I’ll take all my images and my journal and send them to a zip folder.

And then with the copy command I can hide the zip file inside a photo of a Kitten.

30 Windows Commands you CAN’T live without_ci_02

30 Windows Commands you CAN’T live without_.net_03

It’s just a photo to you. It’s a safe with all your stuff , With this command , We can encrypt every file in that folder so that no one can even open it.

30 Windows Commands you CAN’T live without_cmd_04

30 Windows Commands you CAN’T live without_ci_05

CMD 3 cipher /E

In every file encrypted.

30 Windows Commands you CAN’T live without_ci_06

CMD 4 attrib +h +s +r foldername

we can hide our folders from everyone like this folder here with all my secrets.

30 Windows Commands you CAN’T live without_ide_07

CMD 5 netsh wlan show profile

This command will show you every WIFI network you’ve ever connected to.

netsh wlan show profile wifinetwork key=clear | findstr “Key Content”

30 Windows Commands you CAN’T live without_cmd_08

If you wanna see all WIFI passwords for everything you have stored this crazy command , this one-liner will send you all of them.

too long , look in the description

30 Windows Commands you CAN’T live without_ci_09

CMD 6

too long , look in the description.

30 Windows Commands you CAN’T live without_ide_10

CMD 7 create a batch file

create a batch file

30 Windows Commands you CAN’T live without_.net_11

file save as all files and we’ll call it wifi dot bat.

30 Windows Commands you CAN’T live without_.net_12

CMD 8 systeminfo

systeminfo

This is a quick way to find out all the info on your system.

30 Windows Commands you CAN’T live without_Powershell_13

CMD 9 scp

scp file.txt root@serverip:~/file.txt

30 Windows Commands you CAN’T live without_ci_14

CMD 10

type in ‘cmd’ in explorer

30 Windows Commands you CAN’T live without_.net_15

CMD 11

reverse it

I can also do it in reverse where I’m at right now in the command prompt.

30 Windows Commands you CAN’T live without_ci_16

CMD 12a

subst q: c:\filelocation

Did you know you can map any folder on your system as a mounted tribes?

30 Windows Commands you CAN’T live without_ide_17

CMD 12b

subst /d q:

30 Windows Commands you CAN’T live without_cmd_18

CMD 13 color

color 07 {background:text}

30 Windows Commands you CAN’T live without_ide_19

CMD 14a

prompt {text}$ G

30 Windows Commands you CAN’T live without_Powershell_20

Now that’s how you have a prompt right there.

CMD 14b

reset by just typing in prompt

30 Windows Commands you CAN’T live without_ci_21

CMD 15 title

title {stuff}

30 Windows Commands you CAN’T live without_Powershell_22

CMD 16 curl

curl wttr.in/location

30 Windows Commands you CAN’T live without_cmd_23

30 Windows Commands you CAN’T live without_cmd_24

CMD 17

curl – head – location “https://ntck.co/itprotv”

You can actually unor shorten links , see where it goes before you open it.

30 Windows Commands you CAN’T live without_.net_25

CMD 18

curl -IsL http://networkchuck.com | findstr ^Location

You can also check these status of a website to see if it’s up.

30 Windows Commands you CAN’T live without_Powershell_26

CMD 19

curl checkip.amazonaws.com

What’s your public IP address ?

30 Windows Commands you CAN’T live without_.net_27

CMD 20

curl qrenco.de/https://networkchuck.coffee

You can use curl from your command prompt to create a QR code type in curl.

30 Windows Commands you CAN’T live without_ide_28

CMD 21a

YOUTUBE: curl -s https://decapi.me/youtube/latest_video?user=networkchuck

30 Windows Commands you CAN’T live without_Powershell_29

CMD 21b

TWITTER:curl -s https://decapi.me/twitter/latest?name=networkchuck

30 Windows Commands you CAN’T live without_.net_30

CMD 22

curl dict.org/d:website

A few more you can define a word dictionary right in command.

30 Windows Commands you CAN’T live without_.net_31

CMD 23 GPT

too long , check description.

Now did you know you can use that GPT from the command line?

30 Windows Commands you CAN’T live without_ci_32

CMD 25

start networkchuck.com

You can open a website right from your terminal.

CMD 26a

del /q /f /s %temp%\*

30 Windows Commands you CAN’T live without_.net_33

30 Windows Commands you CAN’T live without_.net_34

30 Windows Commands you CAN’T live without_.net_35

CMD 26b

del /s /q C:\Windows\temp\*

With these two commands , You can delete all the temporary files to save some space if you’re running.

CMD 27 telnet

telnet telehack.com

30 Windows Commands you CAN’T live without_ci_36

30 Windows Commands you CAN’T live without_cmd_37

30 Windows Commands you CAN’T live without_ci_38

30 Windows Commands you CAN’T live without_.net_39

Now pick your po , like maybe you wanna watch Star Wars and your terminal.

30 Windows Commands you CAN’T live without_ide_40

30 Windows Commands you CAN’T live without_ci_41

30 Windows Commands you CAN’T live without_Powershell_42

CMD 28 F1 - F9

CMD 29 doskey

doskey /history

Now to get a proper list of all your commands printed out.

30 Windows Commands you CAN’T live without_.net_43

CMD 30 windows terminal

Use windows terminal

CMD 31

drag and drop files to the terminal

For example , maybe you’re trying to use secure copy to copy a file ,

CMD 32

shift-right click on folder , select terminal

CMD 33

help

CMD 34

Use powershell to really be amazing.