Keystoke commands using the Windows key (Ctrl-Esc).
- Windows + D: Minimize/restore all windows
- Windows + E: Launch Explorer
- Windows + F: Search for files dialog
- Windows + R: Run dialog
- Windows + Break (Pause): System Properties
- Windows + L: Lock the workstation
- Windows + U: Open Utility Manager
Create a shortcut to lock the computer
- Right-click the desktop
- Point to New, and then click Shortcut.
- For location, type:
rundll32.exe user32.dll,LockWorkStation
- Click "Next".
- Click "Finish".
- Rename, change icon, and relocate, as needed.
Change a drive letter (useful for CD-ROMs).
- Right-click My Computer.
- Click Manage.
- From Computer Management list, select Disk Management.
- Right-click on target drive.
- Click Change Drive Letter and Paths...
- Click "Change" button.
- Use pull-down menu to choose new drive letter.
Modify default path statement.
- From Start Menu, select Contol Panel
- Double-click System.
- Click Advanced tab.
- Click "Environment Variables" button.
- Under System variables, scroll to, and highlight Path.
- Click "Edit" button.
- Change as needed.
Change temporary paths for applications .
- From Start Menu, select Contol Panel
- Double-click System.
- Click Advanced tab.
- Click "Environment Variables" button.
- Under User variables, scroll to, and highlight Temp.
- Click "Edit" button.
- Change as needed.
- Repeat for Tmp.
*** The paths specifed must exist: Windows will not create them. ***
Relocate contents of My Documents.
- Double-click My Computer
- Within Other Places, right-click My Documents.
- Select Properties.
- Modify the path specified in Target folder location.
- Click "OK".
- Follow additional instructions, as needed.
Assign a keyboard shortcut.
- Click Start, All Programs.
- Navigate to target program, but do not launch it.
- Right-click on target program.
- Select Properties.
- Click in Shortcut key field.
- Press <Crtl>-<Alt> and the target key.
- Click "OK".
- Program should launch whenever three key combo is pressed.
Clear My Recent Documents.
- Right click Start menu.
- Select Proporties.
- Click "Customize" button.
- Click Advanced tab.
- Under Recent Documents, click "Clear List" button.
View system devices.
- Right click My Computer.
- Select Manage.
- Within the left pane, click Device Manager.
*** Alternately ***
- Click Start menu.
- Select Run.
- For open, type:
devmgmt.msc
- Click "OK".
View IP configuration information.
- Click Start menu.
- Select Run.
- For open, type:
command
- Click "OK".
- At DOS command line, type:
ipconfig /all
- To close DOS window, type:
exit
View IP routing table.
- Click Start menu.
- Select Run.
- For open, type:
command
- Click "OK".
- At DOS command line, type:
route print
- To close DOS window, type:
exit
High CPU usage, though Task Manager shows
System Idle Process to be over 90%.
(This often happens after making a hardware change, and is
the result of the system looking for a previously connected
serial device that is not available).
- Shutdown Windows.
- Power off the machine.
- Ensure the serial device (modem, Palm computer, printer)
is connected and powered on.
- Power on the machine.
- Log on, and allow desktop to boot.
- CPU usage should be back to normal.
*** If the goal was to get rid of the device ***
- Deinstall the software and drivers.
- Press Windows+R.
- For open, type:
devmgmt.msc
- Click "OK".
- If the device is still listed, right click,
and select Uninstall.
- Shutdown Windows.
- Power off the machine.
- Remove the hardware.