Thursday, December 15, 2011

Wndows XP Command-line Commands

- fc - compares two files and displays the differences between them.
- type - open text files.
- tree - visual directory structure
- attrib - make hidden files visible
- assoc - which program will open that .xyz file
- move - more flexible than copy-paste
- find - advanced file search with filter
- msconfig - modify start up program and other setting
- mmc - opening msc file
   services.msc, gpedit.msc, devmgmt.msc, compmgmt.msc
- regedit - registry editor
- sc create/delete : create / delete service
   ex:, sc delete "IBMWAS61Service - SYNTWDDD0414Node02"
   HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Services
- tasklist /svc, tasklist | findstr YPager* - active process list
- taskkill /F /PID [number of process ID] - active process kill
   taskkill  /F /IM [name of the running process, you can use wildcards "*"]

No comments:

Post a Comment