Ten practical "run" commands under Vista

  
                  Windows Vista is popular with its gorgeous interface and new ways of operation, but in fact, if you are good at using the "Run" command, you can still greatly simplify the operation, and even find some features that are not in the regular menu.


Let's talk about some of the tool commands under Windows Vista. Just press Win+R to bring up the "Run Box", then enter the corresponding command and hit Enter. This article is quoted from www.45it.com Computer Software and Hardware Application Network

Remote Assistance: This is a very useful feature, especially the rookie, when you are helpless in the face of machine failure, you can use this function to the Internet. Ask your friend for help and let him work directly on your machine.

Command: msra.exe

Computer Management: This is a centralized management interface where you can view and configure the various components of the machine.

Command: compmgmt.msc

System Restore: By default, the machine automatically creates many restore points, and this command uses these restore points to restore the computer system to its previous state.

Command: rstrui.exe

System Properties: View basic information about the computer's system settings

Command: control.exe system

System Information: Many software sets this button (such as Office) on the "About" interface, where you can view detailed information about hardware settings and software settings.

Command: msinfo32.exe

Disable UAC : Do you often encounter this thing, pop up when you run the executable to ask if you want to continue? This is what's new in Vista - user account control. If you don't like it, you can disable it by the following command and need to restart after running.

Command: cmd.exe /k %windir%\\System32\ eg.exe ADD HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\System /v EnableLUA /t REG_DWORD /d 0 /f

If you want to re-enable UAC, you can use this command: cmd.exe /k %windir%\\System32\ eg.exe ADD HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\System /v EnableLUA /t REG_DWORD /d 1 /f

Registry Editor: The registry is the core of Windows, and is also a paradise for many masters. This tool has been around since Win95, and Vista is no exception, just changed to 32-bit.

Command: regedt32.exe

Enable UAC: Enable User Account Control (requires restart)

About Windows: Almost every software has an "About" dialog box. Used to display version and copyright information, Windows is no exception.

Command: winver.exe

Task Manager: In WinXP, just press Ctrl+Alt+Delete at the same time to bring up the window, it can display the program about the computer running and Details of the process. But under Vista it is not so convenient, you need to use the following command.

Command: taskmgr.exe

IP Configuration: Want to know what is the status of your IP network configuration? You can see it by typing the following command.

Command: cmd.exe /k %windir%\\system32\\ipconfig.exe

Copyright © Windows knowledge All Rights Reserved