• About Us
  • Announce
  • Privacy Policy
  • Contact us
MasterTrend Info - Technology, News and Tutorials
24 °c
Ashburn
22 ° Wed
22 ° thu
  • HOME
    • BLOG
  • Tutorials
  • Hardware
  • Gaming
  • Mobile
  • Security
  • Windows
  • IA
  • Software
  • Networks
  • What's new
  • en_USEnglish
    • es_ESSpanish
    • pt_BRPortuguese
    • fr_FRFrench
    • it_ITItalian
    • de_DEGerman
    • ko_KRKorean
    • jaJapanese
    • zh_CNChinese
    • ru_RURussian
    • thThai
    • pl_PLPolish
    • tr_TRTurkish
    • id_IDIndonesian
    • hi_INHindi
    • arArabic
    • sv_SESwedish
    • nl_NLDutch
No result
See all results
  • HOME
    • BLOG
  • Tutorials
  • Hardware
  • Gaming
  • Mobile
  • Security
  • Windows
  • IA
  • Software
  • Networks
  • What's new
  • en_USEnglish
    • es_ESSpanish
    • pt_BRPortuguese
    • fr_FRFrench
    • it_ITItalian
    • de_DEGerman
    • ko_KRKorean
    • jaJapanese
    • zh_CNChinese
    • ru_RURussian
    • thThai
    • pl_PLPolish
    • tr_TRTurkish
    • id_IDIndonesian
    • hi_INHindi
    • arArabic
    • sv_SESwedish
    • nl_NLDutch
No result
See all results
MasterTrend Info - Technology, News and Tutorials
No result
See all results
Start Windows

Tips for Windows console

MasterTrend Insights by MasterTrend Insights
April 28, 2026
in Windows
Reading time:10 min read
0
Tips for Windows console

Windows console 1000x600

42
SHARED
117
Views
Share on FacebookShare on Twitter

Contents

  1. Tips for Windows console.
    1. 20 Windows Console Commands
    2. Ten tricks for the Windows console

Tips for Windows console

Tips for Windows console.

20 Commands Detailing Windows Console Tool

The Windows console may seem outdated, difficult to use or superfluous in an era where graphical interfaces completely dominate interaction with OS and apps.

Nevertheless, It is still really useful so that system administrators or advanced clients can perform tasks in a much more flexible and faster way, sometimes where the interface is disabled, to manage certain elements or access certain information that is not available in any other way.

The Windows console is a tool similar to the Linux Terminal or the corresponding macOS console.

And despite the news of the interface of recent systems like Windows 11, Microsoft has not forgotten about her.

Quite the opposite, it has reinforced it with the publication of Windows Terminal, a tool created from Windows independent way, free and released as open source.

Microsoft wants to transform Terminal into the Windows console determinant, but it coexists with the other 2 apps installed by default in Windows, the command prompt (CMD) and the much more advanced version for system managers, PowerShell.

They can be accessed in different ways.

The much simpler one:

  • Command Prompt: Type 'CMD' in the search box WindowsYou can choose to run it in user mode (with limits) and also in manager mode with access to the entire device.

Windows console

  • PowerShell: Type 'PowerShell' in the search box Windows.
  • Windows Terminal: Download the app from your GitHub page. From Terminal, you can use either CMD or PowerShell en pestañitas diferentes. Y en Windows 11, puedes seleccionarla como app de línea de comandos predeterminado.

20 Commands That Show Windows Console Utility 29

20 Windows Console Commands

You use an app of console or another, are executed in article mode.

The design will remind you of a system like MS-DOS and is not as deducible as an interface, although it can be customized in design, colors or fonts, especially the new Windows Terminal that we recommend you evaluate.

Its performance itself is simple: We write the command (and its modifiers if applicable) and these apps will act as interpreters for its execution.

There are many commands that we can use for a wide variety of tasks.

We leave you with some of the most essential ones:

HelpA good way to start is through the “help” command, which will show us a list of all the available commands. “Help + command name” will show us information about a specific command, while “Command name + /?” will show us all the modifiers and options for the command.

Systeminfo. Another one generally displays OS configuration information of a local or remote device, including Service Pack settings.

Communicates from the processor installed, the physical and virtual RAM used and free, the BIOS, the motherboard manufacturer, as well as the OS version used and any updates installed.

AssocMost Windows files are associated with a specific program assigned to open the file by default.

This command displays or alters file extension associations.

Chkdsk. Check the status of a hard drive/partition/volume and display a status report.

Fix disk errors or find damaged fields and recover information.

CMD. Starts a new instance of the command interpreter. Windows.

Dir and Del. Displays the list of files and subdirectories in a folder.

