词条 | Task Manager (Windows) |
释义 |
| name = Task Manager | screenshot = Windows 10 Task Manager on a Pentium M 740 laptop computer.png | screenshot_size = 300px | caption = Screenshot of Task Manager in Windows 10 Fall Creators Update showing the Performance tab | developer = Microsoft | replaces = System Monitor | operating system = Windows NT 4.0 and onwards | genre = Task manager, system monitor and startup manager }} Task Manager, previously known as Windows Task Manager, is a task manager, system monitor, and startup manager included with Microsoft Windows systems. It provides information about computer performance and running software, including name of running processes, CPU load, commit charge, I/O details, logged-in users, and Windows services. Task Manager can also be used to set process priorities, processor affinity, start and stop services, and forcibly terminate processes. The program can be started in recent versions of Windows by pressing {{Key press|Win|R}} and then typing in Task Manager was introduced in its current form with Windows NT 4.0. Prior versions Windows NT, as well as Windows 3.x, includes the Task List application, is capable of listing currently-running processes and killing them, or creating a new process. Windows 9x has a program known as Close Program which lists the programs currently running and offers options to close programs as well shut down the computer.[1] FunctionalityTask Manager has two views. The first time Task Manager is invoked by a user, it shows in a simplified summary mode (described in the user experience as Fewer Details). It can be switched to a more detailed mode by clicking More Details. This setting is remembered for that user on that machine.[2] Summary modeIn summary mode, Task Manager shows a list of currently running programs that have a main window. It has a "more details" hyperlink that activates a full-fledged Task Manager with several tabs. Right-clicking any of the applications in the list allows switching to that application or ending the application's task. Issuing an end task causes a request for graceful exit to be sent to the application. Processes and detailsThe Processes tab shows a list of all running processes on the system. This list includes Windows Services and processes from other accounts. The Delete key can also be used to terminate processes on the Processes tab. By default the processes tab shows the user account the process is running under, the amount of CPU, and the amount of memory the process is currently consuming. There are more columns that can be shown. The Processes tab divides the process into three categories:
This tab shows the name of every main window and every service associated with each process. Both a graceful exit command and a termination command can be sent from this tab, depending on whether the command is sent to the process or its window. The Details tab is a more basic version of the Processes tab, and acts similar to the Processes tab in Windows 7 and earlier. It has a more rudimentary user experience and can perform some additional actions. Right-clicking a process in the list allows changing the priority the process has, setting processor affinity (setting which CPU(s) the process can execute on), and allows the process to be ended. Choosing to End Process causes Windows to immediately kill the process. Choosing to "End Process Tree" causes Windows to immediately kill the process, as well as all processes directly or indirectly started by that process. Unlike choosing End Task from the Applications tab, when choosing to End Process the program is not given warning nor a chance to clean up before ending. However, when a process that is running under a security context different from the one of the process which issued the call to TerminateProcess, the use of the KILL command line utility is required.[3] PerformanceThe Performance tab shows overall statistics about the system's performance, most notably the overall amount of CPU usage and how much memory is being used. A chart of recent usage for both of these values is shown. Details about specific areas of memory are also shown. There is an option to break the CPU usage graph into two sections: kernel mode time and user mode time. Many device drivers, and core parts of the operating system run in kernel mode, whereas user applications run in user mode. This option can be turned on by choosing Show kernel times from the View menu. When this option is turned on the CPU usage graph will show a green and a red area. The red area is the amount of time spent in kernel mode, and the green area shows the amount of time spent in user mode. The Performance tab also shows statistics relating to each of the network adapters present in the computer. By default the adapter name, percentage of network utilization, link speed and state of the network adapter are shown, along with a chart of recent activity. App HistoryThe App History tab shows resource usage information about Universal Windows Platform apps. Windows controls the life cycle of these apps more tightly. This tab is where the data that Windows has collected about them can be viewed. StartupThe Startup tab manages software that start with Windows shell. UsersThe Users tab shows all users that currently have a session on the computer. On server computers, there may be several users connected to the computer using Terminal Services. As of Windows XP, there may also be multiple users logged onto the computer at one time using the Fast User Switching feature. Users can be disconnected or logged off from this tab. History{{refimprove|date=December 2017}}Windows 9xA Close Program dialog box comes up when {{Key press|Ctrl|Alt|Delete}} is pressed in Windows 9x.[1] Also, in Windows 9x, there is a program called Tasks (TASKMAN.EXE) located in the Windows directory. TASKMAN.EXE is rudimentary and has fewer features. The System Monitor utility in Windows 9x contains process and network monitoring functionality similar to that of the Windows Task Manager. (Also, Tasks program is called by clicking twice on desktop if Explorer process is down.) Windows XPIn Windows XP only, a Shutdown menu is present that provides access to Standby, Hibernate, Turn off, Restart, Log Off, and Switch User. Later versions of Windows make these options available through the start menu. On the Performance tab, the display of the CPU values was changed from a display mimicing a LED seven-segment display, to a standard numeric value. This was done to accommodate non-Arabic numeral systems, such as Eastern Arabic numerals, which cannot be represented using a seven-segment display.[4] Prior to Windows XP, process names longer than 15 characters in length are truncated. This problem is resolved in Windows XP.[5] The users tab is introduced by Windows XP. Beginning with Windows XP, the Delete key is enabled on the Processes tab. Windows VistaWindows Task Manager has been updated in Windows Vista with new features[6], including:
Windows 8In Windows 8, Windows Task Manager has been overhauled and the following changes[8] were made:
Windows 10The processes tab is divided into categories.[12] WeaknessTask Manager is a common target of computer viruses and other forms of malware; typically malware will close the Task Manager as soon as it is started, so as to hide itself from users. Variants of the Zotob and Spybot worms have used this technique, for example.[13] Using Group Policy, it is possible to disable the Task Manager. Many types of malware also enable this policy setting in the registry. Rootkits can prevent themselves from getting listed in the Task Manager, thereby preventing their detection and termination using it. See also
References1. ^1 {{cite web| url = http://nuance.custhelp.com/app/answers/detail/a_id/2048/~/how-to-end-task-on-the-items-that-are-running-in-the-background| title = How to end task on the items that are running in the background| date = June 22, 2002| publisher = Nuance Communications}} 2. ^{{cite web url=https://blogs.windows.com/windowsexperience/2013/06/06/windows-8-task-manager-in-depth/ | title = Windows 8 Task Manager In-Depth | date = June 6, 2013 | accessdate = February 6, 2019 | publisher = Microsoft Corporation}} 3. ^{{cite web|url=http://support.microsoft.com/kb/155075 |title=Cannot End Service Processes with Task Manager |work=Support |publisher=Microsoft |date=2007-02-27 |accessdate=2012-12-06 |deadurl=no |archiveurl=https://web.archive.org/web/20070308102006/http://support.microsoft.com/kb/155075|archivedate=March 8, 2007}} 4. ^{{cite web| url = https://blogs.msdn.microsoft.com/oldnewthing/20070725-00/?p=25863| title = What is Dave’s frame class?| author = Raymond Chen| date = July 25, 2007}} 5. ^Magic 15 with GetProcessesByName on Windows 2000 {{dead link|date=June 2016|bot=medic}}{{cbignore|bot=medic}} 6. ^{{cite web | url=https://searchenterprisedesktop.techtarget.com/tip/Microsofts-Windows-Task-Manager-Whats-new-in-Vista | title=Microsoft's Windows Task Manager: What's new in Vista? | author=Brien Posey | date=May 2008 | accessdate = 4 February 2019}} 7. ^{{cite web| url = https://blogs.msdn.microsoft.com/oldnewthing/20140619-00/?p=703| title = What happened to the Shut Down menu in classic Task Manager?| author = Raymond Chen| date = June 19, 2014}} 8. ^{{cite web url=https://blogs.windows.com/windowsexperience/2013/06/06/windows-8-task-manager-in-depth/ | title = Windows 8 Task Manager In-Depth | date = June 6, 2013 | accessdate = February 6, 2019 | publisher = Microsoft Corporation}} 9. ^{{cite web | url=http://blogs.msdn.com/b/b8/archive/2011/10/27/using-task-manager-with-64-logical-processors.aspx | title=Using Task Manager with 64+ logical processors | date=October 27, 2011| first= Steven |last=Sinofsky|work=Building Windows 8|publisher=Microsoft}} 10. ^{{cite web | url=http://www.itproportal.com/2011/10/24/how-get-most-out-new-windows-8-task-manager/ | title=How to Get the Most out of New Windows 8 Task Manager? | date=October 24, 2011|first=Alex|last=Serban|work=ITProPortal|publisher=Future Publishing}} 11. ^https://www.techrepublic.com/blog/windows-and-office/manage-startup-programs-in-vista-using-windows-defenders-software-explorer/ 12. ^{{cite web | url = https://www.windowscentral.com/task-manager-optimize-your-windows-10-experience | title=How to use Task Manager to optimize your Windows 10 experience | date=4 Sep 2015 | accessdate=4 Feb 2019 | first=Jez | last=Corden | publisher=Windows Central}} 13. ^{{cite web|url=http://windowsxp.mvps.org/ToolsQuit.htm|title=Task Manager, MSCONFIG, or REGEDIT disappears while opening|date=December 19, 2005|work=Ramesh's website}} External links
4 : All articles to be expanded|Utilities for Windows|Windows components|Task managers |
随便看 |
|
开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。