Get Windows 10 RAM Memory Details in Command Prompt

In Windows 10 without any third party applications you can get all RAM details like manufacturer, part number, serial number, capacity, speed, memory type, form factor in your Command Prompt. It will help to replace your faulty ram or upgrade your system with more RAM or just view the details. you can also check these details via Task Manager.

First open your Command Prompt. To open it in windows search type CMD or Command Prompt, then select Run as administrator option. Then type the following command press the Enter key to show all RAM details.

(more…)

Continue ReadingGet Windows 10 RAM Memory Details in Command Prompt

How to rename multiple files using File Explorer, Command Prompt and PowerShell on Windows 10

In windows 10 you don’t need any third party software to rename your files. You can easily do the renaming of multiple files using File Explorer, Command Prompt and PowerShell on Windows 10. In this tutorial we will learn about batch renaming of multiple files on Windows 10.

How to batch rename multiple files using Windows 10 File Explorer:

This is the most easiest method of batch file renaming. Please follow below steps to rename multiple files using file explorer.

(more…)

Continue ReadingHow to rename multiple files using File Explorer, Command Prompt and PowerShell on Windows 10

How to get Motherboard Model Number on Windows computer via command prompt

To get Motherboard Model Number on Windows computer via command prompt

1.Open the Command Prompt.
[via the search cmd.exe in the start menu or via run (WIN+R) or via All Programs-> Accessories->Command Prompt.]

2.Enter the below command and press enter.

wmic baseboard get Manufacturer,product,version,serialnumber

(more…)

Continue ReadingHow to get Motherboard Model Number on Windows computer via command prompt

Easily Run Command Prompt as an Administrator

1. Create Command Prompt shortcut.

To create Command Prompt shortcut in windows 7

Go to Start->All Programs->Accessories.And right click on Command Prompt and select Send to->Desktop (create shortcut)

2.Right click on Command Prompt shortcut and select properties and then select Advanced button on the Shortcut tab.

(more…)

Continue ReadingEasily Run Command Prompt as an Administrator

How to save (redirect) a Command’s Output to a File in Command Prompt

Just use redirection operator to save a Command’s Output in Command Prompt to a File.

Example:

ping google.com > "C:\Users\Server\Desktop\Ping.txt"

The above command stores ping command output to a file by the name of Ping.txt located on my desktop.

(more…)

Continue ReadingHow to save (redirect) a Command’s Output to a File in Command Prompt

How to change Command Prompt or DOS Prompt color

How to change Command Prompt or DOS Prompt color

If you do not like the black and white color of command prompt,there is a solution to change this.

1.Click start->All programs->Accessories->Command Prompt (OR)
Click start and then Run. Type cmd and press Ok to start command prompt.
2.Color code list

0 = Black
1 = Blue
2 = Green
3 = Aqua

(more…)

Continue ReadingHow to change Command Prompt or DOS Prompt color