Sometimes the program is more open, the computer will be card, slow response, long time to panic. This requires shutting down the program and releasing the Win7 system resources. One of the close inevitably too slow too much trouble, how a key to close all programs?
Operation Steps
1, in the desktop space right click to select New, shortcut, and then enter the following: taskkill/f/fi "imagename ne explorer.exe"/fi "imagename ne dwm.exe"
Figure 1
Figure 2
2, for the shortcut to take a nice name. Click on this shortcut to find out if all the running programs are turned off? And it's fast.
Figure 3
Supplementary notes
1, you can set a good looking icon for this shortcut, a convenient shortcut key. As shown in Figure 4. If it's the Win7 flagship, you can also drag it to the taskbar for more convenience. As shown in Figure 5.
Figure 4
Figure 5
2, Taskkill is used to kill the process of the built-in command,/F parameters indicate the mandatory kill process,/fi to filter, imagename NE Explorer.exe said not kill the Explorer.exe process, more help please enter tasklist/? view.