Comandos – EPO 2015
Network Configuration / Tools
Administrator / Power User Corner To Access Group Policy Editor (XP Prof) Local Security Settings Local Users and Groups Component Services Computer Management Device Manager Indexing Service Security Center Resultant Set of Policy (XP Prof) Registry Editor Registry Editor Remote Access Phonebook Remote Desktop Removable Storage Removable Storage Operator Requests Services Shared Folders System Configuration Editor System Configuration Utility System Properties User Account Management Windows Management Infrastructure Windows System Security Tool Windows Update Launches Password Properties Performance Monitor Performance Monitor Private Character Editor SQL Client Configuration
Run Command gpedit.msc secpol.msc lusrmgr.msc dcomcnfg compmgmt.msc devmgmt.msc ciadv.msc wscui.cpl rsop.msc regedit regedit32 rasphone mstsc ntmsmgr.msc ntmsoprq.msc services.msc fsmgmt.msc sysedit msconfig sysdm.cpl nusrmgr.cpl wmimgmt.msc syskey wupdmgr password.cpl perfmon.msc perfmon eudcedit cliconfg
To Access Internet Connection Wizard Internet Explorer Internet Properties Internet Setup Wizard IP Configuration (Display Connection Configuration) IP Configuration (Display DNS Cache Contents) IP Configuration (Delete DNS Cache Contents) IP Configuration (Release All Connections) IP Configuration (Renew All Connections) IP Configuration (Refreshes DHCP & ReRegisters DNS) IP Configuration (Display DHCP Class ID) IP Configuration (Modifies DHCP Class ID) Network Connections Network Connections Network Setup Wizard Netmeeting Bluetooth Transfer Wizard Telnet Client Windows Firewall Netsh is a command-line scripting utility
Run Command icwconn1 iexplore inetcpl.cpl inetwiz ipconfig /all ipconfig /displaydns ipconfig /flushdns ipconfig /release ipconfig /renew ipconfig /registerdns ipconfig /showclassid ipconfig /setclassid control netconnections ncpa.cpl netsetup.cpl conf fsquirt telnet firewall.cpl netsh
User Corner
System Maintenance To Access Control Panel Date and Time Properties Accessibility Controls Accessibility Wizard Add Hardware Wizard Add/Remove Programs Administrative Tools Automatic Updates Calculator Certificate Manager Direct X Control Panel (If Installed)* Display Properties Display Properties Display Properties (w/Appearance Tab Preselected) Java Control Panel (If Installed) Java Control Panel (If Installed) Mouse Properties Mouse Properties Phone and Modem Options Phone Dialer Power Configuration Printers and Faxes Printers Folder Regional Settings Scanners and Cameras Scheduled Tasks Fonts Game Controllers Folders Properties Fonts Folder Keyboard Properties ODBC Data Source Administrator Sounds and Audio Tweak UI (if installed)
Run Command control timedate.cpl access.cpl accwiz hdwwiz.cpl appwiz.cpl control admintools wuaucpl.cpl calc certmgr.msc directx.cpl control desktop desk.cpl control color jpicpl32.cpl javaws control mouse main.cpl telephon.cpl dialer powercfg.cpl control printers printers intl.cpl sticpl.cpl control schedtasks control fonts joy.cpl control folders fonts control keyboard odbccp32.cpl mmsys.cpl tweakui
To Access Disk Cleanup Utility Disk Defragment Disk Management Disk Partition Manager Check Disk Utility System File Checker Utility (Scan Immediately) System File Checker Utility (Scan Once At Next Boot) System File Checker Utility (Scan On Every Boot) System File Checker Utility (Return to Default Setting) System File Checker Utility (Purge File Cache) System File Checker Utility (Set Cache Size to size x)
Run Command cleanmgr dfrg.msc diskmgmt.msc diskpart chkdsk sfc /scannow sfc /scanonce sfc /scanboot sfc /revert sfc /purgecache sfc /cachesize=x
Troubleshooting / System Diagnostics / System Information To Access Direct X Troubleshooter Dr. Watson System Troubleshooting Utility Driver Verifier Utility Event Viewer File Signature Verification Tool Task Manager TCP Tester System Information Windows Version (to show which version of windows)
Run Command dxdiag drwtsn32 verifier eventvwr.msc sigverif taskmgr tcptest msinfo32 winver
DOS COMMANDS
1
Secuirty To Access Malicious Software Removal Tool
Run Command mrt
User / session control To Access Logs You Out Of Windows Shuts Down Windows
Run Command logoff shutdown
Misc To Access Notepad Wordpad Paint Utility Manager Windows Media Player Windows Messenger
Run Command notepad write pbrush utilman wmplayer msmsgs
Windows Picture Import Wizard (need camera connected) Windows XP Tour Wizard Character Map Windows Address Book Windows Address Book Import Utility Windows Backup Utility (if installed) Windows Explorer Windows Magnifier Clipboard Viewer Command Prompt DDE Shares Files and Settings Transfer Tool Findfast Help and Support HyperTerminal Iexpress Wizard Microsoft Chat Microsoft Syncronization Tool Object Packager On Screen Keyboard Outlook Express
wiaacmgr tourstart charmap wab wabmig ntbackup explorer magnify clipbrd cmd ddeshare migwiz findfast.cpl helpctr hypertrm iexpress winchat mobsync packager osk msimn
Windows Environment Variables %ALLUSERSPROFILE% %APPDATA% %CD% %CMDCMDLINE% %CMDEXTVERSION% %COMPUTERNAME% %COMSPEC% %DATE% %ERRORLEVEL% %HOMEDRIVE% %HOMEPATH% %HOMESHARE% %LOGONSERVER% %NUMBER_OF_PROCESSORS% %OS% %PATH% %PATHEXT% %PROCESSOR_ARCHITECTURE% %PROCESSOR_IDENTIFIER% %PROCESSOR_LEVEL% %PROCESSOR_REVISION% %PROGRAMFILES% %PROMPT% %RANDOM% %SYSTEMDRIVE% %SYSTEMROOT% %TEMP% %TMP% %TIME% %USERDOMAIN% %USERNAME% %USERPROFILE% %WINDIR%
Local returns the location of the All Users Profile. Local returns the location where applications store data by default. Local returns the current directory string. Local returns the exact command line used to start the current cmd.exe. System returns the version number of the current Command Processor Extensions. System returns the name of the computer. System returns the exact path to the command shell executable. System returns the current date. This variable uses the same format as the date /t command. Cmd.exe generates this variable. For more information about the date command, see the Date command. System returns the error code of the most recently used command. A non-0 value usually indicates an error. System returns which local workstation drive letter is connected to the user's home directory. This variable is set based on the value of the home directory. The user's home directory is specified in Local Users and Groups. System returns the full path of the user's home directory. This variable is set based on the value of the home directory. The user's home directory is specified in Local Users and Groups. System returns the network path to the user's shared home directory. This variable is set based on the value of the home directory. The user's home directory is specified in Local Users and Groups. Local returns the name of the domain controller that validated the current logon session. System specifies the number of processors installed on the computer. System returns the OS name. Windows XP and Windows 2000 display the OS as Windows_NT. System specifies the search path for executable files. System returns a list of the file extensions that the OS considers to be executable. System returns the processor's chip architecture. Values: x86, IA64. System returns a description of the processor. System returns the model number of the computer's processor. System returns the revision number of the processor. returns the location of the default install directory for applications. Local returns the command-prompt settings for the current interpreter. Cmd.exe generates this variable. System returns a random decimal number between 0 and 32767. Cmd.exe generates this variable. System returns the drive containing the Windows root directory (i.e., the system root). System returns the location of the Windows root directory. System and User return the default temporary directories for applications that are available to users who are currently logged on. Some applications require TEMP and others require TMP. System and User return the default temporary directories for applications that are available to users who are currently logged on. Some applications require TEMP and others require TMP. System returns the current time. This variable uses the same format as the time /t command. Cmd.exe generates this variable. For more information about the time command, see the Time command. Local returns the name of the domain that contains the user's account. Local returns the name of the user currently logged on. Local returns the location of the profile for the current user. System returns the location of the OS directory
DOS COMMANDS
2