Windows is long-formed by the UI. However, the real powerful tool is still a command line tool.
Today, we will introduce a scheme to monitor whether a process works normally using the Windows command line tool tasklist, findstr, and start.
In Windows XP, press Ctrl + Alt + Del to go to Windows Task Manager. On the process tab, you can view the complete process list of the local machine, in addition, you can manually customize the process list to obtain more process information, such as the session ID and user name. Unfortunately, we cannot see which system services these processes provide. In fact, the new command line tool named tasklist.exe
The CMD command uses tasklist and taskkill to close the program and tasklisttaskkill.
After the remote server yesterday, the server got stuck for no reason, and the mouse was delayed and unresponsive. If you wanted to close the program in the Process Manager, you also got stuck. After the tangle, win + R enables cmd and restarts with shutdown. During the restart, I thought about how to use the cmd
The CMD command uses tasklist and taskkill to close the program.After the remote server yesterday, the server got stuck for no reason, and the mouse was delayed and unresponsive. If you wanted to close the program in the Process Manager, you also got stuck. After the tangle, win + R enables cmd and restarts with shutdown. During the restart, I thought about how to use the cmd
tasklist Command View DLL Quick Find Trojan
tasklist command to see who is using the DLL
Tasklist/? You can see the parameter interpretation of/m:
/M [Module] lists all of them that conform to the specified pattern nameAll the tasks of the DLL module.If the module name is
DOS Process view and stop command
To view a process:
Tasklist/svc
To stop a process:
Taskkill/im 2468/f
dos view process, end Process command (common hacker commands)
shall want to upload a trojan or something, there will always encounter some things to stop, some can stop the service ah what, but some things can only be closed, this time we will use two comma
For example, start Messenger in cmd:
sc config Messenger start= auto
net start Messenger
Auto Auto Demand manual disabled disabled
The above first sentence for the manual to automatically, = number after the space can not be missed, the second sentence is to open the service command
There is a command to view the process in cmd tasklist
command-line editing:Cursor Jump:CTRL + A: Skip to the beginning of the commandCtrl+e: Jump to the end of the command lineCtrl+u: Delete the cursor to the beginning of the command lineCTRL+K: Delete the cursor to the end of the command lineCtrl+l: Clear ScreenCtrl+d: Delete
$ (Solutionpath) solution (defined as drive + path + base name + file extension).The base name of the $ (solutionname) solution.The file name of the $ (solutionfilename) solution (defined as base name + file extension).The file name extension of the $ (solutionext) solution. It includes "." In front of the file name extension.$ (TargetDir) The directory that generated the primary output file (defined as drive + path). It includes the trailing backslash "\".$ (TargetPath) The absolute path name
Label:MySQL command line when executing a multi-line command, if the command entered in front of an error, is unable to return the modification, but can be input \c to cancel the front input, but at this time if the front input a lot of things, the direct cancellation and un
Linux Command Line editing common shortcut keys (practical, General), linux Command Line
This article describes common shortcut keys for Linux Command Line editing.
Linux Command
Introduction to PHP command line usage, PHP command line usage
PHP is a very popular web service-side scripting language. In fact, PHP can not only play an important role in the Web server. Can be executed at the command line.
I
MYSQL command line Import and Export Database details, mysql command line Import and Export
Mysql command line import database:
1. The. SQL file to be imported is moved to the binfile, which is convenient.2. Step 1 of the above-me
Python command line parsing module details, python command line details
This article focuses on the Python command line parsing module.
There are two common parser types for Python command
Super lightweight remote command line client and server (including file transfer), command line File Transfer
Function: Implements TCPIP-based command line operations on remote computers and supports remote file transmission.
Plat
as prompted. If the statements in the above file are correct, the data will be imported to the database.
Use load data infile in the command line to import DATA from the file to the database: Now you may ask yourself, "Why do I need to input all these SQL statements into the file, and then run them through the program?" This seems to require a lot of work. That's good. You may be right. But what if you ha
PHP uses command line to export and import MySQL database, command line MySQL
Command line Export database:1. Go to the Bin folder in the MySQL directory: cd MySQL to the Bin folder directoryAs I entered the
As early as a few years ago, some precognition netizens lamented: How can a person not win a bid if they are online. Nowadays, computer tricks have become commonplace. Anti-virus software and firewall are naturally indispensable in the face of this surging virus and Trojan horses. But sometimes there are still a lot of stubborn elements that just rely on anti-virus software and firewalls. What should we do? You have known that some very useful tools have been provided for us in the
Linux Command Line input summary, linux Command Line SummaryLinux basic command input
New User: useradd [user name]; Change User name: usermod-l (Note: lowercase letter L) [user name you want] [Existing user name]
After modifying the user name, you must modify the group name
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.