Home | Windows 2003 | Windows XP | Windows 2000 | Books | Tests | Link Exchange
Google
 
 
SolutionsCompanyCatalogNews
Microsoft Windows Server 2003 Microsoft Windows 2000 Microsoft Windows XP
CCNA
CCNP
CCSP
CCIE
A+
MCSE

Active Directory
Backup
Certificate Service
Compatibilities
Desktop Environments
DFS
DHCP
DNS
Domains
Exchange Outlook
File Systems
Group Policy
IIS
Installations
Internet Explorer
ISA
Mobile Wireless
Multimedia
Netware
Network
Printing
RAID
RAS
Recovery
Security
Service Packs
System Configurations
TCP / IP
Terminal Services
Utilities
Windows Server 2000
Windows XP

  Desktop Environments

 
How can I add an icon to Windows XP's or Windows 2000's Quick Launch bar to lock my workstation?

I explained how to lock a computer by typing the following command at a command prompt:

 rundll32.exe user32.dll,LockWorkStation 

You can create a shortcut on the Quick Launch bar to execute this command by performing the following steps:

  1. Start Windows Explorer.
  2. Navigate to \%userprofile%\application data\microsoft\internet explorer\quick launch (e.g., C:\documents and settings\john\application data\microsoft\internet explorer\quick launch).
  3. Right-click in the right-hand pane and select New, Shortcut.
  4. Enter "rundll32.exe user32.dll,LockWorkStation" without the quotes and click Next.
  5. Name the shortcut "Lock Workstation" and click Finish.
How can I change the color used to display selected files and folders in Windows XP's and Windows 2000's single-click view mode?

By default, when you hover over a file or folder in single-click view mode, the object will change color to a light blue (RGB value 100 139 203). To change the color, perform the following steps:

  1. Start a registry editor (e.g., regedit.exe).
  2. Navigate to HKEY_CURRENT_USER\Control Panel\Colors.
  3. Double-click HotTrackingColor.
  4. Change to the desired RGB value (e.g., 255 0 0 for red), and click OK.
  5. Close the registry editor.
  6. Log off and log on again for the change to take effect.
How can I change the icon for drive letters?

Windows 2000 lets you assign a different icon to drive letters.
To do so, complete the following steps:

  1. Start the registry editor (regedit.exe).
  2. Navigate to the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Current
    Version\Explorer registry subkey.
  3. From the Edit menu, select New, Key. Enter the name DriveIcons.
  4. Select the new key, select New, Key. Enter the name of the drive (e.g., C).
  5. Select the created key, select New, Key. Enter the name DefaultIcon.
  6. Navigate to DefaultIcon, then double-click the (default) value.
  7. Set the default value to the DLL containing the icon and the icon number
    (e.g., icons.dll,-24 is icon 24 in icons.dll). Click OK. Close the registry editor.

You can click F5 (refresh) in Windows Explorer to show the new icons.

For example, here's a DLL that contains a C and D icon that I created (ID 24
and 25, respectively) and a registry file that configures them on your machine.
To use the registry file, the icons.dll file would be at the root of the C drive, but
you can easily change the registry file.

Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Current
Version\Explorer\DriveIcons]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Current
Version\Explorer\DriveIcons\C]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Current
Version\Explorer\DriveIcons\C\DefaultIcon]
@="c:\\icons.dll,-24"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Current
Version\Explorer\DriveIcons\D]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Current
Version\Explorer\DriveIcons\D\DefaultIcon]
@="c:\\icons.dll,-25"

Next >>

 

Free advertising
Home / Privacy Policy / Contact Us
© Copyrights 2009 Windows Certification by Windows Highway® All rights reserved