Hook
More breakout videos from this creator.
First IT people have never used these free Microsoft tools that I'm going to tell you about today. And if you're planning to start a career in IT or if you're already working in the field, I think you should know about these. These are all part of Sysinternals, completely all free. They're all portable, so you can just drop the whole folder on a USB stick and walk into any machine anywhere with all of these in your pocket. After I give you this list, I'll show you how to get these tools. Tool one is sdelete. So some people don't seem to realize that deleting a file does not really delete the file. It just tells your system to forget where the file is, but the data is sitting there until some other new data happens to overwrite it. And that's why I like sdelete because it overwrites immediately. That means when you want something gone, it's actually gone. The second one is called streams. So there's this thing called "Alternate Data Stream" and it's a Windows feature that feels like nobody knows about it anyway. Malware loves this feature. So what streams does is it lets you see what's hiding in there and it will delete it for you, whatever it is. If you wanna have some real fun, run streams on a downloads folder for somebody who deletes the crap they've downloaded off the internet. You might find some interesting stuff in there. Next, we have RAMMap. So you know how Task Manager tells you how much memory is used? The problem there is that Task Manager does not tell you what is in memory. RAMMap breaks your RAM down by what's actually holding it and it shows you the junk your system is holding onto that it doesn't need anymore. So if you've ever heard somebody say, "Why is my memory tapped out when I have 16 gigs of RAM?" This tool is going to solve that mystery for you. Fourth one is proc dump. So somebody's app is hung, it's not necessarily crashed, it's just hung up and it's making your user lose their freaking mind. You can point proc dump at it and you'll get a really useful dump file that tells you what it is waiting for and why it's stuck. Like between actually fixing it and rebooted. Also, when you get that dump file, throw that file at an LLM like Claude Opus or Chat GPT and have it analyze the file for you. You can actually do anything you've done. Productivity. Finally, on our list, we have Desktops. You separate those virtual into this different one, each one. You can hot-key between them. Some tech guys will separate their workflows with this tool. Maybe put your tickets on one and your remote sessions on another, to different windows. It might be my favorite tool on this list. Okay, that's our five tools for the day. But how do you get these? Link in description or just search "Sysinternals". So just go to this link right here, the tool bar. Click the result, download, and then click this download button and throw that file on your USB. Keep in mind, like I said, that all of these are free and they require no install and they're completely portable. So don't go paying for stuff when you have a toolkit like this quietly hanging out, waiting for you to discover it. If you found this helpful, make sure you follow so you'll always know when I drop more nerdy stuff.