6 Hidden CMD Tricks

Поделиться
HTML-код
  • Опубликовано: 3 окт 2024
  • Colors-
    0 = Black 8 = Gray
    1 = Blue 9 = Light Blue
    2 = Green A = Light Green
    3 = Aqua B = Light Aqua
    4 = Red C = Light Red
    5 = Purple D = Light Purple
    6 = Yellow E = Light Yellow
    7 = White F = Bright White
    ------------------------------------------------------------------
    Send a Command's Output to the Clipboard
    This will work for any command.
    ipconfig | clip
    -----------------------------
    Open Command Prompt From a Folder
    shift right click
    -----------------------------
    Command History
    doskey /history
    -------------------------------------------------------------------------
    Drag and Drop Files to Change the Current Path
    -------------------------------------------------------------------------
    Run Multiple Commands In One Go
    (ex.)
    ipconfig && netstat
    --------------------------------------------------------------------------------------------------------------------------------
    Hope you guys liked the video! :)
    Like the theme? get it here: • Chamelon 2 Desktop Cus...
    Thanks for watching!!
    Follow me on Twitter: #!...
    Like my Facebook page: / thehacker0007
    Please like, favorite and leave a comment below
    Don't forget to subscribe!!
    ┈┈┈┈┈┈▕▔╲┈┈┈┈┈┈
    ┈┈┈┈┈┈┈▏▕┈┈┈┈┈┈
    ┈┈┈┈┈┈┈▏▕▂▂▂┈┈┈
    ▂▂▂▂▂▂╱┈▕▂▂▂▏┈┈
    ▉▉▉▉▉┈┈┈▕▂▂▂▏┈┈
    ▉▉▉▉▉┈┈┈▕▂▂▂▏┈┈
    ▔▔▔▔▔▔╲▂▕▂▂▂
    THUMBS UP!

