Guides and articles

Practical guides for system administrators — Windows, PowerShell, Active Directory, networking, and infrastructure.

pushd and popd: CMD Directory Stack Explained

pushd and popd are two CMD built-in commands that let you save your current directory to a stack, navigate elsewhere, and return to the saved path with a single command. They are especially useful in batch scripts where you need…

Mastering the ren Command in Windows

Need to rename files in bulk? Change file extensions quickly? Fix a hundred messy filenames with one line?The ren command is your lightweight, no-nonsense solution — and it’s been quietly rocking the Windows CLI since the MS-DOS days. Let’s give…

Using SUBST to Create Virtual Drives in Windows

Ever wish you could turn a long, annoying folder path into its own drive letter — instantly? Good news: Windows has had a secret command for that since the stone age (aka DOS). It’s called SUBST, and it lets you…