DOS Commands You Should Know

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ธ.ค. 2024

ความคิดเห็น • 249

  • @mattscomp
    @mattscomp ปีที่แล้ว +21

    I just love DOS/command prompt. It just feels like home and always will. Right back where I began with PC’s. I agree it’s important for aspiring technicians to have at least a basic command line knowledge. Glad to see content like this exists in 2023. Nicely done.

    • @IgorEngelen1974
      @IgorEngelen1974 ปีที่แล้ว +1

      Agree. I'll never forgot the day that I got an expensive engineer to assist me with installing tcp/ip on DOS machine. In some cases some fiddling was needed to get everything loaded in memory. Just 1 minor drawback. That expensive guy didn't know how to use DOS 😮

    • @mattscomp
      @mattscomp ปีที่แล้ว +1

      @@IgorEngelen1974 😂 Referred to as an expert but can't do anything outside of a GUI.. Equivalent would be calling yourself a cyclist but can only ride a bike with training wheels attached. Command line/shell forever right? 👍 It's called PowerShell for a very good reason.

  • @X-FAKTOR84
    @X-FAKTOR84 ปีที่แล้ว +22

    An abbreviated MD command can also be used to create a directory. And RD to remove directory. 😊😉 Love CMD. This is classic. And i love win 3.11 😊 And if you want to be like Neo from the matrix, just write: color A

  • @ulle500
    @ulle500 ปีที่แล้ว +15

    If you're doing ping -t, you can press ctrl+pause to have it output statistics so far without stopping it. Useful if you're looking for packet loss % or whatever

    • @DouglasHeyen
      @DouglasHeyen ปีที่แล้ว +1

      Also can add the -l and change the size of the packet. You’d be surprised at how high ping gets when adding -l 1400 or so. Can’t remember the highest off hand like 1472 or somthing around there. I remember there having to be a header or something to consider. Couldn’t ping 1500 bytes because that’s max packet size. Useful for higher bandwidth and larger data transfers. Nice to see how it can handle being fully loaded per packet.

  • @RichieG
    @RichieG ปีที่แล้ว +11

    Correction at 4:46. "CD .." will not always go to the previous directory. It will always go to the parent directory of where ever you entered the command from.
    Thanks for the tip of using tab to autocomplete a folder name in the command prompt. I learned something!

    • @ThamiNdlalane
      @ThamiNdlalane 8 หลายเดือนก่อน

      If you are on the root directory since it is the top one.

  • @steveross8364
    @steveross8364 ปีที่แล้ว +7

    DOS is very powerful. Some would say too powerful for the everyday User.
    It still remains the only way to solve some issues however.
    Cool video Rich, a walk down memory lane back to a time I had a full head of hair and it wasn't grey!

  • @TKUltra971
    @TKUltra971 ปีที่แล้ว +2

    These are always awesome to know. Last time I tried to have a conversation about it someone practically threw a Powershell book at me and was like 'get with the times'.

  • @DouglasHeyen
    @DouglasHeyen ปีที่แล้ว +5

    Remember deltree? Could remove an entire directory loaded with files without first having to cd and del *.* first. I never knew about pathping at first I though it replaced tracert but then directly after you covered it. Great list of commands. I use them all quite often. Coming from using dos 3.3 and onward it’s just hard coded in me. Also there is dir/w for wide view of files and can also add the /p to pause at each full page.

  • @pyrielrising4338
    @pyrielrising4338 ปีที่แล้ว +13

    One command in the terminal that I always use is diskpart. In general Windows disk utilities have always been poor but diskpart is a very useful utility. I still use the pipe for page breaks....but I am old.😊

    • @TheChipmunk2008
      @TheChipmunk2008 ปีที่แล้ว +4

      type [document] | more... i guess i must be old too

    • @WilliamHollinger2019
      @WilliamHollinger2019 ปีที่แล้ว +2

      I am gen z and love diskpart when a usb or drive refuse to work.

  • @Itaintnutn
    @Itaintnutn ปีที่แล้ว +2

    MS DOS and the good ol days, when there weren't any Windows or cool GUIs. I remember when DOS Shell came out, man that was cutting-edge stuff, yep it's been a minute.

  • @robertoXCX
    @robertoXCX ปีที่แล้ว +1

    My experience with computers started at the tail end of the 9x era, so I never "needed" to figure out anything outside of a GUI. From around 2017-2022 I didn't do much serious computing because my PC was ancient and tired, and I started watching a ton of retro computing videos, mostly on the hardware side and less on the software side (mainly Adrian and The 8-Bit Guy) Now I've got a beast of a computer and my heart is telling me that it's time to go full Linux, but I'm scared to take that plunge until I know how to do command line stuff. So far, all I've confidently used is Diskpart and BCDedit which isn't really that impressive, but this video is kinda exactly what I needed to start figuring more out, so thank you so much for the helpful info!

  • @Joseph1NJ
    @Joseph1NJ ปีที่แล้ว +2

    4:47 cd .. specifies that you want to change to the _parent_ directory.

  • @paulrobertson3326
    @paulrobertson3326 ปีที่แล้ว +3

    I like to stretch the CMD window to full screen height for some commands and I also use the scroll bar or mouse wheel to move up and down through the history. Also the up-arrow can be pressed more than once to go back a few command to avoid some backspacing and typing

  • @TaSwavo
    @TaSwavo ปีที่แล้ว +3

    When I changed career in 2000 from Paper Engineer to Programmer we worked all the time with CMD batch files to run the programs we wrote in sequence. It made the business. And it is still used a LOT in the days of bigger software. Powershell is used by some but it's a new thing and, though powershell is more powerful it is NEW and some of us are stuck in our ways...
    I work in a big listed company and we all still use cmd commands for background and monitor tasks at some point. Good idea to learn CMD language skills even for people that come into new tech roles now.

  • @rationalbushcraft
    @rationalbushcraft ปีที่แล้ว +4

    I absolutely love the terminal app. I do a lot of powershell work and have ver 7 installed for Microsoft 365 administration. This is great for when a clients email gets hacked and I need to delete client side rules that the hackers have installed. But anyway it is very cool to be able to have several tabs of powershell and command prompt open.

  • @EricTheGrey
    @EricTheGrey ปีที่แล้ว +7

    As someone who's first computer ran DOS 6.22 and Windows 3.11, I still find something new. Namely, the shutdown -ro option.

    • @marccaselle8108
      @marccaselle8108 2 หลายเดือนก่อน

      My first computer was a Packard bell legend from the summer of 1994. It came with windows 3.11 and dos 6.22

  • @geraldthorburn1123
    @geraldthorburn1123 ปีที่แล้ว +5

    Superb, Rich. One of the best instructional Videos you've ever done. Learned a lot.

    • @mattscomp
      @mattscomp ปีที่แล้ว +1

      I agree. Hugely underrated content.

  • @fragalot
    @fragalot ปีที่แล้ว +1

    21:38 Keep in mind this only affects your local IP address on your local network on the computer you're using. This will not change your public IP that the rest of the internet sees you on. For that you'd have to connect to your router/hotspot and diddle with it, some times power-cycling your modem will do it, but often you have to contact your ISP to get your public IP changed. If you're on a VPN then that's another network layer that can be changed with your VPN software to change what VPN server you're on that will also change your public IP.

  • @paulhansberry8168
    @paulhansberry8168 ปีที่แล้ว +3

    It's been a few years....ermm mmmm decades actually, since I had to be familiar with DOS. Dos 6.2, Win 3.1, Win 95 (remember Rolling Stones Start Me Up.....). It was at Win 98 that you actully start forgetting DOS commands per say (and I did). Fun times!

  • @fragalot
    @fragalot ปีที่แล้ว +7

    Windows NT was the first version of Windows that didn't run on top of MS-DOS. Most consumers didn't use NT since it wasn't really intended for home/end users. Win2000 was much more user-friendly for end users, but also was geared for admins/IT. So XP was the first consumer version of Windows that used the NT kernel that was marketed to the public.

    • @seancondon5572
      @seancondon5572 ปีที่แล้ว

      2000 WAS available to consumers. But Me was marketed as the "consumer option" ... a MASSIVE mistake on Microsoft's part. The hybrid 16/32-bit system was just NOT the way into the future. And that's statement, story, and discussion ended on that one.

    • @fragalot
      @fragalot ปีที่แล้ว

      @@seancondon5572 Oh I didn't realize Me was a hybrid of 16/32bit. But didn't it also run on top of DOS like 95/98 did? I didn't use it long enough (literally 1 day I used it) to care what it was it was SO bad.

    • @seancondon5572
      @seancondon5572 ปีที่แล้ว +1

      @@fragalot it basically WAS DOS, but Microsoft went through a LOT of effort to try to hide that fact, and that MIGHT be one of the reasons it was so unstable.

    • @fragalot
      @fragalot ปีที่แล้ว

      @@seancondon5572 I always thought the failure of WinMe was too many bloated apps running in the background (widgets) that hogged RAM and CPU cycles away from the software people wanted to run, like games.

    • @seancondon5572
      @seancondon5572 ปีที่แล้ว

      @@fragalot yeah, pretty sure you're thinking about vista, there. The problem with WinMe is that it relied on a DOS backend, but Microsoft went ABOVE AND BEYOND to try to obscure that fact, and... well... the result was kinda like if you go into your system today and just try deleting random files out of System32. Bluescreens all over the place.

  • @Envisaged0ne
    @Envisaged0ne ปีที่แล้ว +2

    For the command mkdir, you can also just type md to make a new directory and rd to remove a directory

  • @AlanElChato
    @AlanElChato ปีที่แล้ว +3

    Hope to see in the next video some PowerShell commands!

  • @pinoconte
    @pinoconte 9 หลายเดือนก่อน +1

    Hi. Rich hope you are well, I just wanted to say thank you so much for this video. I appreciate the time you took to make it. I think you did an excellent job on it. I really enjoyed your explanations. Easy to understand, I took notes throughout the video. I must have backed it up about 1000 times.😁

    • @TheParadisecove
      @TheParadisecove 8 หลายเดือนก่อน +1

      and here I thought I was alone...:)

  • @robh5695
    @robh5695 ปีที่แล้ว +1

    Great vid. I learned some new commands all these years later. Windows Terminal is great. Using it now. Cheers!

  • @carlosfandango2204
    @carlosfandango2204 ปีที่แล้ว +1

    CD\ also gets you back to root. Great video by the way. Always look forward to these. Keep up the great work.

  • @arthurschwieger82
    @arthurschwieger82 ปีที่แล้ว +2

    I didn't know about the tab key while changing directories. Cool!

  • @johnbolt665
    @johnbolt665 ปีที่แล้ว +2

    Been using dos since 83 and still use it every day to back up files using a batch file!

    • @mauk2861
      @mauk2861 5 หลายเดือนก่อน

      same here!

  • @weckler8992
    @weckler8992 ปีที่แล้ว +3

    Do you recommend a book on Dos Commands to help an individual learning these commands??? Thanks

  • @eriksiers
    @eriksiers ปีที่แล้ว +1

    Right up until I built my Windows 7 workstation, about 10 years ago, every machine I put together included an install of DOS, because there is so much you could do there that just can't happen under Windows.
    Nowadays, my workstation has multiple versions of DOS under VMware, plus DOSbox-X for when I just need to run a DOS tool real quick.

  • @scenicrides5951
    @scenicrides5951 ปีที่แล้ว +2

    brings me back to the old days.

  • @briant9251
    @briant9251 ปีที่แล้ว +1

    Any Chance you could show us how to do symbolic links?
    Loved the DOS command refresh

  • @gordon3178
    @gordon3178 ปีที่แล้ว +1

    When typing cd / moves you to the root menu you don’t need the / just type cd then enter
    Type time to change the time
    Type date to change the date
    Type edit to change txt documents and batch files
    Type sys insert drive letter here to make the computer boot to the hdd or ssd when booting from a usb drive

  • @jc_hunter
    @jc_hunter ปีที่แล้ว

    Very helpful video, it is very important as a windows user to know these commands. What I also find funny is how, it feels like you are actively avoiding using PowerShell, however most (if not all) of these commands can be used from PowerShell just the same. There are probably still a few commands that are specific to the ol' command prompt, but a most of the good ones can still be used from the modern terminals (like PowerShell) as well. Not meaning to criticize, just wanted to point out, that cmd is not the only place where these commands can be used, the newer PowerShell, can run these too, and can do additional stuff on top of that.

  • @mqblowe
    @mqblowe ปีที่แล้ว +2

    Pretty sure my first venture into "DOS" was actually CP/M on a 380Z Research Machine. Those were the days - writing assembly for a Z80. ZASM was awesome.

    • @mauk2861
      @mauk2861 5 หลายเดือนก่อน

      same here for my A level in 82

  • @artpanneknwcpp
    @artpanneknwcpp ปีที่แล้ว +2

    I like to use the built-in Administrator account. So, from the Command Prompt, type "net user Administrator /acitve:yes" and the Administrator account can then be found on the log-on menu. :D

    • @kjala_nix
      @kjala_nix 6 หลายเดือนก่อน

      I like to follow unix tradition of not using root/admin account. I use gsudo instead.

  • @jamessheeler5200
    @jamessheeler5200 ปีที่แล้ว

    I recently discovered this channel and so far really enjoying all the content. I love the BTTF license plate :)

  • @thelastshadowftaghn
    @thelastshadowftaghn ปีที่แล้ว +5

    Suddenly I get flashbacks of tuning my config.sys and autoexec.bat with some strategic loadhighs and devicehighs to get that precious kilobytes of memory some games demanded 😅

  • @douglastaylor4562
    @douglastaylor4562 ปีที่แล้ว +1

    I know you said you've already made a video on it, and I've watched it, but there's so much of the DISM command that you never even touched on. It's such a useful tool, and I'd love to learn more about it. There's also other tools like netsh and maybe even the WMIC api(despite it supposedly being depreciated).
    A powershell tutorial also wouldn't be remiss xd

  • @Devilofdoom
    @Devilofdoom ปีที่แล้ว +2

    One tip I have, is if you have a few of these commands which you run all the time. Write them into a notepad and change the file extension to .bat. You will then be able to run the commands like an executable.

  • @FARCRYALGERIA
    @FARCRYALGERIA ปีที่แล้ว +3

    the greatest infos always with you

  • @syscruncher
    @syscruncher ปีที่แล้ว +1

    Ahhh, DOS. The memories.
    I tried to hold on to DOS as long as I could, but once Win95 came out, it was pretty much done, DOS was dead…I was sad. 😂🤣

  • @johnpedersen8387
    @johnpedersen8387 ปีที่แล้ว +3

    The rstrui.exe command and diskpart command with the commands within diskpart would be the ones that i would have shown . But well documented video as allways Rich 🙂

  • @davinp
    @davinp ปีที่แล้ว +2

    a good command to know is powercfg and add /request to see what is causing your PC not to go to sleep. powercfg is the power configuration

  • @ibizenco
    @ibizenco ปีที่แล้ว +2

    Having started with MS-DOS 5.0 (I believe?) with my 80286, ages ago, this is like walking down Memory Lane... 🙂

  • @blakepace
    @blakepace ปีที่แล้ว +2

    Thank you for this reminder of cooler days!
    The era of OOPS programing is sad, even if aptly named.

  • @JapChinLuvr
    @JapChinLuvr ปีที่แล้ว +3

    My most recent use of the DOS prompt was to rename a LOT of file suffixes (using the "*" wild-card for the file name) from .m4v to .mp4. Some of my video utilities created files with the .m4v suffix, but while the file contents are apparently the same, I actually found an application that would play the .mp4 files, but not .m4v. I'm sure that there are other occasions to use this - but making the suffix change in file-manager one at a time would have taken "forever".

    • @SireSquish
      @SireSquish ปีที่แล้ว

      Was it > for %f in (*.m4v) do ...

    • @georgeindestructible
      @georgeindestructible ปีที่แล้ว

      Most media files are just containers of audio and or/ video coded packages.
      Their file extension is just an indicator for the system as to what program it might attempt to use to open it and for the user to be aware of that.

  • @AbdullahYazbahar
    @AbdullahYazbahar ปีที่แล้ว +2

    Do you think learning these would help me develop my Win 10/11 skills, or would starting with PowerShell be a better decision?

    • @Gryfang451
      @Gryfang451 ปีที่แล้ว +1

      Why not learn both as they're both useful, not mutually exclusive, and you can use most DOS commands inside of power shell as well. There are things that, even after all this time, power shell is either harder to get to do, or does not do well, or at all, where a simple DOS command suffices. The reverse is also true.

  • @21_f_aus
    @21_f_aus ปีที่แล้ว +1

    I remember having floppy disks that used MS DOS If I wanted to play my barbie game I had I had to learn it and doom as well, I learnt though I did forget sometimes what I had to put into MS DOS to get whatever game I want to play play, but I did get it eventually regardless...

  • @alro7779
    @alro7779 5 หลายเดือนก่อน

    Great content, bro!
    One question... why did you blank out your Connection-specific DNS Suffix? What uses can a person do with that info?
    Thanks!

  • @gregfaris6959
    @gregfaris6959 ปีที่แล้ว +2

    Those of us who actually remember using DOS have anadvantage, as the Command Prompt does not appear like a scary jungle, but familiar old territory.
    One thing to be wary of: The newer "PowerShell" is touted as being a command prompt but better. This is not true for Dos old hands, as Power Shell does not recognize many of the Dos cammands you may be used to using.

    • @jc_hunter
      @jc_hunter ปีที่แล้ว

      I am not sure about all dos commands, but all commands shown in this video I was able to run in PowerShell. They all worked.

    • @steeviebops
      @steeviebops ปีที่แล้ว +1

      @@jc_hunter PowerShell includes aliases for a lot of the common DOS/CMD.EXE commands as well as some Bash ones. For example, dir and ls both work. But they're really just aliases to Get-ChildItem which is the real PS command.

  • @ACOnetwork
    @ACOnetwork ปีที่แล้ว +1

    This takes me back in 93-94 when I got my first PC (PC486) running only DOS 😂🤣. For a while DOS was only OS I used hehe.

  • @machocamacho1503
    @machocamacho1503 ปีที่แล้ว +1

    what about list or dir command with a redirect to a text file or printer, which includes all subdirectories and file names. This is how I generate a list of mp3s or movies from my private folders

  • @walterfehn8624
    @walterfehn8624 ปีที่แล้ว +1

    I'm very old at IT and found some functionalities which I didn't know about.

  • @valionofrei7779
    @valionofrei7779 9 หลายเดือนก่อน +1

    hello, you are very good at what you do, congratulations!!!

  • @ethimself5064
    @ethimself5064 ปีที่แล้ว +1

    Ha, I remember about 90 when the 1st DOS Shell I ever saw came out. I jumped on a new computer as I refused to use DOS.

  • @maxmuster7003
    @maxmuster7003 ปีที่แล้ว +1

    The first DOS command that i used was Debug to learn how to use an intel 80286 CPU with 4 mb RAM.

  • @tonywise198
    @tonywise198 ปีที่แล้ว

    We managed to do what we had to with both DOS and CP/M in the days before Windows. I remember getting a Windows 3 on a new 286 PC and wondered why I needed it. After all, it was just a DOS front end in those days.

  • @PeterCphotos
    @PeterCphotos ปีที่แล้ว +10

    Memories from 80's

  • @ford1546
    @ford1546 ปีที่แล้ว

    this can be nice to know if you want to create a (.bat) file with some commands that you want to run. (.bat) is almost like a program you double-click. instead of writing everything all the time, you have already written them in a (.bat) file that you can run.
    the odd ones are if it works manually in CMD. then they don't always work in a (.bat) file for a strange reason.
    if I write in CMD
    (c:\test\test\test)
    then it doesn't always go into that folder and it doesn't say
    (c:\test\test\test) but still (c:\)
    when I'm going to create a (.BAT) file where you want to run 2 programs after each other and then close the CMD window. so it's not as easy as it sounds.
    if I want to run a program automatically at startup, it is not always as straight forward as you think.

  • @billc2052
    @billc2052 ปีที่แล้ว

    I am not sure if the latest versions of command prompt can handle filenames with spaces. Previously a file called for example, My Files would need to be inside quotes as "My Files" or would produce an error due to the space being seen as a separater rather than part of the file name.

  • @gotbordercollies
    @gotbordercollies ปีที่แล้ว +1

    Digging into the olden days - Awesome!
    How do I get it open as a new tab and not a new instance?

  • @davinp
    @davinp ปีที่แล้ว +2

    yes, Windows XP was the first consumer version of Windows not on top of DOS. This made Windows XP made a true operating system and it was much more stable and reliable since it wasn't on top of DOS. Windows 95 was a just a major redesign of the Windows graphic shell, but still on top of DOS

    • @GeeWhizzzz
      @GeeWhizzzz ปีที่แล้ว

      miss that windows XP

    • @shadowopsairman1583
      @shadowopsairman1583 ปีที่แล้ว

      98SE was stable for me, XP was riddled with backdoors

  • @Winnetou17
    @Winnetou17 ปีที่แล้ว +1

    Correction, some commands shown here are actually CMD commands, NOT (MS-)DOS commands. For example, there was no powercfg in any DOS.

  • @zoltannagy4776
    @zoltannagy4776 ปีที่แล้ว +1

    Run a program with elevated priviledges from start menu , open start menu type in ex. cmd and press CTRL+SHIFT+ENTER 🙂

  • @jtodora
    @jtodora ปีที่แล้ว +1

    The MK command should have been MD for make directory. to use the MK commend it should be mkdir. The mkdir is left over from the Unix days and is still used in most Linux distros.

    • @DouglasHeyen
      @DouglasHeyen ปีที่แล้ว

      What is nice about using the mkdir is if you’re a Linux user it’s cross compatible. Both commands do the same. Makes it a bit easier.

  • @maxmuster7003
    @maxmuster7003 ปีที่แล้ว +1

    In Windows is the big boss the kernel of the system, but in DOS no protection violation exist and the only one big boss is the user.

  • @RahulSingh-k3n1j
    @RahulSingh-k3n1j ปีที่แล้ว +1

    Valuable video sir
    Thankyou so much

  • @Frituurpan974
    @Frituurpan974 ปีที่แล้ว

    Very helpfull video. I enjoyed watching it. You've got a lot of videos. So i'm not bored anymore.
    Thanks!

  • @maxmuster7003
    @maxmuster7003 ปีที่แล้ว

    I like to use the path command in DOS to put all executable that i want to use into a specific folder to start the executable from inside any sub folder without to specify the location.

  • @srvuk
    @srvuk ปีที่แล้ว +4

    When using parameters like \ or .. you don't need to use a space, so cd.. is the same as cd .. and cd\ the same as cd \
    Nonetheless, it is very useful to know a limited set of command line tools.
    Way better than Linux, which is too heavy on the use of the command line/terminal that IMO puts many people off.

    • @steeviebops
      @steeviebops ปีที่แล้ว

      I used to do this but retrained myself to include the space for two reasons. One was that Linux expects the space so it just made that easier. But the more important one is that the Tab autocomplete doesn't work unless you include it. Fun fact, in Windows 9x you could use three or four dots. Three dots would go two folders back in the tree, while four would go three folders back.

  • @DXMage
    @DXMage ปีที่แล้ว

    dir /s /o /a /p is helpful or why not bring up Copy con the hail mary command when you don't have any other way to make a text file? Or attrib on the file you made with the copy con command.

  • @Neelfy01
    @Neelfy01 ปีที่แล้ว

    Good stuff as usual Rich.
    That Terminal app on the taskbar? is that a windows 11 thing? I'm on Windows 10.
    Scratch that. My brain started working again and I got it on Microsoft Store 😵‍💫😉

  • @Gryfang451
    @Gryfang451 ปีที่แล้ว

    Pipe to text file using > filename at the end. Robocopy, which could be 5 videos on its own, xcopy which has some network uses. Oh, and net use commands to map / unmap and make persistent shared network "drives".

  • @SusanAmberBruce
    @SusanAmberBruce ปีที่แล้ว +2

    What an awesome video, thanks

  • @vancecost
    @vancecost ปีที่แล้ว

    @CyberCpu
    Is there a command let’s say to copy your Documents Folder with the Contents Contained within said folder to an External Drive? I ask this question because of not being able to access the folder due to some Microsoft screw up reason, but you are still able to boot into safe mode and access the CMD Prompt to use a command.
    Thank you 🙏

    • @akyhne
      @akyhne ปีที่แล้ว +2

      There can be one of two issues, with your folder. Either the folder is corrupted, you might be able to fix that with sfc /scannow. If the folder is totally messed up, all your files are gone.
      Another issue, can be that you lost your rights to the folder. The first step would be to open an explorer window. Type your user name in the top bar, where the address of the current location is, so if your user account is Alex, type Alex. Then check that there's only one folder, with the name "Documents".
      If there is only one folder, go ahead and right click on the Documents folder. Choose properties, then - and I might be wrong here, as I'm not on an English Windows - click on the tab "Security". Click on the top group, called "Administrators (something-something\Administrators". In the bottom of the window, now check, if that account has checkboxes all the way down. If it does, and your primary account, "Alex", is admin, then your folder is probably corrupted. You can also, if you're not admin, click in the top, on the account "Users (something-something\Users", and give that account full rights.
      From here, it's nearly impossible to guide you in writing, as changing ownership of folders and files are tricky. You best find a video, on how to do it properly.
      One last thing. You can, in Explorer jump to your user folder, with %userprofile% in the top bar, and press enter. You can also use %userprofile%, in CMD, with "cd %userprofile%" . You can try copying with "copy %userprofile% \Documents d:\", where Documents is, if you're on an English Windows, otherwise change to the name in your language, and d:\ is your drive letter, to your external drive. Change as needed.

    • @vancecost
      @vancecost ปีที่แล้ว

      @@akyhne
      Thank you as always for your videos and your great knowledge on Computers. I wish I could learn how to use/install a different operating system other than Microsoft Windows !!!
      70 yo and my mind doesn’t work like it use to.
      Have a Blessed Day

    • @akyhne
      @akyhne ปีที่แล้ว +2

      @@vancecost You must be confusing me, with CyberCPU Tech. I don't do videos, on TH-cam ;)
      I'm 54, so not that far behind :)

    • @vancecost
      @vancecost ปีที่แล้ว +2

      @@akyhne
      Oh well you gave me the advice I needed and I thank you!!!

    • @vancecost
      @vancecost ปีที่แล้ว

      @@akyhne
      Running the sec/ scannow function doesn’t help.

  • @maxmuster7003
    @maxmuster7003 ปีที่แล้ว

    I like to make very special batch files for DOS and the DosBox emulator that create new executable files with a little help from debug and i made some video(no speech) to share the batch files. Have fun.😊

  • @fragalot
    @fragalot ปีที่แล้ว

    does /batteryreport work on UPS if the drivers for it are installed, and the USB cable is hooked up?

  • @astroreverb9000
    @astroreverb9000 ปีที่แล้ว

    Hey Rich, I'm sorry to ask this way. But I remember you had a video which included how you made your desk / tables. Can you share the link or video name?

  • @hugosantos1476
    @hugosantos1476 ปีที่แล้ว

    I might be wrong, but I think /r with chkdsk is not necessary on modern SSD's. I think it was useful just with hard drives with bad sectors.

  • @danielaphugh6206
    @danielaphugh6206 23 วันที่ผ่านมา

    What is the name of the commands where you use '/a' and '/p'? Correct me if I am wrong, please, is it recursive commands or?

  • @ford1546
    @ford1546 ปีที่แล้ว

    can you make a video about (task scheduler) win 11 ?? It's not always as easy as you think to get any program to start automatically at startup or login. Possibly this has to do with the security in windows 11.
    The program will not always start.

  • @iamwhatiam70
    @iamwhatiam70 ปีที่แล้ว

    Thank you for your vids... They learn me so many new things. 🙂

  • @AppleyardAndy
    @AppleyardAndy ปีที่แล้ว +1

    Mkdir? What was wrong with the md command?
    Rd to delete a directory
    Ren to rename files.
    Xcopy a dos program that provides a better copy command.

  • @alro7779
    @alro7779 5 หลายเดือนก่อน

    21:36 How does that command really work? I mean, you had 192.168.0.124 (Preferred) and then after typing ipconfig /renew, you obtained the same IP address.

  • @OmgLikeSam
    @OmgLikeSam ปีที่แล้ว

    I used Oscdimg the other day. Very helpfu!

  • @mikeytee6821
    @mikeytee6821 ปีที่แล้ว

    Thumbs up if he helped you make the command prompt your biotch! 😋 Nostalgia for me as I first started 'playing' with computers in the windows 95 era where most installations were on top of DOS or 3.1.

  • @Galaxy.Windows
    @Galaxy.Windows ปีที่แล้ว

    1:00 incorrect as Windows NT 3.1 is its own os and then Windows Me was based on the NT kernel making it its own os.

  • @douglascobbs2433
    @douglascobbs2433 ปีที่แล้ว

    I love your content and yes I hope you do a video on malware. Thanks for all you do.

  • @ford1546
    @ford1546 ปีที่แล้ว

    If you want to start a program automatically at login and the program needs administrator rights. How can you start the program with this without having to press accept every time you start your computer? and how do you minimize the program automatically?

  • @312diag
    @312diag 8 หลายเดือนก่อน

    operating system for controlling disks (and later, other storage devices). it's not necessary that they are contained on disks.
    they are disk/file managers.
    fdisk, format, dir, del, etc., and loading programs stored as files.

  • @rulerzac1
    @rulerzac1 ปีที่แล้ว

    MONTE VISTA, CA interesting I went through there in 2009. You shared your ip in the video.

  • @oroville12345
    @oroville12345 ปีที่แล้ว +3

    My favorite 😍 command. Format c: /q

    • @bigal1863
      @bigal1863 6 หลายเดือนก่อน

      The attrib command defeats you. I used to work in a retail store and low IQ users would always try to format the drives, but we protected them with the +r switch. We'd wait until they typed the command, then we'd have them arrested.

  • @louf7178
    @louf7178 ปีที่แล้ว +1

    Was DOS IBM and MS-DOS MicroSoft's?

    • @ThamiNdlalane
      @ThamiNdlalane 8 หลายเดือนก่อน

      No but similar

  • @rockdem0n
    @rockdem0n ปีที่แล้ว

    I could have used this video a couple days ago, while I prefer PowerShell to Command Prompt, I literally had Windows explorer crash on me in the back ground, Chrome was still running, Terminal which I was in at time of incident was fine, for the record I had just used winget to update 7Zip when it broke, I could bring up Task Manager but the taskbar, start menu, and curiously my desktop background were just gone. Finally just gave it the old three finger salute and said come back when you sort yourself out and sure enough everything booted right back up as if nothing happened.

  • @the4thj
    @the4thj 4 หลายเดือนก่อน

    Man, if I knew those commands in the early 90's when I used to build my PC's! Got any bandwidth monitor apps? Something that can look at a router from a desktop and give a breakdown of what's going on without going into the SOHO router. I don't have a dance Ubiquity router I am just a home gamer. You should make a chart of these.

  • @MegaGeorge1948
    @MegaGeorge1948 5 หลายเดือนก่อน

    I use MSDOS commands in a DOS emulator called "DOSBOX" (it's freeware). I can run most all of my old MSDOS games on my Windows 11 computer, like Blake Stone, Duke Nukem, Wolfenstein, etc.

  • @NarendraSingh-dn9ox
    @NarendraSingh-dn9ox ปีที่แล้ว

    I found you the pefect doctor of windows. Please guide me to how fix displayswitch.exe error the system detected as an over run stack based buffer in this application.. can't switch display by shortcut keys

  • @landwhaleempire
    @landwhaleempire 8 หลายเดือนก่อน

    What to do when I can't get Command promte to take commands? It has an X:\Sources>

  • @ziggelito
    @ziggelito 3 หลายเดือนก่อน

    Most important command is "color 0a" to get the green text for the ultimate hackerman aesthetic

  • @pollock8000
    @pollock8000 4 วันที่ผ่านมา

    Good stuff, just a couple of comments; these are not MS-DOS commands but "Windows Command Prompt" commands actually. MS-DOS is not supported in Windows anymore since Windows Millennium. Some of the commands that you are mentioning do work on MS-DOS but some don't;
    - Pressing the "Tab" key when trying to change a directory is not auto-completing the name on MS-DOS.
    - "dir /a" does nothing on MS-DOS.
    Just wanted to make this clarification. Of course that most of the things are compatible with MS-DOS but it's important to understand that Windows does not support MS-DOS in anyway. It must be emulated by users.

  • @allenmcclure6017
    @allenmcclure6017 ปีที่แล้ว

    I Liked DR. Dos...... it was nice and had a lot of utils in it.