Delete one or more files, useful with those stubborn files that can't be removed from the platform.

Driverquery. Gadget drivers are among the most essential software installed on the PC.

Its removal or poor installation is a constant source of problems.

This command lists each and every one you have on the machine, their name, type of controller, link date or directory where it is installed.

Diskpart. A super utility for managing storage entities, whether internal or external, and capable of managing disks, partitions, volumes or virtual hard drives.

20 Commands That Show Windows Console Utility 31

Format. Format a disk from inside or outside for your Windows jobs.

Powercfg. Strong command for the power management of the device.

Power saving, sleep or hibernation states.

Creates a detailed report of power consumption on a PC that suggests a failure due to this reason.

Windows 8 has added a switch that gives a detailed analysis of a laptop's battery usage, capacity, charge status or recharge cycles.

Shutdown. Shut down, restart, or hibernate the local device.

It has a lot of modifiers to schedule shutdown or restart, a logout apart from forcing the shutdown of apps.

It is also used to document an unexpected system shutdown.

Sfc. Examines the integrity of each and every protected system file and replaces incorrect edits with the correct ones. Microsoft.

The command checks for missing or corrupted files, automatically replacing them using cached copies on the system.

Ipconfig. It is among the most useful network commands.

Reports recent TCP/IP network configuration settings and updates DHCP and Domain Name System (DNS) protocol settings.

Ping. Tests the communication status of the local host with one or multiple remote computers on an IP network.

By sending ICMP packets, it diagnoses the status, speed and quality of a given network.

Tracert. Allows you to understand packets coming from a host (network point).

Statistics are also obtained on the RTT or network latency of these packets, offering an estimate of the distance between the communication ends.

Pathping. Combines the ping and tracert tools.

It is much more informative, which means it takes much longer to complete.

After sending packets to a specific destination, the route taken is examined and packet loss and data between 2 hosts is calculated.

Getmac. Get the MAC address of the device where it runs. The MAC address is a precise 48-bit identifier configured by the IEEE and the developer (24 bits each).

Also famous as a physical address is unique for each device.

Nslookup. It is used to understand if the DNS is properly resolving names and IPs.

It also lets us know the IP address behind a specific domain name.

If you want to turn an IP address into a domain name, just type it into your browser and see where it leads.

Netstat. Strong command that displays network statistics and allows diagnostics and analysis.

By default, displays a catalog of a PC's active connections, both incoming and outgoing.

Includes the protocol in use, routing tables, interface statistics, and connection status.

Netsh. Homonym of network shell, it allows to change, manage and diagnose the setting up a network, with much more appearance and capacity than the previous ones.

An advanced command that provides a bunch of options using its modifiers and as an example, allows you to change the primary and secondary DNS of a device.

Microsoft provides this PDF file with all the available commands and additional information | Windows Commands Reference

20 Commands That Show Windows Console Utility 33

Ten tricks for the Windows console

The preceding commands are just a sample of the options of this Windows command line, whose management we can improve with a series of tricks like the ones we guarantee you now.

1. Use the function keys. Most of the function keys (F1 to F9) serve a purpose in the Windows console:

  • F1: Retypes the last used command, character by character, per keystroke.
  • F2: Asks for a character, then returns to typing the last command used up to the first occurrence of that character.
  • F3: Rewrite the last used command completely.
  • F4: Prompts for a character, then deletes all letters and numbers in the current command, starting from the cursor location to the first occurrence of the requested character.
  • F5: It returns to writing the previously used commands completely, but does not activate.
  • F6: Types ^Z in today's command.
  • F7: Displays a menu of previously used commands.
  • F8: Absolutely rewrites previously used commands.
  • F9: Retypes a previously used command exactly, corresponding to the number in the menu reported by F7.

2. View the command history. Whenever you want to see all the commands you have typed since the beginning of the session, you can use the “doskey /history” command. Doskey is a tool provided by Microsoft with multiple functionalities, one of which is the command history.

It is essentially exactly the same as pressing F7, but in addition it allows you to store, feed or manage the output of information.

3. Repeats a previous command. If you need to recall a previous command, whether to repeat or edit it, all you need to do is press the up arrow key on your keyboard.

If you keep pressing it, it will continue repeating previous commands starting with the most recent.

Functionally it is similar to using the F8 key except for one difference: the up arrow puts the cursor at the end of the command while F8 puts the cursor at the beginning of the command.

4. Execute multiple commands at once. If you need to execute multiple commands, but each one requires a good execution time, you can get ahead with the command “cd C: && echo…”.

The commands will be executed in the order you typed them, starting from the left to the right of the console.

New commands are not executed until the previous ones finish.

