Skip to main content

14 Windows 10 Command Line Tricks that Give You More Control Over Your PC

14 Windows 10 Command Line Tricks that Give You More Control Over Your PC

Looking for:

10 Windows 7 commands every administrator should know | TechRepublic.20 Cool Command Prompt Tricks that You Should Know () | Beebom 













































     


21 Best Command Prompt Tricks.5 Fun Tricks You Can Do in Command Prompt



 

The command line is often the best place to resolve Windows 7 desktop problems. These basic commands will help speed your troubleshooting tasks. Holiday rerun: An oldie-but-a-goodie, these command-line basics topped the list of popular troubleshooter posts last year.

PC troubleshooting is becoming less common in larger organizations, but consultants and techs in smaller shops still have to get their hands dirty identifying and fixing desktop problems. Oftentimes, troubleshooting Windows 7 means delving into the command line.

Here are 10 fundamental Windows 7 commands you might find helpful. This article is intended solely as an introduction to some useful troubleshooting commands. Malicious software will often attempt to replace core system files with modified versions in an effort to take control of the system. The System File Checker can be used to verify the integrity of the Windows system files.

If any of the files are found to be missing or corrupt, they will be replaced. You can run the System File Checker by using this command:. One way to verify the integrity of a system is to make sure that all the system files are digitally signed.

You can accomplish this with the File Signature Verification tool. This tool is launched from the command line but uses a GUI interface. The command used to launch the File Signature Verification tool is:.

Incorrect device drivers can lead to any number of system problems. If you want to see which drivers are installed on a Windows 7 system, you can do so by running the driverquery tool.

This simple command-line tool provides information about each driver that is being used. The command is:. If you need a bit more information, you can append the -v switch. Another option is to append the -si switch, which causes the tool to display signature information for the drivers.

The nslookup tool can help you to verify that DNS name resolution is working correctly. When you run nslookup against a host name, the tool will show you how the name was resolved, as well as which DNS server was used during the lookup. This tool can be extremely helpful when troubleshooting problems related to legacy DNS records that still exist but that are no longer correct.

To use this tool, just enter the nslookup command, followed by the name of the host you want to resolve. For example:. Ping is probably the simplest of all diagnostic commands. To use it, simply enter the command, followed by the name or IP address of the host you want to test.

If at any point a firewall is blocking ICMP traffic, the ping will fail. This is where the pathping utility comes in. Pathping is designed for environments in which one or more routers exist between hosts. At its simplest, the syntax for pathping is identical to that of the ping command although there are some optional switches you can use. The command looks like this:. Doing so involves using the following commands:.

Another handy thing you can do with ipconfig is flush the DNS resolver cache. This can be helpful when a system is resolving DNS addresses incorrectly. You can flush the DNS cache by using this command:. If a drive that is encrypted with BitLocker has problems, you can sometimes recover the data using a utility called repair-bde. To use this command, you will need a destination drive to which the recovered data can be written, as well as your BitLocker recovery key or recovery password.

The basic syntax for this command is:. You must specify the source drive, the destination drive, and either the rk recovery key or the rp recovery password switch, along with the path to the recovery key or the recovery password. Here are two examples of how to use this utility:.

The tasklist command is designed to provide information about the tasks that are running on a Windows 7 system. At its most basic, you can enter the following command:. The tasklist command has numerous optional switches, but there are a couple I want to mention. One is the -m switch, which causes tasklist to display all the DLL modules associated with a task.

The other is the -svc switch, which lists the services that support each task. The taskkill command terminates a task, either by name which is referred to as the image name or by process ID. The syntax for this command is simple. You must follow the taskkill command with -pid process ID or -im image name and the name or process ID of the task that you want to terminate.

Here are two examples of how this command works:. TechRepublic Premium content helps you solve your toughest IT issues and jump-start your career or next project.

Compare the best online cloud backup services now. You can use a mobile device to speak with another person directly through the Teams app. Lance Whitney shows you how to use this handy feature. Find out how to protect against this new threat. With so many project management software options to choose from, it can seem daunting to find the right one for your projects or company. Recruiting an Operations Research Analyst with the right combination of technical expertise and experience will require a comprehensive screening process.

This Hiring Kit provides an adjustable framework your business can use to find, recruit and ultimately hire the right person for the job.

