Category Archives: Windows Command Line

Make Your Own CAB Files with MakeCab.EXE

Ever need to compress a bunch of files for distribution or storage? While ZIP is a familiar format, Windows offers a lesser-known option: Cabinet files, identified by the CAB extension. Makecab.exe, a command-line tool, lets you create and manage these efficient archives.

36 Essential Windows Command Prompt Keyboard Shortcuts

The Windows Command Prompt, or CMD, is a powerful tool for users who need to execute commands to perform tasks or troubleshoot issues. While it might look intimidating at first, mastering a few keyboard shortcuts can significantly enhance your efficiency and productivity. Here’s a comprehensive list of 36 essential keyboard shortcuts for the Windows Command Prompt: 1. Basic… Read More »

36 Best Keyboard Shortcuts for Windows

Mastering keyboard shortcuts in the Windows Command Prompt can significantly enhance your productivity and efficiency. Here’s a compilation of 36 essential keyboard shortcuts to help you navigate and perform tasks more effectively:

PowerShell vs Command Prompt: Pros and Cons

Both PowerShell and Command Prompt (cmd) play significant roles. While Command Prompt has been around for decades as a staple tool for running commands and scripts, PowerShell represents a more modern and robust CLI introduced by Microsoft. In this blog post, we’ll compare PowerShell and Command Prompt, highlighting their respective pros and cons to help you understand which… Read More »

How to Edit the Registry from Command Prompt on Windows 10 and 11

Windows Registry, often simply referred to as “the registry,” is a hierarchical database that stores low-level settings for the operating system and for applications that opt to use the registry. While most users are accustomed to using the graphical interface “Registry Editor” (regedit.exe) to view and edit the registry, there’s also a way to manipulate it directly from… Read More »