5. Cancel a running command. 

If at any time you run a command and it takes a long time to execute, you can stop it by pressing “Ctrl + C”. This function is also useful when you want to stop an app or service.

20 Commands That Show Windows Console Utility 35

6. View information, page by page. 

Most Windows commands output information on the screen. Sometimes, it displays a huge amount of information that is still unreachable even if you scroll up.

With the command “[command with output] | more” we get the console to display the information page by page, moving from one to another by pressing the space bar key.

7. Filter the output of a command. 

If the output of a command is verbose and you need to find a special line or instance of a word, you can filter the output with the command “[command with output] | find “query”.

The search filter is applied line by line, so it will return each and every line that makes up the article in the request.

8. Copy the output of a command. 

If you are looking for assistance to fix a system issue, you may need to output the information to an external tool.

And it's annoying if you don't use a command like “[command with output] | clip” that copies the information to the clipboard. Desde ahí, con la orden habitual “Control + V”, puedes copiarla donde desees.

9. Stores the output of a command. 

If your intention is to store the result of a command in a file, you can use the previous procedure or directly send it to a file with the function “[command with output] > filename.txt”.

El fichero de artículo se guardará en la localización del símbolo del sistema que estés utilizando, si bien puedes guardarlo en otra fijando la ruta completa “… C:folderfilename.txt)”.

ten. Drag and drop files. 

If you're working with files in a deeply nested directory and need their complete path names for a command, you have a few options.

You can write them manually.

You can copy the path from the Explorer address bar of files and then write the name of the file.

Or you can simply drag and drop the file directly into the command prompt.

Share this:
34FacebookLinkedInPinterestXRedditTumblrBlueskyThreadsShareChatGPTClaudeGoogle AIGrok
34
SHARES
Tags: EvergreenContentTechtipsWindowsTips
Previous Publication

Advantages of the Office Online suite

next post

Ideal cores for gaming

MasterTrend Insights

MasterTrend Insights

Our editorial team shares a deep-dive analysis, tutorials and recommendations for getting the most out of your devices and digital tools.

RelatedPublications

Carpeta inetpub Windows: usuario revisando error en PowerShell tras eliminar carpeta del sistema, explicando por qué no debes borrar inetpub si usas IIS o servidor web en Windows.
Windows

inetpub folder in Windows: why you shouldn't delete it

May 2, 2026
108
Windows 11 local account; Woman using Windows 11 laptop showing locked “Sign-in” screen, illustrating how to create a local account in Windows 11 and avoid signing in with Microsoft.
Windows

Windows 11 Local Account: How to Avoid Microsoft

May 1, 2026
275
Windows 11 God Mode: Woman holding laptop with "God Mode" folder and advanced system options for configuration, administrative tools and PC optimization.
Windows

Windows 11 God Mode: What it is and when it adds value

March 19, 2026
158
PowerToys key features - User working on a laptop with Windows 11 and PowerToys, showing key productivity and security features that should be native to Windows.
Windows

PowerToys Key Features That Should Be Native in Windows

February 6, 2026
125
Windows disk serial number - Person holding an HDD showing the serial number, illustration of how to find the disk identifier in Windows and which serial numbers manufacturers accept
Windows

Windows disk series valid criteria for support and warranty

February 1, 2026
155
Windows disk space management - User managing Windows disk space from a laptop, optimizing storage and freeing up space without losing critical system functions.
Windows

Managing Windows disk space on full disks without hidden errors

February 1, 2026
124
next post
Ideal cores for gaming: comparison of Intel Core i5 and AMD Ryzen 7 5000 processors, high-performance CPUs for PC gaming.

Ideal cores for gaming

5 4 votes
Article Rating
Subscribe
Access
Notify of
guest
guest
0 Comments
Oldest
Newest Most voted
Online Comments
See all comments

Stay Connected

  • 976 Fans
  • 118 Followers
  • 1.4 k Followers
  • 1.8 k Subscribers
  • Trends
  • Comments
  • Last
🖥️ How to open 'Devices and printers' in Windows 11: 4 simple steps

🌟 How to open ‘Devices and printers’ in Windows 11: ¡Amazing trick!

April 28, 2026
Windows 11 Persistent Clock

Windows 11 Persistent Clock: Options, Limits, and Real Decisions

April 28, 2026
Ethernet not working in Windows 11: 9 easy tricks

Ethernet not working in Windows 11: 3-minute solution ⚡🌐

13 November 2025
How to save game in REPO

How to save game in REPO 🔥 Discover the secret to not losing progress

7 July 2025
Features of Gmail on Android: Save time with 5 tips

Features of Gmail in Android: you 5 tricks you did not know! 📱✨