This hiring kit from TechRepublic Premium includes a job description, sample interview questions The digital transformation required by implementing the industrial Internet of Things IIoT is a radical change from business as usual. This quick glossary of 30 terms and concepts relating to IIoT will help you get a handle on what IIoT is and what it can do for your business..

Procuring software packages for an organization is a complicated process that involves more than just technological knowledge. There are financial and support aspects to consider, proof of concepts to evaluate and vendor negotiations to handle. Account Information TechRepublic close modal The command line is often the best place to resolve Windows 7 desktop problems.

Before I begin… This article is intended solely as an introduction to some useful troubleshooting commands. The command used to launch the File Signature Verification tool is: sigverif 3: Driverquery Incorrect device drivers can lead to any number of system problems. The command is: driverquery If you need a bit more information, you can append the -v switch. For example: nslookup dc1. For example: ping The command looks like this: pathping At its most basic, you can enter the following command: tasklist The tasklist command has numerous optional switches, but there are a couple I want to mention.

Here are two examples of how this command works: taskkill -pid taskkill -im iexplore. Your email has been sent. By Brien Posey. I have been a full time technical author ever since.

All rights reserved.

   

 

Best (Command Prompt) CMD Tricks And Hacks - [ Edition] - Safe Tricks



   

This will generate the result file. This is a good way to save your confidential files from curious friends or co-workers or even prevent them from being misused, even in the event of a data breach.

This is one of the command prompt tricks everyone needs to know. But command prompt runs the normal user account by default, which makes it harder to get Administrator access to run commands. So to fix this you can change the behavior permanently and always run command prompt as Administrator. From now on, you can open command prompt from the desktop shortcut and it will always start with Administrator privilege. It helps keep your computer clean and bug-free. From there, the prompt will begin to check the integrity of all system files that are protected.

Besides, it will also repair the damaged files if that is possible. From there, you will have a good overview of command usage and syntax. You will know the subcommands with examples, and what are the other commands related to SFC in a readable language.

Many users use the navigation keys to move back and forth between commands, but since you perform many commands, it quickly becomes a tiring exercise. With the command title , followed by a word or phrase, you can change the window header for the Command Prompt. It's relatively useless outside organizing multiple Command Prompts, but it's a fun detail to keep in mind.

This one is as fun as it is interesting, and it has legitimate uses in networking and troubleshooting. The command tracert , followed by an IP or website address, will display a list demonstrating where your connection is bouncing to on the way to the desired address. This can be incredibly illuminating, if not just fascinating, to see all the stops your connection makes on its way to its destination. Most home internet setups should route you through several addresses related to your ISP, and then beyond that, who knows?

Netstat command can be used with the following attributes. IPconfig is the most useful command to see the IP address, Default gateway, and subnet mask. When we use the internet, the Domain name server resolves the Domain names to IP addresses, so we do not need to remember the IP addresses.

But in case of troubleshooting, we can instead get the IP address of a particular website using this command. Another amazing in all cmd tricks by using it, we can get a complete list of all drivers installed on your PC along with their details. Then, tap on entering to see a list of all drivers installed on your PC along with their details.

We have seen Command Prompt with a black screen and white font since forever. Because it is the default theme. What users do not know is that the colors in the command prompt can be easily changed. So here most wanted in all CMD tricks. In this nonproductive yet awesome trick, we will tell you how to watch star wars.

Make sure you have telnet enabled on your PC. Due to android phones, we are using Wifi hotspots. How to Open the Command Prompt in any Folder Not everyone wants the hassle of navigating around folders in the command line. How to Create a Secure Folder with the Command Prompt For privacy reasons, you might want to create a folder that cannot be edited, moved, copied, or deleted by any random person that gets access to your computer. It cannot be deleted, edited, moved, or copied. Any other user apart from you will be unable to open the files.

How to Change the Background Color and Font Color of the Command Prompt If the old-school black and white colors of the command line look boring to you, you can change them to your desired color scheme. How to Change the Prompt Text of the Command Prompt The text that appears before you type your commands might not be attractive enough for you.

How to Change the Font Size of the Command Prompt Texts If the default font size of the command prompt is too small for your eyes, you can change it.

