comandos de dos

Post on 22-Jul-2016

216 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

DESCRIPTION

Manual com comandos de DOS

TRANSCRIPT

Comandos – EPO 2015

Administrator / Power User Corner

To Access Run CommandGroup Policy Editor (XP Prof) gpedit.mscLocal Security Settings secpol.mscLocal Users and Groups lusrmgr.mscComponent Services dcomcnfgComputer Management compmgmt.mscDevice Manager devmgmt.mscIndexing Service ciadv.mscSecurity Center wscui.cplResultant Set of Policy (XP Prof) rsop.mscRegistry Editor regeditRegistry Editor regedit32Remote Access Phonebook rasphoneRemote Desktop mstscRemovable Storage ntmsmgr.mscRemovable Storage Operator Requests ntmsoprq.mscServices services.mscShared Folders fsmgmt.mscSystem Configuration Editor syseditSystem Configuration Utility msconfigSystem Properties sysdm.cplUser Account Management nusrmgr.cplWindows Management Infrastructure wmimgmt.mscWindows System Security Tool syskeyWindows Update Launches wupdmgrPassword Properties password.cplPerformance Monitor perfmon.mscPerformance Monitor perfmonPrivate Character Editor eudceditSQL Client Configuration cliconfg

User Corner

To Access Run CommandControl Panel controlDate and Time Properties timedate.cplAccessibility Controls access.cplAccessibility Wizard accwizAdd Hardware Wizard hdwwiz.cplAdd/Remove Programs appwiz.cplAdministrative Tools control

admintoolsAutomatic Updates wuaucpl.cplCalculator calcCertificate Manager certmgr.mscDirect X Control Panel (If Installed)* directx.cplDisplay Properties control desktopDisplay Properties desk.cplDisplay Properties (w/Appearance Tab Preselected)

control color

Java Control Panel (If Installed) jpicpl32.cplJava Control Panel (If Installed) javawsMouse Properties control mouseMouse Properties main.cplPhone and Modem Options telephon.cplPhone Dialer dialerPower Configuration powercfg.cplPrinters and Faxes control printersPrinters Folder printersRegional Settings intl.cplScanners and Cameras sticpl.cplScheduled Tasks control

schedtasksFonts control fontsGame Controllers joy.cplFolders Properties control foldersFonts Folder fontsKeyboard Properties control keyboardODBC Data Source Administrator odbccp32.cplSounds and Audio mmsys.cplTweak UI (if installed) tweakui

Network Configuration / Tools

To Access Run CommandInternet Connection Wizard icwconn1Internet Explorer iexploreInternet Properties inetcpl.cplInternet Setup Wizard inetwizIP Configuration (Display Connection Configuration)

ipconfig /all

IP Configuration (Display DNS Cache Contents)

ipconfig /displaydns

IP Configuration (Delete DNS Cache Contents)

ipconfig /flushdns

IP Configuration (Release All Connections)

ipconfig /release

IP Configuration (Renew All Connections)

ipconfig /renew

IP Configuration (Refreshes DHCP & Re-Registers DNS)

ipconfig /registerdns

IP Configuration (Display DHCP Class ID)

ipconfig /showclassid

IP Configuration (Modifies DHCP Class ID)

ipconfig /setclassid

Network Connections control netconnections

Network Connections ncpa.cplNetwork Setup Wizard netsetup.cplNetmeeting confBluetooth Transfer Wizard fsquirtTelnet Client telnetWindows Firewall firewall.cplNetsh is a command-line scripting utility

netsh

System Maintenance

To Access Run CommandDisk Cleanup Utility cleanmgrDisk Defragment dfrg.mscDisk Management diskmgmt.mscDisk Partition Manager diskpartCheck Disk Utility chkdskSystem File Checker Utility (Scan Immediately)

sfc /scannow

System File Checker Utility (Scan Once At Next Boot)

sfc /scanonce

System File Checker Utility (Scan On Every Boot)

sfc /scanboot

System File Checker Utility (Return to Default Setting)

sfc /revert

System File Checker Utility (Purge File Cache)

sfc /purgecache

System File Checker Utility (Set Cache Size to size x)

sfc /cachesize=x

Troubleshooting / System Diagnostics / System Information

To Access Run Command

Direct X Troubleshooter dxdiagDr. Watson System Troubleshooting Utility drwtsn32Driver Verifier Utility verifierEvent Viewer eventvwr.mscFile Signature Verification Tool sigverifTask Manager taskmgrTCP Tester tcptestSystem Information msinfo32Windows Version (to show which version of windows)

winver

zedomus 1

Secuirty

To Access Run CommandMalicious Software Removal Tool mrt

User / session control

To Access Run CommandLogs You Out Of Windows logoffShuts Down Windows shutdown

Misc

To Access Run Command

Notepad notepadWordpad writePaint pbrushUtility Manager utilman

Windows Media Player wmplayerWindows Messenger msmsgsWindows Picture Import Wizard (need camera connected)

wiaacmgr

Windows XP Tour Wizard tourstartCharacter Map charmapWindows Address Book wabWindows Address Book Import Utility wabmigWindows Backup Utility (if installed) ntbackupWindows Explorer explorerWindows Magnifier magnifyClipboard Viewer clipbrdCommand Prompt cmdDDE Shares ddeshareFiles and Settings Transfer Tool migwizFindfast findfast.cplHelp and Support helpctrHyperTerminal hypertrmIexpress Wizard iexpressMicrosoft Chat winchatMicrosoft Syncronization Tool mobsyncObject Packager packagerOn Screen Keyboard oskOutlook Express msimn

Windows Environment Variables

%ALLUSERSPROFILE% Local returns the location of the All Users Profile.%APPDATA% Local returns the location where applications store data by default.%CD% Local returns the current directory string.%CMDCMDLINE% Local returns the exact command line used to start the current cmd.exe.%CMDEXTVERSION% System returns the version number of the current Command Processor Extensions.%COMPUTERNAME% System returns the name of the computer.%COMSPEC% System returns the exact path to the command shell executable.%DATE% 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.%ERRORLEVEL% System returns the error code of the most recently used command. A non-0 value usually indicates an error.%HOMEDRIVE% 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.%HOMEPATH% 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.%HOMESHARE% 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.%LOGONSERVER% Local returns the name of the domain controller that validated the current logon session.%NUMBER_OF_PROCESSORS% System specifies the number of processors installed on the computer.%OS% System returns the OS name. Windows XP and Windows 2000 display the OS as Windows_NT.%PATH% System specifies the search path for executable files.%PATHEXT% System returns a list of the file extensions that the OS considers to be executable.%PROCESSOR_ARCHITECTURE%

System returns the processor's chip architecture. Values: x86, IA64.

%PROCESSOR_IDENTIFIER% System returns a description of the processor.%PROCESSOR_LEVEL% System returns the model number of the computer's processor.%PROCESSOR_REVISION% System returns the revision number of the processor.%PROGRAMFILES% returns the location of the default install directory for applications.%PROMPT% Local returns the command-prompt settings for the current interpreter. Cmd.exe generates this variable.%RANDOM% System returns a random decimal number between 0 and 32767. Cmd.exe generates this variable.%SYSTEMDRIVE% System returns the drive containing the Windows root directory (i.e., the system root).%SYSTEMROOT% System returns the location of the Windows root directory.%TEMP% 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.%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.%TIME% 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.%USERDOMAIN% Local returns the name of the domain that contains the user's account.%USERNAME% Local returns the name of the user currently logged on.%USERPROFILE% Local returns the location of the profile for the current user.%WINDIR% System returns the location of the OS directory

zedomus 2

top related