Комментарии • 613

  • @russellscott7062
    @russellscott7062 5 лет назад +1

    Love the duel ampersands( for joining commands at terminal ) & do indeed use the operator to chain multiple arguments all the time. I ve never seen it used in a basics programing tut on yt. I just stopped & thought one day "wouldn't it be good if I could chain argvs/commands" you know like for example: say you require a directory with special POSIX & Permissions with a sub-directory which parents another directory each contain a file of varying format. Let create a main_folder( directory ) to house our experimental app, & we will need an assets directory for our styles( JS/CSS ) & an html file.
    Now we could create the host folder, then after the magic go back to iterm & make the first sub-directory, then touch a file.js to it... it's not very pretty, wasting time.
    The productive approach is to all in one chained argument, create the Host folder it's sub(parent-sub) the child-sub for our JS, so we need a js.file in the child, also a css.file in the parent directory & an html.file within the root( da host-folder )
    $ mkdir -m 775 chain_gang && sudo chmod +a "group:everyone deny delete" chain_gang && cd chain_gang && mkdir assets assets/styles assets/javascript && touch index.html assets/styles/customization.css assets/javascript/animationfx.js && subl .
    Neat, we are done! all dir's & files all in a single argument.
    kind regards
    Michael Devenport (find me @WEBrip) under the alias Eigengrau Sunáptō.

  • @AlexSteklyannikov
    @AlexSteklyannikov 12 лет назад

    I'm watching this at 4:36am and your awesome voice is making me fall asleep... Good video. :)

  • @jjtheairplane1484
    @jjtheairplane1484 9 лет назад

    You're a very inspirational person in the computer world you gave my subscription till the day I die

  • @inwoner7190
    @inwoner7190 10 лет назад

    Getting the transparent screen is the most interesting thing of this video, should have explained how to get that. The " | clip" command is very nice though !! Actually learned something today ;) Thanks

  • @SJDSH777
    @SJDSH777 9 лет назад +1

    Awesome I didn't know about holding shift + right click menu.

  • @seanfitzsimons1081
    @seanfitzsimons1081 8 лет назад +25

    fun fact type in cmd tree and no one will mess with u

    • @NairiAreg
      @NairiAreg 8 лет назад

      +Sean Fitzsimons haha

    • @jzonkel
      @jzonkel 8 лет назад

      +Sean Fitzsimons What does this do?

    • @weetardedcat2112
      @weetardedcat2112 8 лет назад

      +OhRandom tbh i dont know but i just did it and heh i dont know what this is

    • @Krebzonide
      @Krebzonide 8 лет назад +1

      +OhRandom It shows all the folders in your computer in a tree format. if you open the file explorer and click the little arrow next to each thing on the left it's almost the same except that the tree shows the files and documents in those places.

    • @LightningJack
      @LightningJack 8 лет назад

      +Sean Fitzsimons It's a tree of ALL your folders.

  • @codekillerz5392
    @codekillerz5392 8 лет назад

    This video is what got me to learn how to program and script things

  • @deb2935
    @deb2935 8 лет назад +6

    the hacker0007 what the heck are u eating in this video XD? all i hear is "so the next thing u wanna do is *swollowing entire baseball*

    • @fitsadee4018
      @fitsadee4018 8 лет назад

      Same, it was a bit gross... couldn't stomach it. I have the same issue with my condensor mic, because it's so sensitive. A way I found to lessen the "mouth noises" is to just TRY to speak clearly, and to not be so damn close to the mic. Having other sounds there too, to mask the smaller sounds, can help. Also, a click filter in something like Audacity is good.

  • @SuperPhoeniz
    @SuperPhoeniz 12 лет назад

    I like your videos, therefore I am always hitting them a like...!

  • @Naitrio
    @Naitrio 9 лет назад +4

    That is the coolest intro ever

  • @liverpoollover2
    @liverpoollover2 11 лет назад

    You can select the colour by right clicking the top of the window, then properties. Much simpler.

  • @bobbyparadisjr342
    @bobbyparadisjr342 9 лет назад

    Thanks for takin' the time to show Us, I appreciate it !

  • @unlitdarkness6
    @unlitdarkness6 10 лет назад +2

    how did you get your desktop and windows that transparent grey color? That looks awesome!

  • @M4XLaHax
    @M4XLaHax 12 лет назад

    Color options can also be changed by right clicking the cmd window border and pressing properties, the shift right click cmd can be unlocked via the registry if you dont wanna shift right click.

  • @scottab140
    @scottab140 10 лет назад

    Nice Intro... What software do you use to do that?

  • @porkchop606
    @porkchop606 10 лет назад

    This is the first video I've seen from you and I'm already thinking of subscribing.

  • @eschelar
    @eschelar 10 лет назад

    When I learned the | trick many years ago, I heard it called the "pipe" function.
    So you could "pipe" the output into a text file or in this case, into the clipboard.

  • @weetardedcat2112
    @weetardedcat2112 8 лет назад

    if you go to cmd and right click the bar at the top it will say properties at the bottom, there you can change the color of your cmd permanently

  • @PrimeHaven
    @PrimeHaven 12 лет назад

    When changing the colors, why don't you just right click on the top windows bar and click on properties and choose colors. This will give you a wider range of colors and options. Also to add, the CMD tricks that you speak about are somewhat common and I'm not saying that just because I had taken a Command Line Administration Course.

  • @Kingofgibraltar
    @Kingofgibraltar 8 лет назад +1

    +TheHacker0007 Thanks for the tips, but for presentation purposes it would be easier if your window wasnt transluscent.Also at 5:37 you said backslash when I think you meant forward slash :)

  • @joeguteamala1174
    @joeguteamala1174 10 лет назад +2

    Dude you should do stuff with Backtrack and Kali.

  • @georgecouto5516
    @georgecouto5516 7 лет назад

    thanks, wanted to learn how to print out cmd screen for so long.

  • @olfmombach260
    @olfmombach260 8 лет назад +3

    Nice for showing us your whole ip infos...

    • @olfmombach260
      @olfmombach260 8 лет назад

      ochgottnochma
      You have some serious problems...

    • @thekandygarden
      @thekandygarden 8 лет назад

      +ochgottnochma lol idiot btw i copy pasted your ip so even if you delete this comment i can shutdown plenty of your stuff

    • @olfmombach260
      @olfmombach260 8 лет назад

      *****
      Haha :)

    • @fitsadee4018
      @fitsadee4018 8 лет назад

      I couldn't stomach the mouth noises in this video, so I didn't get so far as to see the IP stuff, but if it was showing 127.0.0.1, it's known as "home", and is the same for everybody, AFAIK. There's a reason the joke "there's no place like 127.0.0.1" exists. Also, 192.168.[number].[number] is a local address. As for hacking the router... haha, I dunno about that one. xD Accessing the router is done by browsing to the router's IP address, which varies from router to router, then you typically log in with your admin credentials.

    • @olfmombach260
      @olfmombach260 7 лет назад

      This is useful to learn the architecture of his LAN, of course it will be worthless if you are not in the LAN xD

  • @MichaelLBurdett
    @MichaelLBurdett 10 лет назад +1

    By the way, You do NOT need to use the extension .exe with the command:
    "notepad.exe" - Just "notepad" is sufficient in of itself !
    FYI: "write'' is the shortcut for use of the WordPad app,
    which is called-up from the system as "write.exe"

    • @hungryforknowledge2339
      @hungryforknowledge2339 10 лет назад

      you seem to be very knowledgeable you should teach us noobs some tricks i would learn

    • @MichaelLBurdett
      @MichaelLBurdett 10 лет назад

      FYI-always: You ARE Welcome

  • @TheCanterlonian
    @TheCanterlonian 10 лет назад

    Numbers are background? Letters are font? Nope! The numbers and letters can be used for either. Usually two numbers are entered consecutively and the first refers to the background, while the second refers to the foreground. When only one letter or number is used, it affects only the font color.

  • @JordieFike
    @JordieFike 9 лет назад

    FWIW - On Trick #5, add "cd " without the quotes before you drag and drop and hitting Enter will change you to that directory

  • @johnking3729
    @johnking3729 10 лет назад +1

    He sounds like the son off breaking bad

  • @XadeGrimm
    @XadeGrimm 11 лет назад

    It's called an ampersand, and they run in sequence not at the same time.

  • @CIubDuck
    @CIubDuck 12 лет назад

    Kewl! I can look like a hacker with the green text now!

  • @EliasElliot
    @EliasElliot 9 лет назад

    Actually letters and numbers can make fore/background. Type background character first and foreground second
    EXAMPLE:
    color 23
    -or-
    color a5
    -or-
    color 6b
    -or-
    color ac

  • @JustAGiraffe
    @JustAGiraffe 10 лет назад

    The && is called boolean logic and there is also || which means "or"

  • @MichaelLBurdett
    @MichaelLBurdett 10 лет назад +1

    PS: The pipe feature does NOT work for Windows XP, in that the command prompt there, does not sport the featured "Clip" as does Vista and Win7. You have to add a third party download from SoftPedia, a Product called: decadence of evolution cb version 1.0.0.1, aka cb.exe to your system32 folder to use the command prompt with pipe, thusly: "ipconfig /all | cp" and then it'll work just fine, in Windows XP ! ! !|

  • @MSNERVANA
    @MSNERVANA 10 лет назад

    GREAT NEW TRICKS..........THANKS A LOT

  • @ktmktm8792
    @ktmktm8792 10 лет назад +1

    cool man
    thanks

  • @mohammedasif7026
    @mohammedasif7026 11 лет назад

    This video is great,by the way
    which theme you are using please give me the downloading link.

  • @Cryotechmc
    @Cryotechmc 10 лет назад +1

    204,000 people now know your ip.

  • @rbspace454
    @rbspace454 10 лет назад

    thank you for your information, I really appreciate it. This is off topic, but how did you adjust your theme to that color?

  • @anmarram7084
    @anmarram7084 9 лет назад +9

    plzz make a video how to make your cmd like that!

    • @ruler_of_everything
      @ruler_of_everything 9 лет назад +1

      Anmar Ram it's a download that makes it transparent.

    • @skjha98
      @skjha98 9 лет назад

      Roman Jones what is the name of flie

    • @ruler_of_everything
      @ruler_of_everything 9 лет назад

      Shekhar Kumar Jha idk... and you made a mistake on the word file

    • @kirito-hm8mf
      @kirito-hm8mf 9 лет назад

      Anmar Ram It is also how his computer is setup.

    • @daniellloyd2740
      @daniellloyd2740 9 лет назад +1

      Anmar Ram actually... you right click the top of your cmd, go to properties, go to colors and then you can change the color of the background, text etc.

  • @sasabsasaa
    @sasabsasaa 10 лет назад

    thank yu..i got chance to learn something new today...

  • @eddietoles91
    @eddietoles91 12 лет назад

    Do you have any tips on making your internet faster?

  • @ariatcowboy7066
    @ariatcowboy7066 8 лет назад

    +TheHacker0007 The colors that you had mentioned that colum is background and second colum is text, or vise versa is incorrect, either or can be background or text color.

  • @bruhcow315
    @bruhcow315 8 лет назад +1

    If u want al commands just put in help and it gives u all the commands and all of those are the basics

    • @fitsadee4018
      @fitsadee4018 8 лет назад

      Yeeeeeeah, exactly. xD Or use [command] /? for a specific command, which I've been using since I was a kid first messing around wiht Windows 95.

  • @Algird75
    @Algird75 10 лет назад +2

    i know one trick, how to make a cmd without a scroll bar: mode 80,25
    other trick to make your own title on cmd: title %writewathyouwannahere%
    i knowed all trick what you showed (sorry for my bad speak)

  • @bhaktaraj5898
    @bhaktaraj5898 11 лет назад

    Nice ... i saw many tricks in cmd but not like this.. new for me ..so ***** star for you.. Do good jobs like this...........

  • @NsaSpecialOps
    @NsaSpecialOps 11 лет назад

    Thanks for the video. How to do get the clear window?

  • @HeavyDutyCOD
    @HeavyDutyCOD 11 лет назад

    How do u do the clear background? If u could tell me a shirt tutorial on how to do it that would be great thanks.

  • @TheSimmooh
    @TheSimmooh 11 лет назад

    OUH! Ure so GENIUS! I think that u are so genius that TheSimplyCoded loves you

  • @WingsInternational
    @WingsInternational 7 лет назад

    how did you do that "see through" thing? it's cool.

  • @CrazyMinecat
    @CrazyMinecat 8 лет назад

    OMG no one new about those amaaaaaizing tricks! AWSOME man now i can hack the whole globe with those tricks, right?

  • @benrobson2710
    @benrobson2710 10 лет назад

    how do you get your screens and stuff to look likr that man, theyre so awesome

  • @pedrogorl1446
    @pedrogorl1446 10 лет назад

    i figured out new thing. type any command or random text. press enter. and then press and hold "right" on you little directional pad thingy

  • @johnnygallardo76
    @johnnygallardo76 9 лет назад

    great vid!!

  • @mhvdm
    @mhvdm 10 лет назад +2

    How did you make your cmd window like that?
    You made it same color as the desktop.

    • @INFLIP
      @INFLIP 6 лет назад +1

      press ctrl and shit and - or + to make look like that

  • @mmicciss
    @mmicciss 11 лет назад

    "all the numbers are background and all the letters are the font" nope you can use them anyway u like. first symbol u put after "color" is the background and second symbol is the font color...

  • @jaxdrumm2195
    @jaxdrumm2195 10 лет назад

    3:15 It's called a pipe, you're welcome :)

  • @ELES500
    @ELES500 11 лет назад

    if you want CMD with green letters #open CMD(normaly) -go up where it says administrator... - right click -properties -colors -screen text -pick up any color. :D

  • @Massi_StickWar
    @Massi_StickWar 8 лет назад

    TUTO HOW TO SHUT DOWN A COMPUTER IN UR NETWORK OR WIFI.
    OPEN not bad .
    Type : command.com
    save as .bat
    Then open it , type : shutdown -i
    select the computer and shut it down.

  • @publicstaticvoid3224
    @publicstaticvoid3224 8 лет назад

    I Like the "clip" to Notepad, the ' | ' is called the pipe :)

  • @TheBlueFoxyBoi
    @TheBlueFoxyBoi 10 лет назад

    Love ur intro !

  • @sirajahamed7701
    @sirajahamed7701 11 лет назад

    wht is the first video?the loading ang visual screens r superb how to do that ,is some software ?pls tell me

  • @chaoscrystalaudio
    @chaoscrystalaudio 10 лет назад

    right click on the bar at the top of cmd go properties change colour. rest is useful

  • @NAME-wd5yy
    @NAME-wd5yy 8 лет назад

    type in color h and it will bring all of the coolers up

  • @greywolff9367
    @greywolff9367 11 лет назад

    this was great thanks 4 the info, wish I could keep the color I picked,

    • @ditstap1429
      @ditstap1429 11 лет назад

      you can change them permenantly by richt-clicking the cmd window, picking colors and set the color that you want permanent.

    • @greywolff9367
      @greywolff9367 11 лет назад +1

      thanx 4 the reply ill give it a try

  • @JLP25
    @JLP25 3 года назад +1

    not so secret but quiet helpfull

  • @stickandcheese
    @stickandcheese 10 лет назад

    Could you make a program that looks like your intro and put it up for download its freaking awesome

  • @jocam8233
    @jocam8233 9 лет назад

    thanks man!

  • @lochanpokharel
    @lochanpokharel 4 года назад

    NIce ,buddy

  • @heskey4940
    @heskey4940 10 лет назад +1

    0a is green like HACKING IN MOVIES YEAH sorta thing

  • @sighisoaraa
    @sighisoaraa 9 лет назад +2

    How to you use the /T command for setting the default color?

    • @UFOSPACEMAN
      @UFOSPACEMAN 9 лет назад

      sighisoaraa Boy what a god damn helpful bunch huh? /T seems to only work when typed out from parasite humans.

  • @onit996
    @onit996 8 лет назад

    I'm sorry, but apart from the clip one, I think those are all pretty much not hidden commands.
    Another way for the clip is command > file.txt btw ;-)

  • @karlnul
    @karlnul 9 лет назад

    Nice intro! :D

  • @aaronsanders4722
    @aaronsanders4722 9 лет назад

    D-O-S-Key-E-Y
    Love it!

  • @Joey3674589
    @Joey3674589 8 лет назад +4

    How do you make the black see-through?

    • @Overgreen
      @Overgreen 8 лет назад +2

      I know how to make any color see-through if you have Windows 10. If you go to Command Prompt (not CMD) Properties, and you go to colors, there is an "opacity" bar. I set it to 50% so it's half see-through.

    • @toddlerwipes
      @toddlerwipes 5 лет назад

      @@Overgreen What's the difference between command prompt and cmd?

  • @dubtron6667
    @dubtron6667 8 лет назад

    You didnt copy the ipconfig in the last command. your forgot to add the | clip. && is a start of a new command there for the | clip will only work for that command not both.

  • @smarttaprig7333
    @smarttaprig7333 8 лет назад

    wow what theme of computer do you use?

  • @mapleiciouss
    @mapleiciouss 10 лет назад +6

    The colors is known i always it!!!!!

  • @GameCasters
    @GameCasters 9 лет назад

    where can i find computer-ish sound effects like the one in your intro? thanks!

  • @reneep202
    @reneep202 11 лет назад

    Nice! Love it.

  • @PlymouthVT
    @PlymouthVT 8 лет назад

    Thanks subbed

  • @DrNakedToast
    @DrNakedToast 11 лет назад

    Did you make your intro?

  • @NovaaSaans
    @NovaaSaans 10 лет назад +5

    TheHacker0007 What is the theme u have I want it.

    • @XxZachxX1996
      @XxZachxX1996 10 лет назад +1

      Chameleon 2. He has a tutorial on how to install it in the description. It's really easy, follow all his steps and you'll have it in 15 min. Max :)

    • @NovaaSaans
      @NovaaSaans 10 лет назад

      Brett Madden
      Thanks so much man

    • @TheCanterlonian
      @TheCanterlonian 10 лет назад

      Brett Madden can you provide a link? i can't find it, and i rly like it btw.

    • @jassme5793
      @jassme5793 10 лет назад

      sure i will

  • @epicmarioplush2312
    @epicmarioplush2312 10 лет назад

    um.. you can you use the "font colors" as the background

  • @masterdianite
    @masterdianite 8 лет назад

    how did you modify it? it looks cool

  • @gopukrishna521
    @gopukrishna521 10 лет назад

    for list you could also type
    color g

  • @NewStreamLine
    @NewStreamLine 9 лет назад

    I hate transparent windows since I can't see what I should see...

  • @jose.jesusgonzalez8733
    @jose.jesusgonzalez8733 10 лет назад

    learning good stuff ..

  • @gilvu1179
    @gilvu1179 7 лет назад

    roses are red
    violets are blue
    some poems rhyme
    watermelon

  • @tr33c21
    @tr33c21 10 лет назад

    wondering how you got the transparent cmd box... some sort of a theme.. still i wanna know how

  • @monsteroids2045
    @monsteroids2045 10 лет назад

    one question how do u make your your window invisible. so u can see trough them ?

  • @richardmaldonado2868
    @richardmaldonado2868 9 лет назад

    here's an easier way to change your color right click the cmd window and chose properties here you can not alone change the color but change the font, text type and so on...................

  • @TheHacker0007
    @TheHacker0007  12 лет назад

    @cardflicker in the description. its there

  • @yumri4
    @yumri4 10 лет назад

    your windows hates my eyes otherwise a cool video

  • @jar9233
    @jar9233 8 лет назад

    Whenever I click the letter 'C' it uses it as an enter key and certain letters shows random letters to take me to a file.

  • @vedantvasugupta9434
    @vedantvasugupta9434 10 лет назад

    how did you make all that transparent???????????

  • @IR240474
    @IR240474 7 лет назад

    Class video!!!

  • @pandoz12
    @pandoz12 7 лет назад

    Does the mic taste good?

  • @TheProDat
    @TheProDat 9 лет назад

    what video editer do you use

  • @badandyg
    @badandyg 9 лет назад

    "|" This is called a pipe. What a haxxor.

  • @killswitch1821
    @killswitch1821 9 лет назад +25

    i hate how i can hear your spit in your mouth DX

  • @Adryyy
    @Adryyy 9 лет назад

    awesome intro