How to Generate Battery Health Report with the Command Prompt With this, you get to know the state of your laptop battery and what to do to improve it. How to Log on to a Website from the Command Prompt You can open a website from the command prompt by typing in start www. Normally, pasting involves right-clicking and selecting Paste , so this is still a bit different than you're used to.

Just open Command Prompt and execute this:. The movie will start immediately. Check out the tip below if this doesn't work. True, this isn't a terribly productive use of the Command Prompt, nor is it really a trick of the Command Prompt or any command, but it sure is fun!

We can't imagine the work that went into this homage to the sci-fi masterpiece. The Telnet command isn't enabled by default, so if you want to use the Telnet client in Windows , you need to enable it from Control Panel.

When you visit this site, it may store or retrieve information on your browser, mostly in the form of cookies. Cookies collect information about your preferences and your device and are used to make the site work as you expect it to, to understand how you interact with the site, and to show advertisements that are targeted to your interests.

You can find out more and change our default settings with Cookies Settings. By Tim Fisher. Tim Fisher. Tim Fisher has more than 30 years' of professional technology experience. He's been writing about tech for more than two decades and serves as the VP and General Manager of Lifewire. Tweet Share Email. How to Read Command Syntax. How to Redirect Command Output to a File. This technique doesn't work in an elevated Command Prompt. Was this page helpful?

Thanks for letting us know! Email Address Sign up There was an error. Please try again. You're in! Thanks for signing up.



Comments

Popular posts from this blog

Will microsoft office outlook 2007 work with windows 10 free

Will microsoft office outlook 2007 work with windows 10 free Looking for: Can Outlook run on Windows 10? - Ready for Microsoft 365?  Click here to DOWNLOAD       Will Office run with Windows 10 ? - Microsoft Community - Interesting tutorials   I have installed Office on my new Alienware laptop running Windows 10 Pro All of Office works well except for one issue:. When adding a new Outlook email account or data file the input box covers the entire vertical screen - the bottom pane with will microsoft office outlook 2007 work with windows 10 free [Back] [Next] [Cancel] buttons are below the screen and cannot be seen without manually moving the screen upward with [Alt] [SpaceBar]. I can still manipulate the program using the [Tab] button from memory, but certainly the entire input box should be visible as it is with Windows 7. I also noticed that the typical [Min] [Max] and [Close] icons are missing at the upper right corner of the box. There is only the [Close] box. Since all of

- Windows 8.1 auto login user free

- Windows 8.1 auto login user free Looking for: - Automatic Login to Guest Account windows - Microsoft Community  Click here to DOWNLOAD       Windows 8.1 auto login user free. Automatic Login to Guest Account windows 8.1   Restart windows 8 or 8. I can assure you that you are in the right place and I will help you in resolving this issue. Jessica Kormos is a writer and editor with 15 years' experience writing articles, copy, and UX content for Tecca. Table of contents. You can also pass the username, domain and password as command-line arguments:. Is there a way to have no password on windows 8 or 8.   Windows 8.1 auto login user free -   Login Guide. Open the Advanced User Accounts program. Here are the steps to enable auto login for Windows 8 and 8. This will open the user accounts window. Step 2 — You will see the list of account. Type "netplwiz"… Now you should uncheck "Users must enter a user name and password to use this computer" …. Please sta

Microsoft office 2016 for dummies cheat sheet free. Office cheat sheets

Microsoft office 2016 for dummies cheat sheet free. Office cheat sheets Looking for: Microsoft office 2016 for dummies cheat sheet free.Word 2016 and 2019 cheat sheet  Click here to DOWNLOAD       For Dummies | Microsoft office word, Office word, Tech sites   В итоге в течение ближайших 36 часов ни один из членов семьи не оставлял большую комнату, как и. Кэти вступила в спальню. - Минутку, Николь подпустила воздух в надувной жилет.   Office For Dummies by Wallace Wang - Ebook | Scribd   To be frank, it is not an easy task for all as the functions are a lot in numbers. Let me share the trick that I used and still use to master the formulas: I used to revise Excel formulas every day before start working anything with Microsoft office 2016 for dummies cheat sheet free. This revision makes a permanent image of the formulas in my brain. Then wherever I see the name of an Excel formula, I can quickly remember its syntax and uses. This helps me a lot while I am trying to solve an Ex