6 Hidden CMD Tricks

Sdílet
Vložit
  • čas přidán 6. 08. 2012
  • 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: #!/TheHacker0007
    Like my Facebook page: / thehacker0007
    Please like, favorite and leave a comment below
    Don't forget to subscribe!!
    ┈┈┈┈┈┈▕▔╲┈┈┈┈┈┈
    ┈┈┈┈┈┈┈▏▕┈┈┈┈┈┈
    ┈┈┈┈┈┈┈▏▕▂▂▂┈┈┈
    ▂▂▂▂▂▂╱┈▕▂▂▂▏┈┈
    ▉▉▉▉▉┈┈┈▕▂▂▂▏┈┈
    ▉▉▉▉▉┈┈┈▕▂▂▂▏┈┈
    ▔▔▔▔▔▔╲▂▕▂▂▂
    THUMBS UP!
  • Věda a technologie

Komentáře • 613

  • @SJDSH777
    @SJDSH777 Před 9 lety +1

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

  • @russellscott7062
    @russellscott7062 Před 5 lety +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ō.

  • @unlitdarkness6
    @unlitdarkness6 Před 9 lety +2

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

  • @jjtheairplane1484
    @jjtheairplane1484 Před 8 lety

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

  • @bobbyparadisjr342
    @bobbyparadisjr342 Před 9 lety

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

  • @codekillerz5392
    @codekillerz5392 Před 8 lety

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

  • @seanfitzsimons1081
    @seanfitzsimons1081 Před 8 lety +25

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

    • @NairiAreg
      @NairiAreg Před 8 lety

      +Sean Fitzsimons haha

    • @jzonkel
      @jzonkel Před 8 lety

      +Sean Fitzsimons What does this do?

    • @weetardedcat2112
      @weetardedcat2112 Před 8 lety

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

    • @Krebzonide
      @Krebzonide Před 8 lety +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 Před 8 lety

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

  • @porkchop606
    @porkchop606 Před 10 lety

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

  • @inwoner7190
    @inwoner7190 Před 9 lety

    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

  • @georgecouto5516
    @georgecouto5516 Před 7 lety

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

  • @eschelar
    @eschelar Před 10 lety

    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.

  • @AlexSteklyannikov
    @AlexSteklyannikov Před 12 lety

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

  • @MSNERVANA
    @MSNERVANA Před 9 lety

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

  • @Naitrio
    @Naitrio Před 9 lety +4

    That is the coolest intro ever

  • @sasabsasaa
    @sasabsasaa Před 10 lety

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

  • @SuperPhoeniz
    @SuperPhoeniz Před 12 lety

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

  • @joeguteamala1174
    @joeguteamala1174 Před 10 lety +2

    Dude you should do stuff with Backtrack and Kali.

  • @M4XLaHax
    @M4XLaHax Před 12 lety

    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 Před 10 lety

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

  • @aaronsanders4722
    @aaronsanders4722 Před 9 lety

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

  • @jose.jesusgonzalez8733

    learning good stuff ..

  • @benrobson2710
    @benrobson2710 Před 10 lety

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

  • @TheProDat
    @TheProDat Před 9 lety

    what video editer do you use

  • @HeavyDutyCOD
    @HeavyDutyCOD Před 11 lety

    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.

  • @jocam8233
    @jocam8233 Před 9 lety

    thanks man!

  • @rbspace454
    @rbspace454 Před 10 lety

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

  • @jakulinomagsalsal1978
    @jakulinomagsalsal1978 Před 9 lety

    tnx for the tricks

  • @PinchyTheFox
    @PinchyTheFox Před 9 lety

    Love ur intro !

  • @liverpoollover2
    @liverpoollover2 Před 11 lety

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

  • @greywolff9367
    @greywolff9367 Před 10 lety

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

    • @ditstap1429
      @ditstap1429 Před 10 lety

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

    • @greywolff9367
      @greywolff9367 Před 10 lety +1

      thanx 4 the reply ill give it a try

  • @ktmktm8792
    @ktmktm8792 Před 9 lety +1

    cool man
    thanks

  • @WingsInternational
    @WingsInternational Před 7 lety

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

  • @NsaSpecialOps
    @NsaSpecialOps Před 10 lety

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

  • @CIubDuck
    @CIubDuck Před 12 lety

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

  • @bryahamza2798
    @bryahamza2798 Před 10 lety

    its useful thank u

  • @Kingofgibraltar
    @Kingofgibraltar Před 7 lety +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 :)

  • @MrCanadianPCGamer
    @MrCanadianPCGamer Před 9 lety +2

    Hey whats this windows skin? or theme? can I get a direct dl?

  • @mohammedasif7026
    @mohammedasif7026 Před 11 lety

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

  • @GameCasters
    @GameCasters Před 9 lety

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

  • @reneep202
    @reneep202 Před 10 lety

    Nice! Love it.

  • @PlymouthVT
    @PlymouthVT Před 8 lety

    Thanks subbed

  • @tr33c21
    @tr33c21 Před 9 lety

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

  • @JustAGiraffe
    @JustAGiraffe Před 10 lety

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

  • @ibwebb86
    @ibwebb86 Před 9 lety

    Fun, thank you

  • @weetardedcat2112
    @weetardedcat2112 Před 8 lety

    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

  • @deb2935
    @deb2935 Před 8 lety +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 Před 8 lety

      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.

  • @karlnul
    @karlnul Před 9 lety

    Nice intro! :D

  • @MichaelLBurdett
    @MichaelLBurdett Před 10 lety +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"

  • @smarttaprig7333
    @smarttaprig7333 Před 7 lety

    wow what theme of computer do you use?

  • @bhaktaraj5898
    @bhaktaraj5898 Před 11 lety

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

  • @johnnygallardo76
    @johnnygallardo76 Před 9 lety

    great vid!!

  • @olfmombach260
    @olfmombach260 Před 8 lety +3

    Nice for showing us your whole ip infos...

    • @olfmombach260
      @olfmombach260 Před 8 lety

      ochgottnochma
      You have some serious problems...

    • @thekandygarden
      @thekandygarden Před 8 lety

      +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 Před 8 lety

      *****
      Haha :)

    • @fitsadee4018
      @fitsadee4018 Před 8 lety

      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 Před 7 lety

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

  • @TheSimmooh
    @TheSimmooh Před 11 lety

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

  • @bhooveerlabs5890
    @bhooveerlabs5890 Před 8 lety

    How do you make the black see-through?

  • @laluk321
    @laluk321 Před 12 lety

    how did you do the transperent black ?

  • @eddietoles91
    @eddietoles91 Před 12 lety

    Do you have any tips on making your internet faster?

  • @Adryyy
    @Adryyy Před 9 lety

    awesome intro

  • @sirajahamed7701
    @sirajahamed7701 Před 10 lety

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

  • @monsteroids2045
    @monsteroids2045 Před 10 lety

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

  • @gopukrishna521
    @gopukrishna521 Před 10 lety

    for list you could also type
    color g

  • @MeneTekelUpharsin
    @MeneTekelUpharsin Před 8 lety

    How did you make your intro?

  • @masterdianite
    @masterdianite Před 8 lety

    how did you modify it? it looks cool

  • @sighisoaraa
    @sighisoaraa Před 9 lety +2

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

    • @UFOSPACEMAN
      @UFOSPACEMAN Před 9 lety

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

  • @MrEBDragon
    @MrEBDragon Před 11 lety

    how do you set extened view permenently?

  • @stickandcheese
    @stickandcheese Před 10 lety

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

  • @relapse1560
    @relapse1560 Před 9 lety

    What operating windows you have?

  • @IR240474
    @IR240474 Před 7 lety

    Class video!!!

  • @hackingmaster2159
    @hackingmaster2159 Před 5 lety

    How did you change your folders transparent

  • @sadmansakib5037
    @sadmansakib5037 Před 9 lety

    Which windows are you running?

  • @mhvdm
    @mhvdm Před 10 lety +2

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

    • @INFLIP
      @INFLIP Před 6 lety +1

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

  • @heskey4940
    @heskey4940 Před 9 lety +1

    0a is green like HACKING IN MOVIES YEAH sorta thing

  • @EliasElliot
    @EliasElliot Před 9 lety

    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

  • @noahgonzales7785
    @noahgonzales7785 Před 9 lety

    Where did you get your intro!

  • @hirlenesantos9094
    @hirlenesantos9094 Před 7 lety

    valeu pela vídeos aula eu quero aprender mais e mais

  • @ninjakitty365
    @ninjakitty365 Před 10 lety

    how do you do the clear window?

  • @InvaderShift
    @InvaderShift Před 12 lety

    What browser are you using?

  • @ZerpsT
    @ZerpsT Před 10 lety

    how to get the little tick in the icons?

  • @saiteja7713
    @saiteja7713 Před 7 lety

    how did you do that background visible lightly makes blur

  • @gilgil3331
    @gilgil3331 Před 10 lety

    dude how did you do that windows design?

  • @ramsaranavinash
    @ramsaranavinash Před 10 lety

    hi how did u create your intro video?

  • @christopher02010
    @christopher02010 Před 11 lety

    How do you do see through?

  • @hannahvb30
    @hannahvb30 Před 10 lety

    I liked that 7th one

  • @ELES500
    @ELES500 Před 11 lety

    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

  • @ArAbiM0dz
    @ArAbiM0dz Před 11 lety

    I use backtrack for terminal and i use windows 7 for conveniance

  • @vedantvasugupta9434
    @vedantvasugupta9434 Před 9 lety

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

  • @solider444
    @solider444 Před 8 lety

    Really nice vid but how you get this fantastic aero transparent lock?? pls tell it to me.. I use windows 8.1 and 10

    • @ukrypt0n282
      @ukrypt0n282 Před 8 lety

      i think it don´t work on windows 8.1 but i m not sure

    • @savagejerome4486
      @savagejerome4486 Před 7 lety

      You just change the opacity bro. Just open cmd click at the top and go to properties and just change the opacity. (Doesn't look that good to be honest. You gotta have a really good background or something)

  • @klickbot4721
    @klickbot4721 Před 7 lety

    How did you made your INTRO?

  • @skuirrelium9991
    @skuirrelium9991 Před 6 lety

    how did you make you cmd background clear but not the text?

  • @arpitbohra
    @arpitbohra Před 11 lety

    good one buddy

  • @yogaming8785
    @yogaming8785 Před 6 lety

    How you made the transparent windows

  • @MichaelLBurdett
    @MichaelLBurdett Před 10 lety +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 ! ! !|

  • @andrewcarl7488
    @andrewcarl7488 Před 8 lety

    cool intro

  • @stevethibeault1100
    @stevethibeault1100 Před 10 lety

    How u mod ur computer that's awesome man

  • @pandoz12
    @pandoz12 Před 7 lety

    Does the mic taste good?

  • @hirlenesantos9094
    @hirlenesantos9094 Před 7 lety

    valeu pelas dicas

  • @supercool1312
    @supercool1312 Před 10 lety

    How do u change the color of the command prompt background

  • @idocohen5986
    @idocohen5986 Před 7 lety

    how is your files and desktop is like almost invesible, how did u do that?

  • @johnking3729
    @johnking3729 Před 10 lety +1

    He sounds like the son off breaking bad

  • @mariusaga6911
    @mariusaga6911 Před 7 lety

    how did you get windows you can see through?

  • @tbjgreen390
    @tbjgreen390 Před 11 lety

    how did you get everything transparent like that