15 Command Prompt Secrets and Tricks in Windows

  Рет қаралды 1,617,380

ThioJoe

ThioJoe

Күн бұрын

Пікірлер: 1 400
@Ali107
@Ali107 6 жыл бұрын
I changed the text to light green. Hacker voice: *I'M IN!*
@freestyler589
@freestyler589 6 жыл бұрын
Ali107 good ol' color 0a
@diamondminer81
@diamondminer81 6 жыл бұрын
I did this in my school's coding club
@EnderDaKoolGuyOfficial
@EnderDaKoolGuyOfficial 6 жыл бұрын
wow hackerman ! that is so epic !
@Architector_4
@Architector_4 6 жыл бұрын
Look up a Linux application called cmatrix here on KZbin. It's that times a million.
@theworldoverheavan560
@theworldoverheavan560 6 жыл бұрын
lol
@MZZenyl
@MZZenyl 6 жыл бұрын
How to fix CMD: - Close the CMD window - Start up PowerShell instead
@RealParadoxed
@RealParadoxed 6 жыл бұрын
This comment was made by Windows Powershell gang.
@MZZenyl
@MZZenyl 6 жыл бұрын
@MCKing45TheHero Arch or noob.
@hi_anty
@hi_anty 6 жыл бұрын
I honestly hate Linux. Powershell is decent I admit, but I prefer Command Prompt.
@freestyler589
@freestyler589 6 жыл бұрын
Powershell and CMD are great
@CatFace8885
@CatFace8885 6 жыл бұрын
Powershell is a lot more bloated and slow than command shells on Unix and Unix-like operating systems. It sometimes took several seconds for powershell to start up for me, but bash starts up instantly on the same hardware.
@brunocamposquenaoeoyoutuber
@brunocamposquenaoeoyoutuber 2 жыл бұрын
6:33 You can actually just use one. Example: "prompt a & title b & start calc" It will set the prompt to a and title to b, and start the calculator. 7:49 Actually, it will place the file on the folder the command prompt is being executed.
@ThioJoe
@ThioJoe 6 жыл бұрын
Don't tell anyone
@eplozo7483
@eplozo7483 6 жыл бұрын
k.
@porp9874
@porp9874 6 жыл бұрын
Hey dad
@callumdisney
@callumdisney 6 жыл бұрын
ThioJoe I wont
@RednOtherStuff
@RednOtherStuff 6 жыл бұрын
I'm going to tell Joe.
@omardesigns15
@omardesigns15 6 жыл бұрын
I wont Except the 2.1 m subscribers
@bernhardvaland4758
@bernhardvaland4758 5 жыл бұрын
Roses are red my screen is blue i think i just deleted system32
@umarplayz5208
@umarplayz5208 5 жыл бұрын
wooooooooooooooow lol
@Jake-yv9mo
@Jake-yv9mo 5 жыл бұрын
Bernhard Vlanad fooooooooolllllllllll
@Jake-yv9mo
@Jake-yv9mo 5 жыл бұрын
Fool
@dabsplayz9889
@dabsplayz9889 5 жыл бұрын
LOLL
@DaltonHBrown
@DaltonHBrown 5 жыл бұрын
f
@poprivest4715
@poprivest4715 3 жыл бұрын
i've been using cmd prompt (and DOS at the time) for almost 25 years and i still learned some stuff in here. Great content!
@CulturalToast
@CulturalToast 4 жыл бұрын
Quick Tip: Everytime you are changing something in the registry, save a copy of everything at the start so when you mess up you will just load the backup instead of having to reset your windows.
@Love_And_Relationship_Facts
@Love_And_Relationship_Facts 3 жыл бұрын
nice name
@Househoppper
@Househoppper 3 жыл бұрын
Or you could just run a VM, make a .reg backup file in there, transfer it to your main pc, and run it
@useruseruser40
@useruseruser40 2 жыл бұрын
@@Househoppper why would you you can just export the registry on your own computer
@markw208
@markw208 2 жыл бұрын
VERY important, caca happens
@user-vn7ce5ig1z
@user-vn7ce5ig1z 6 жыл бұрын
You can also use just one ampersand. Using one ampersand will run the second command after the first has finished no matter what; using two will run the second command only if the first command succeeded (didn't return an error code).
@Jsheng007
@Jsheng007 6 жыл бұрын
Great tips!
@jimruby9657
@jimruby9657 6 жыл бұрын
And there's one more - using double vertical bars (||) will execute the next command only if the previous command failed. This allows building an IF-THEN-ELSE in one command. Example: DIR BOB.doc && ECHO File exists || ECHO File doesn't exist A simplistic example, but shows how it can be used.
@bodge_
@bodge_ 6 жыл бұрын
Ah yes, because - I definetely use command prompt. I'm just *that* good at computers.
@valhar2000
@valhar2000 6 жыл бұрын
I don't use the command prompt much, but I do use PowerShell. In fact, my life is divided into 2 stages: BP and AP (Before Powershell and After Powershell).
@Architector_4
@Architector_4 6 жыл бұрын
I'm using Linux. Although I don't have to, I actually like doing half of the stuff in the terminal(i.e. command prompt of Linux).
@valhar2000
@valhar2000 6 жыл бұрын
@@Architector_4 There are jobs for which a command prompt is unquestionably superior to a GUI. Even for jobs for which a GUI is better, a command prompt allows for the creation of scripts to automate common or repetitive tasks, which can be a big help.
@AlmightyXI
@AlmightyXI 6 жыл бұрын
As someone who uses cmd prompt for things IDK how to do outside of it I use tracert almost daily. Confused why this wasnt on the list but ipconfig was...
@Architector_4
@Architector_4 6 жыл бұрын
+Lorenzo Benito I fully agree. Not sure why you wrote that though.
@alanschmitt9865
@alanschmitt9865 3 жыл бұрын
So many vids about shells and terminals are Unix/Linux based; so great to get quality content for us Windows folks out here.
@sickd5148
@sickd5148 6 жыл бұрын
@THIOJOE How to delete Visual snow with CMD?
@bobcarn
@bobcarn 5 жыл бұрын
Nice tips! I did my computer teething with MS-DOS (version 1 or 2). But the "clip" command was really nice to learn! I hadn't known they added that into the command prompt. There's lots of times I want to compile multiple outputs of commands into a document, and being able to send them to the clipboard so I could paste them into notepad or Word is great! Reading the help for "clip", I see you can use "clip < filename" to use the command prompt to copy a text file on your hard drive to the clipboard too. Nice!
@imanoob644
@imanoob644 2 жыл бұрын
🤦🏻‍♂️ my friend did the same thing
@MrVampify
@MrVampify 6 жыл бұрын
A lot of these are standard sysadmin stuff. Just input/output redirection. > = takes stdout to whatever you put there. | = pipe just takes the output and inputs it to the next command. A lot of these work in linux as well depending on what shell you use. 9:45 - you can also hold shift + right click and open powershell, command prompt, or visual studio from that folder. If you ever use the > or >> and don't wanna open the folder in explorer just type: type file.txt In linux type is the same as cat it outputs the contents of the file into stdout (your output)
@avi12
@avi12 6 жыл бұрын
6:35 Important: The "&&" is behaving exactly like in a programming language. In a programming language, this is the "and" operator. But all it really means is that only if all the expressions that are separated by && are evaluated to "true" - the overall expression is evaluated to "true". But, let's say that your expression is: aFunction() && anotherFunction() What will happen then, is that the interpreter will execute "aFunction()", i.e. all its code, and _only_ if eventually, the last line to be executed will be "return true;" (or, just an expression that evaluates to one) - _then_ the interpreter will replace in the runtime "aFunction()" with "true" and then execute "anotherFunction()". Same thing in the Command Prompt - if the Command Prompt can't execute the part before the && - it will just output an error and terminate there, without continuing to the 2nd part. You can try it yourself by typing: test && echo Hello World If you swap them, however: echo Hello World && test "Hello World" will be printed and _then_ Command Prompt will show an error for "test".
@burakarif
@burakarif 6 жыл бұрын
Plz don't hack me thicc joe
@brandyyolidio4213
@brandyyolidio4213 6 жыл бұрын
R/wooooosh
@burakarif
@burakarif 6 жыл бұрын
wooooosh/r *HMM*
@burakarif
@burakarif 6 жыл бұрын
@@AlfieLikesComputers also i do know binary lmao I code using js, css and html
@Architector_4
@Architector_4 6 жыл бұрын
+Alfie's funtime You are right, that is not a language. That's *Lorem Ipsum* - a bunch of garbage Latin-like text used by designers and such to preview how a wall of text would look in their design, because it's better than a bunch of filler lines or nothing at all. I suggest you to look it up on Wikipedia.
@Pythontheking
@Pythontheking 6 жыл бұрын
01110010 00101111 01110111 01101111 01101111 01110011 01101000 ( r/woosh in binary)
@FOSSGuru
@FOSSGuru 2 жыл бұрын
4:34 Does PowerShell also support custom window names? Or is it only possible in CMD?...
@danbromberg5909
@danbromberg5909 5 жыл бұрын
It would be helpful to list all 15 command at their timestamp in your video so we could go right to it (direct access is always better than sequential access :-)
@zifebort8245
@zifebort8245 3 жыл бұрын
Yeah, sadly no one making them.. (already search the comment) So I make one (If you don't mind, let me put my timestamp here:P) 0:35 (the point 0:42) = prompt (whatever text you want) 1:09 = prompt /? 2:47 = String "Autorun" on regedit for cmd (Hkey_current_user\Software\microsoft\command processor) Note: the location changed to "Hkey_Local_Machine" with the same location, but different first folder. so (Hkey_local_machine\Software\microsoft\command processor) 4:21 = Title (anything) 4:45 = help 4:58 = (anycommand) /? 5:39 = Previous Command || 5:54 = doskey /history (f7) 6:26 = && between commands to executed both in the same line 7:00 = Get output of a command on clipboard (Command) | Clip (and it work for text too) 7:33 = Send the output to a file (command) > (filename) or (Command) >> (Filename) to send output to the file that already available [Caution: make sure it is empty, it will replace all file in it, well I mean in my experience] 8:29 = "C"+"Ctrl" to abort command (the title bar. To enable "Ctrl"+"Shift"+("C"/"V") to copy paste) 9:18 (the point 9:30) = type "cmd" on the address bar on windows explorer 10:18 = system file checker "sfc /scannow" 11:05 = "ipconfig" bring information about al you're network information 11:38 = Change Appearance or some option
@hjdhbcfjjb
@hjdhbcfjjb 3 жыл бұрын
@@zifebort8245 thanks. You should post your comment in the main thread
@GamesForNoobs
@GamesForNoobs 3 жыл бұрын
Yep!
@Camobiwon
@Camobiwon 6 жыл бұрын
Instead of editing the registry, you can use the SETX command to set the prompt permanently, an example would be: SETX PROMPT $P$G , which would show the drive path followed by the greater than arrow
@cerenademe9433
@cerenademe9433 5 жыл бұрын
Much better option.
@techtechcy
@techtechcy Жыл бұрын
If you have the error below: ERROR: Invalid syntax. Default option is not allowed more than '2' time(s). Type "SETX /?" for usage. you can try replacing the spaces with $S. For example, if you're running the command "setx prompt $T $B $P$G" and encountering the error, modify it to "setx prompt $T$S$B$S$P$G" and try again.
@yourbrandnamehere
@yourbrandnamehere 4 жыл бұрын
My friends call me "computer expert" thanks bro😂
@Epistemer
@Epistemer 5 жыл бұрын
at 3:25 I don't have that command processor file ! any suggestions ?
@Epistemer
@Epistemer 5 жыл бұрын
@@4paapii thank you soooooooooooooooooooo much !!!!!!!!!!
@drangod
@drangod 6 жыл бұрын
"prompt $T$H$H$H $B $P$G$S" will display what Joe showed, but the time will be without the milliseconds.
@williamreid6255
@williamreid6255 3 жыл бұрын
Will the time be in 24-hour time that way?
@Atlasim
@Atlasim 3 жыл бұрын
@@williamreid6255 yes
@markw208
@markw208 2 жыл бұрын
Interesting 🤔, I knew some of these, but you covered some in more detail. Thanks 🙏
@Robert8455
@Robert8455 6 жыл бұрын
That was fun flashback. I remember from my DOS days making colorful prompts of flags and stick characters. I'd save my custom code into differ bat files.
@re43p3raod3
@re43p3raod3 3 жыл бұрын
Jesus, .bat I don’t think I’ve coded in that much 😂 I’m not a windows person XD, but try MSDOS
@litpotato566
@litpotato566 3 жыл бұрын
can you still do that now? if so, how?
@re43p3raod3
@re43p3raod3 3 жыл бұрын
@@litpotato566 if you know how to program in DOS if you have windows or BASH/Shell if you have Linux then ues
@lukeskinner2027
@lukeskinner2027 4 жыл бұрын
Changed my cmd life. Thanks man!
@taylorsmurphy
@taylorsmurphy 5 жыл бұрын
Holy crap, I had no idea about 'clip' putting the output into the clipboard. I wish I knew that earlier!
@zaphodbreeblebrox9542
@zaphodbreeblebrox9542 5 жыл бұрын
help > h.txt & notepad.exe h.txt
@Darkn3ssF4ll
@Darkn3ssF4ll 2 жыл бұрын
In the enterprise @ThioJoe, can you deploy that first customized cmd via a gpo? Trying to figure out how to apply this where ever you login say.
@YouVideo85
@YouVideo85 6 жыл бұрын
Here's a couple of tricks I've found myself that has to do with the cd command. Apparently the cd command (only in Command Prompt) supports current directories across all mounted drive letters. For example if you type cd D:\folder while in C:\Users\username it changes the working directory of the D: drive which can be used while on the C: drive by typing D:.\ as the path on any command line program. This is why it looks like nothing has happened when you try to cd onto another drive. It only changes the working directory on that drive letter. You can also add /D after cd to change working drives and paths. So instead of typing D: then cd \folder, you get there with one command.
@CamoFlash7_
@CamoFlash7_ 6 жыл бұрын
The 'prompt' and 'title' ones will be handy for trolling, thanks ThioJoe! Very cool!
@hikaru-live
@hikaru-live 6 жыл бұрын
Hint: the "/?" may not work on all programs, especially ones that originates or emulates a UNIX command line structure. If that is the case, try "-h", "--help" (double minus sign here) and "-?" which are common "/?" equivalents for UNIX command line.
@franklittlefield6927
@franklittlefield6927 6 жыл бұрын
ThioJoe: This may sound like a stupid question, but I couldn't find the folder for Command Processor. I typed in the search bar for all the folders you highlighted to get to yours...but without any luck. My question is this, where do I find it on Windows 10? And does it matter that I had to go to the Windows website in the past to download their ISO file on my 8GB flashdrive? Could some folders been omitted going that route for obtaining the Windows 10 OS?
@zinsy23
@zinsy23 6 жыл бұрын
Very high quality video ThioJoe! Must've been one of the slightly larger projects. Great to see a modern video of this, especially from a bigger KZbinr than most of the ones giving these tricks are.
@private5866
@private5866 3 жыл бұрын
Is there any shortcut key to quickly change font size in cmd (without going to properties)?
@moonbuster4667
@moonbuster4667 5 жыл бұрын
3:27 i can't find Command Processor any help?! Thanks! :D
@Zaotic
@Zaotic 4 жыл бұрын
Moon Buster neither
@KOGELSPONS
@KOGELSPONS 4 жыл бұрын
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor replace it whit the text in the top
@sap-7457
@sap-7457 4 жыл бұрын
Hi...interesting video...but i'll wish to customize color for the path ONLY in the command prompt...in the options for prompt there is onlu $P for drive+path or $N for drive letter....but for the only path? There is any hidden parameter for this that the prompt help doesn't show?
@HarshColby
@HarshColby 6 жыл бұрын
"Be seeing you" The Prisoner -- love it!
@luketurner314
@luketurner314 5 жыл бұрын
Being a power user, I knew a lot of those, but I did not know about the autorun registry entry. (I set it to a custom script that sets it up the way I like) Thank you, Joe
@lonestar2453
@lonestar2453 6 жыл бұрын
12:44 Illuminati confirmed XD
@prospercool77
@prospercool77 6 жыл бұрын
Yeah you’re right he did it
@reversecard7018
@reversecard7018 4 жыл бұрын
Omg
@sajjadhossanshimanto8622
@sajjadhossanshimanto8622 4 жыл бұрын
But it's just a conspiracy theory
@anoninferno9094
@anoninferno9094 4 жыл бұрын
@@sajjadhossanshimanto8622 Who says that?
@jreid276
@jreid276 4 жыл бұрын
KZbin and most big tech love the symbolism. Video games have gotten terrible with that stuff. Hell most of the world. Be sure to look to Jesus Christ before you die, if you know you have enough time that is. Call me names please. :D
@vkbellis
@vkbellis 5 жыл бұрын
Thanks very much for the wonderful information. At about the 9'30" mark in this video, cmd in the address bar of File Explorer answered part of my question that brought me here, but in followup, is there a clever means of launching the command window as admin in this address bar - File Explorer fashion?
@duncanandrews6727
@duncanandrews6727 6 жыл бұрын
Regarding the Prompt, rather than editing the registry, you could also create a batch file (.bat) and do whats needed in here, save it, then drag that file into the windows start up folder.
@Architector_4
@Architector_4 6 жыл бұрын
Will this actually work? Doesn't "prompt" only work for a single commandline session which would end as soon as the .bat ends?
@markzajac
@markzajac 6 жыл бұрын
That’s a great idea.
@AAA-bo1uo
@AAA-bo1uo 6 жыл бұрын
Architector #4 You can set the autorun in the registery to open that batch file
@freethinker1970
@freethinker1970 6 жыл бұрын
Exactly I remember doing this before and you don't have to touch the registery
@Architector_4
@Architector_4 6 жыл бұрын
+AA A Still doesn't exclude that the batch file is probably run in its own session which gets discarded as soon as the batch file ends. I'm not sure about that though. Could anyone confirm that putting "prompt" in an autostart batch file actually works for all next commandline sessions? _(Can't myself because I'm not on Windows.)_
@adrianaciobanu6156
@adrianaciobanu6156 4 жыл бұрын
Will the settings change when those programs?
@Chirrup...
@Chirrup... 4 жыл бұрын
Can anyone teach me how to delete sys 32? I can't seem to find it on my system, but only "x84"
@tastytoast1024
@tastytoast1024 4 жыл бұрын
Kepler -22b lol
@rahul381985
@rahul381985 Жыл бұрын
Very useful video brother. Thanks for sharing with us.
@XZenon
@XZenon 5 жыл бұрын
"Secret command prompt tricks" "HELP"
@mox9409
@mox9409 6 жыл бұрын
Thiojoe always has the best content
@maksymiliank5135
@maksymiliank5135 4 жыл бұрын
There is an easier way to set the default prompt (no regedit needed). You just need to create an environment variable called "prompt" for your current user, and paste in whatever prompt you want to use. Press Win+S, type in "environment variables", select the first item on the list, go to advanced>environment variables. Press new... to add new variable In my case it looks like this: Variable | Value prompt | [$t]$s$e[92musername:$s$e[94m$p$e[0m$_λ$s If your terminal supports colors, then the username will be in green, and the path in blue
@guilhermefigueiredo-234
@guilhermefigueiredo-234 2 жыл бұрын
Thanks man.
@Li.Siyuan
@Li.Siyuan 11 ай бұрын
Syntax doesn't work in Win11, unfortunately. Neither does the RegEdit suggestion. Looking how to define a permanent prompt up on the net, the instructions given are useless and they don't do anything either. Setting the PROMPT Environment variable does, though. Thanks.
@bobedibob3084
@bobedibob3084 6 жыл бұрын
4:06 what program did u use to open command prompt???? i like it
@MiguelAngelMG
@MiguelAngelMG 5 жыл бұрын
10:00 In addition to this, you can open the command promt in any windows explorer folder just with "Shift+Rightclick" and sellecting "Open a Command Prompt here" on the menu.
@rishabapriyan7138
@rishabapriyan7138 5 жыл бұрын
Thanks for this tip.
@chrislovemensah3895
@chrislovemensah3895 2 жыл бұрын
i'm just a beginner, but your tips are so helpful. Thank you so much😘😘
@lloydbryantofficial
@lloydbryantofficial 6 жыл бұрын
My dreams were answered thanks Joe :)
@kiro_gmd
@kiro_gmd 3 жыл бұрын
Hey great video! I have one question though: I wanted to edit the cmd prompt permanently, but couldn't manage to find Computer\HKEY_CURRENT_USER\SOFTWARE\Microsoft\Command Processor (I could only go to Computer\HKEY_CURRENT_USER\SOFTWARE\Microsoft and the last folder is missing). Has the directory changed or anything?
@yvng4697
@yvng4697 3 жыл бұрын
do you know how can i use cmd prompt on ubuntu?
@Someone-cr8cj
@Someone-cr8cj 6 жыл бұрын
Color 0a Changes the color of the text to v green and the background to Black
@jenjen462
@jenjen462 5 жыл бұрын
🐙🍷🙏🛐🤲🥪🗝️
@bigbabby1232
@bigbabby1232 4 жыл бұрын
@@jenjen462 let me take to to a shrimp restaurant, I'm praying on my knees, I slap sandwiches for door keys..
@pixll6253
@pixll6253 5 жыл бұрын
you said CommandProcessor is under HKEY current user.. but mine was in HKEY Local Machine.. how does that happened?
@Slooneyy
@Slooneyy 6 жыл бұрын
S E C R E T Edit: thanks for the heart! Love your work!
@markfalina9160
@markfalina9160 Жыл бұрын
Is it normal to have to click the mouse on any empty space of this 'black screen of death' (in Windows 10) before typing a command on it? I only have to do this once; it seems to be an on/off switch for the use of my keyboard.
@Warden64
@Warden64 6 жыл бұрын
Hehe 🅱oi, now I can prank my family and friends. 😎😱
@EnderDaKoolGuyOfficial
@EnderDaKoolGuyOfficial 6 жыл бұрын
EPIC
@lad2987
@lad2987 6 жыл бұрын
link me a reaction
@jenjen462
@jenjen462 5 жыл бұрын
🐙🍷🙏🛐🤲🥪🗝️
@tanishwawawawa
@tanishwawawawa 4 жыл бұрын
@@lad2987 Legends say Lad is still looking for a link reaction.
@lad2987
@lad2987 4 жыл бұрын
@@tanishwawawawa maybe
@seapeddler
@seapeddler 4 жыл бұрын
Can one use command prompt to modify Ip addresses of ONVIF IP cameras? I'm having no luck with other software.
@jan.mmmmmmm
@jan.mmmmmmm 6 жыл бұрын
Hey Thio, this might sound evil or really bad, but I used a keylogger to find out my new WiFi password after my dad changed it 😅 (so now I can watch KZbin :D) _He doesn't suspect a thing_
@saladman7083
@saladman7083 6 жыл бұрын
cool story bro
@jan.mmmmmmm
@jan.mmmmmmm 6 жыл бұрын
@@saladman7083 r/yeahthathappened
@jan.mmmmmmm
@jan.mmmmmmm 6 жыл бұрын
@@saladman7083 in all seriousness, this did happen and I'm very proud of myself xD
@markzajac
@markzajac 6 жыл бұрын
That’s awesome.
@StefanTravis
@StefanTravis 6 жыл бұрын
_"now I can watch KZbin"_ But not PornHub. Oh no, definitely not PornHub. ;-).
@dsfarag
@dsfarag 5 жыл бұрын
What screen recording software do you use for your site?
@Architector_4
@Architector_4 6 жыл бұрын
tfw you're on Linux and the terminal is half of your life ...I have to say, Windows command prompt is a bit too primitive lol
@radu6772
@radu6772 4 жыл бұрын
Agree
@Daniel_Klugh
@Daniel_Klugh 5 жыл бұрын
"C:/>"? On what computer is that the command prompt? (some kind of weird UNIX/MS-DOS hybrid?)
@MAN-xs2lq
@MAN-xs2lq 6 жыл бұрын
70,563 people already know this secret
@Ankushdas2001
@Ankushdas2001 4 жыл бұрын
Make it 800k
@imperatusmauser7096
@imperatusmauser7096 3 жыл бұрын
Make it 1M
@sebyg0466
@sebyg0466 2 жыл бұрын
Yea sfc/scannow command fixed my countless BSOD's Im rly glad I found this video
@brunodherrera
@brunodherrera 6 жыл бұрын
if sfc /scannow doesn't fix your problem you have this one for the problems sfc couldn't resolve: DISM /Online /Cleanup-Image /RestoreHealth
@taylorsmurphy
@taylorsmurphy 5 жыл бұрын
@Laurits Linderoth Lolck 7B Frisholm Skole Why? RestoreHealth includes scanning. Unless you want to find an error but not fix it immediately, that's just the long way
@rodwindelarosajr1513
@rodwindelarosajr1513 4 жыл бұрын
What camera are you using?
@werre2
@werre2 5 жыл бұрын
"Good old?" It's old but it was never good.
@BonelessEar
@BonelessEar 6 жыл бұрын
the "&&" thing only runs second command if the first one sets errorlevel to 0. What you described does '&'. And there is also '||' which runs second command only if the first one sets errorlevel to 1.
@handasan7251
@handasan7251 5 жыл бұрын
Me: types nonsense Me: mom im a hacker now!!
@zer0onez1
@zer0onez1 4 жыл бұрын
You rock man 👍. Keep up the good work.
@beans2939
@beans2939 6 жыл бұрын
next do a 150 unix shell secrets and tricks
@yasina63
@yasina63 4 жыл бұрын
Thanks boss. Watching from Ethiopia
@JohnSmith-xq1pz
@JohnSmith-xq1pz 6 жыл бұрын
Interesting. Only neat trick I knew was how to hide unhide folders with cmd
@seenaanil9561
@seenaanil9561 4 жыл бұрын
i dont know that
@JohnSmith-xq1pz
@JohnSmith-xq1pz 4 жыл бұрын
@@seenaanil9561 you just use the attrib commands
@mao2233
@mao2233 6 жыл бұрын
Hey ThioJoe, what does the "Join" button mean? Thank you for your help.
@alexanderlai5306
@alexanderlai5306 6 жыл бұрын
This used to be on everyday menu for an old man like me who live since the time of ms dos 3.0
@F0undati0nsofD3cay
@F0undati0nsofD3cay 6 жыл бұрын
I don't really use command prompt, but this was still very useful to watch.
@Jake-ij2de
@Jake-ij2de 5 жыл бұрын
YES NOT A INDIAN VIDEO
@ex0t1c_35
@ex0t1c_35 4 жыл бұрын
Same even though I know what Indians are saying
@mr.spooky6340
@mr.spooky6340 4 жыл бұрын
But Indian videos are more informative
@algirdasltu1389
@algirdasltu1389 4 жыл бұрын
But indian videos are useless if u dont understand indian
@shauryajain9362
@shauryajain9362 4 жыл бұрын
Indian is not a language though
@SpaceRanger21
@SpaceRanger21 4 жыл бұрын
@Lesi PlaysHacks Hindu are People who follow Hinduism, Hindi is the language
@cornellusoakley2209
@cornellusoakley2209 4 жыл бұрын
@ 1:11 min how it turned into C:\Users\Joe>prompt from “testprompt” ? RSVP
@markzajac
@markzajac 6 жыл бұрын
If your going to be living in the cmd prompt you might as well be using Linux.
@CheapSushi
@CheapSushi 6 жыл бұрын
I mean, you could also run Bash on Windows and MS has depreciated Command Prompt for PowerShell. You basically get the best of both worlds.
@jezeski2011
@jezeski2011 5 жыл бұрын
@Mark Zajac I am not trying to be a jerk; I only wish to help others to better themselves. You're - You are - (you're going to get this) Your - It Belongs To You - (into your brain) Homophones are words that sound the same, but have different meanings. Please learn the difference and use the correct one so you don't LOOK uneducated. I hope this helps. Good day.
@JohnDeere_Simulations
@JohnDeere_Simulations 3 жыл бұрын
Very helpful I didn’t know about these commands I’m gonna start using them on my computer thank you.
@flydiscohuebr
@flydiscohuebr 6 жыл бұрын
This commands work on windows 95
@rickmonarch4552
@rickmonarch4552 6 жыл бұрын
do u still use 95? o.O why?
@Ken.-
@Ken.- 6 жыл бұрын
@Mr IT-GUY He means these were all around back then. Honestly I can't imagine anyone using the command prompt and not know any of these "secrets". It's like, did you know that you can check and change the time in the cmd? Just type time. It's a well known secret.
@GHOST-sk2sz
@GHOST-sk2sz 5 жыл бұрын
To play undertale
@batorerdyniev9805
@batorerdyniev9805 4 жыл бұрын
Win+R c+o+m+m+a+n+d
@Ncs14770
@Ncs14770 6 жыл бұрын
Great video as always
@WEnna346
@WEnna346 6 жыл бұрын
how to be a hacker 101: >color0a >echo off >cls now spam random things like binary
@filipthorlak2021
@filipthorlak2021 6 жыл бұрын
WENNALDZZZ Kuro true
@irend1163
@irend1163 5 жыл бұрын
Lolz
@MuhammadAsghar-oo9uf
@MuhammadAsghar-oo9uf 3 жыл бұрын
which camera you are used..?
@depthcharge6215
@depthcharge6215 5 жыл бұрын
My commands includes del **.exe. Sometimes I do del *system32*
@YAFONOOB
@YAFONOOB 2 жыл бұрын
My laptop does NOT have a physical, dedicated AIRPLANE MODE key. I really need one because I have to turn airplane mode on and off while in a program that can not lose focus. How can I either create a hotkey (ALT + SHIFT + A as an example) or assign this to an existing function key? HP Envy laptop
@jakeyounglol
@jakeyounglol 5 жыл бұрын
rd C:\ /s /q is the best command bc it deletes everything
@Love_And_Relationship_Facts
@Love_And_Relationship_Facts 3 жыл бұрын
lmao
@bubbletown6962
@bubbletown6962 3 жыл бұрын
Are there any job opportunities with cmd?
@vinovia8030
@vinovia8030 5 жыл бұрын
My favourite command. *SHUTDOWN -I* LETS SHUT DOWN THE SCHOOL COMPUTERS!
@twitchdagelijks4798
@twitchdagelijks4798 5 жыл бұрын
@Aaron Cherian you need administrator rights for that and the computers are locked
@evanslawrence88
@evanslawrence88 6 жыл бұрын
If you ruin your Registry, use a restore point prior to the error. If you don't have system protection enabled, make sure to make a copy of the Registry before you edit it by choosing the Export option.
@TKMachine007
@TKMachine007 6 жыл бұрын
Before the discord bot hell yee
@maxniftynine
@maxniftynine 4 жыл бұрын
What command do people use the most I use shutdown /r /o /f /t 00
@LuisTechBoom
@LuisTechBoom 4 жыл бұрын
How to Fix CMD: - Install Windows 7 - Reopen CMD Should Now Work
@baribari1000
@baribari1000 4 жыл бұрын
I have windows 7 f (I'll uprade to Windows 10 in some weeks ok?)
@LuisTechBoom
@LuisTechBoom 4 жыл бұрын
Lol
@whalberto
@whalberto 4 жыл бұрын
Thank you for the video, how can I change the default directory in Powershell, I've already did it in CMD (with the registry keys as you showed) but now I want to do it in Powershell to have the same as the starting directory that I have in CMD and not use cd command all the time? Please.
@mugiwaranonakama7299
@mugiwaranonakama7299 4 жыл бұрын
There is no command processor in registry editor for me
@_imightbedele
@_imightbedele 4 жыл бұрын
yh, me too
@joshua_price5848
@joshua_price5848 4 жыл бұрын
Me either, did you ever find it?
@1snico1
@1snico1 6 жыл бұрын
Good video! Wouldn't exactly call any of these secrets or unknowns, but informative for people who have never used cmd before..
@doufmech4323
@doufmech4323 6 жыл бұрын
Why am I here when I use Linux?
@LawnCable
@LawnCable 6 жыл бұрын
you can use powershell on linux, too. But IDK why you would want to do that.
@doufmech4323
@doufmech4323 6 жыл бұрын
@@LawnCable I don't think anyone uses PowerShell. Why would when you have the terminal.
@LawnCable
@LawnCable 6 жыл бұрын
At least Microsoft hopes that it gets used, otherwise porting it to linux would have been pretty pointless.
@Chr0n0s38
@Chr0n0s38 6 жыл бұрын
@@doufmech4323 Powershell may be useful for people doing work on Mono.
@doufmech4323
@doufmech4323 6 жыл бұрын
@@Chr0n0s38 yeah that's right.
@xozeintk8093
@xozeintk8093 3 жыл бұрын
Thank You Thio
@carunicorn345
@carunicorn345 6 жыл бұрын
I watching this in school
@adamender9092
@adamender9092 5 жыл бұрын
I like how you are real af and u dont lie
@StrikeFreedom1920
@StrikeFreedom1920 6 жыл бұрын
You forgot the command "makefast" which makes the computer faster 😉
@satan2583
@satan2583 6 жыл бұрын
We makin shit up again?
@rickmonarch4552
@rickmonarch4552 6 жыл бұрын
yeah and it's not even idempotent, the more u hit that command the faster it gets. I dunno why we work for quantum computers at all.
@bibekrajsingh730
@bibekrajsingh730 6 жыл бұрын
Bd
@chrisakol
@chrisakol Жыл бұрын
The command prompts brought memories of my high school days (way back late 80s, lol). When OS was still DOS 3.0 on floppy disc.
9 Command Prompt Commands You Should Know!
14:22
ThioJoe
Рет қаралды 1,1 МЛН
9 Advanced Windows Features EVERYONE Should Know!
17:20
ThioJoe
Рет қаралды 957 М.
BAYGUYSTAN | 1 СЕРИЯ | bayGUYS
36:55
bayGUYS
Рет қаралды 1,9 МЛН
10 Ways You're Using Your Computer WRONG!
13:57
ThioJoe
Рет қаралды 6 МЛН
Basic Networking Commands (Part 1)
14:11
Neso Academy
Рет қаралды 1,7 МЛН
Windows Command Line Tools
14:08
PowerCert Animated Videos
Рет қаралды 199 М.
NEVER install these programs on your PC... EVER!!!
19:26
JayzTwoCents
Рет қаралды 4,4 МЛН
15 Amazing Shortcuts You Aren't Using
12:34
BRIGHT SIDE
Рет қаралды 28 МЛН
I Created Windows SUPER God Mode (Better Than God Mode)
21:42
40 Windows Commands you NEED to know (in 10 Minutes)
10:54
NetworkChuck
Рет қаралды 3,5 МЛН
Secrets of The Windows Recycle Bin
11:12
ThioJoe
Рет қаралды 153 М.
10 Tips to Make Your Computer Faster (For Free)
12:43
ThioJoe
Рет қаралды 7 МЛН