12
Repair of motherboards - Repair MotherBoards

Repair of motherboards of Laptops

10
Install Windows 11 Home without Internet

Install Windows 11 Home without Internet

10
How to backup drivers in Windows 11/10 in 4 steps!

How to backup drivers in Windows 11/10 It Prevents errors! 🚨💾

10
AMD UDNA architecture for PS6 and Xbox Next, detail of next-generation GPU chip with advanced design for high-performance gaming consoles.

UDNA architecture in PS6 and Xbox Next: more than just numbers

4 de May de 2026
FBC Firebreak Weapons: Unlock and Priorities - Tactical operators with shotguns and flamethrowers in combat surrounded by fire in intense video game scene.

FBC Firebreak Weapons: Unlocking and Priorities

May 3, 2026
Strategy Heroes Olden Era: White-haired warrior heroine making key decisions in an epic fantasy battle that change the course of the game.

Heroes Olden Era Strategy: Game-Changing Decisions

May 3, 2026
Shoring Up Defenses in Arc Raiders: real strategy with player in desert facing enemy drones in intense sci-fi tactical battle.

Shoring Up Defenses in Arc Raiders: Royal Strategy

May 3, 2026

Recent News

AMD UDNA architecture for PS6 and Xbox Next, detail of next-generation GPU chip with advanced design for high-performance gaming consoles.

UDNA architecture in PS6 and Xbox Next: more than just numbers

4 de May de 2026
108
FBC Firebreak Weapons: Unlock and Priorities - Tactical operators with shotguns and flamethrowers in combat surrounded by fire in intense video game scene.

FBC Firebreak Weapons: Unlocking and Priorities

May 3, 2026
100
Strategy Heroes Olden Era: White-haired warrior heroine making key decisions in an epic fantasy battle that change the course of the game.

Heroes Olden Era Strategy: Game-Changing Decisions

May 3, 2026
140
Shoring Up Defenses in Arc Raiders: real strategy with player in desert facing enemy drones in intense sci-fi tactical battle.

Shoring Up Defenses in Arc Raiders: Royal Strategy

May 3, 2026
104
MasterTrend Info logo

MasterTrend Info is your source of reference in technology: discover news, tutorials, and analysis of hardware, software, gaming, mobile, and artificial intelligence. Subscribe to our newsletter and don't miss any trend.

Follow us

Browse by Category

  • Gaming
  • Hardware
  • IA
  • Mobile
  • What's new
  • Networks
  • Security
  • Software
  • Tutorials
  • Windows

Recent News

AMD UDNA architecture for PS6 and Xbox Next, detail of next-generation GPU chip with advanced design for high-performance gaming consoles.

UDNA architecture in PS6 and Xbox Next: more than just numbers

4 de May de 2026
FBC Firebreak Weapons: Unlock and Priorities - Tactical operators with shotguns and flamethrowers in combat surrounded by fire in intense video game scene.

FBC Firebreak Weapons: Unlocking and Priorities

May 3, 2026
  • About Us
  • Announce
  • Privacy Policy
  • Contact us

Copyright © 2025 https://mastertrend.info/ - All rights reserved. All trademarks are property of their respective owners.

We've detected you might be speaking a different language. Do you want to change to:
es_ES Spanish
es_ES Spanish
en_US English
pt_BR Portuguese
fr_FR French
it_IT Italian
ru_RU Russian
de_DE German
zh_CN Chinese
ko_KR Korean
ja Japanese
th Thai
hi_IN Hindi
ar Arabic
tr_TR Turkish
pl_PL Polish
id_ID Indonesian
nl_NL Dutch
sv_SE Swedish
Change Language
Close and do not switch language
No result
See all results
  • en_USEnglish
    • es_ESSpanish
    • pt_BRPortuguese
    • fr_FRFrench
    • it_ITItalian
    • de_DEGerman
    • ko_KRKorean
    • jaJapanese
    • zh_CNChinese
    • ru_RURussian
    • pl_PLPolish
    • id_IDIndonesian
    • tr_TRTurkish
    • hi_INHindi
    • thThai
    • arArabic
    • sv_SESwedish
    • nl_NLDutch
  • Gaming
  • Hardware
  • IA
  • Mobile
  • What's new
  • Networks
  • Security
  • Software
  • Tutorials
  • Windows

Copyright © 2025 https://mastertrend.info/ - All rights reserved. All trademarks are property of their respective owners.

wpDiscuz
RedditBlueskyXMastodonHacker News
Share this:
MastodonVKWhatsAppTelegramSMSLineMessengerFlipboardHacker NewsMixNextdoorPerplexityXingYummly
Your Mastodon Instance