How to Set Command Prompt Default Window Size and Position

When you open Command Prompt and position it on your preferred location on the screen, the setting is not retained. Also, when you resize the Command Prompt window and close it, the setting is not saved. This system managed positioning annoys many users who prefer uniformity in every aspect of the user interface. This post tells you how to customize the default Command Prompt window size (width & height) and set its default position in terms of screen coordinates.Read more

Extract Wallpapers from DeskThemePack and ThemePack Files

This article shows you different ways of extracting wallpaper images from a theme pack file in Windows.

A theme is a combination of desktop background pictures, window colors, and sounds. Windows themes come in the form of theme packs. Theme packs are essentially CAB files that enclose resources such as wallpapers, sounds, etc., along with the .theme file, which contains the instructions to apply the theme.

Theme packs come in two types: one with a .themepack file extension and the other with a .deskthemepack extension.Read more

Add “Open command window here” to Context Menu in Windows 10

win x replace powershell with command prompt

In the recent versions of Windows 10 (Creators Update and higher), the “Open Command Prompt here” context menu entry has been removed and is replaced by “Open PowerShell window here”.

Microsoft, in an effort to bring the best command line experiences to the forefront for all power users, has made PowerShell the de facto command shell.

This article tells you how to add “Open command window here” to right-click menu in Windows 10. Optionally, you can also remove the Open PowerShell window here from the context menu.

You may also be knowing that since the preview build 14971, “Command Prompt” and “Command Prompt (Admin)” entries in the Win+X menu (the menu which appears when you right-click Start) were replaced with PowerShell links.Read more

How to Copy Command Prompt Output Text to Clipboard or File

Windows Command-line tools are great for troubleshooting, as well as automation. But, if you’re stumped when a tech support guy on the phone asks you to run a built-in console command and copy the output displayed for diagnosing a problem, these Command Prompt basics will come in handy.

This post explains how to copy or redirect Command Prompt output to a file or the clipboard.Read more