Free Windows Certification
HOME OVER VIEW TUTORIALS TESTS BOOKS CONTACT US  
   
Google
 
Windows Tips
ACTIVE DIRECTORY
TCP / IP
SECURITY
RECOVERY
SYSTEM CONFIGURATIONS
PRINTING
NETWORK
RAID
RAS
SERVICE PACKS




Windows XP : Windows 2003 : Windows 2000
 

System Configurations

How can I prevent Windows XP from reminding me to enter Microsoft .NET Passport details?

After you install XP, the OS prompts you to enter a Microsoft .NET Passport account to enable access to certain Internet communication features. To turn off this reminder, perform the following steps:

  1. Start a registry editor (e.g., regedit.exe).
  2. Navigate to the HKEY_CURRENT_USER\Software\Microsoft\MessengerService registry subkey.
  3. If the PassportBalloon registry value doesn't already exist, go to the Edit menu; select New, Binary Value; enter a name of PassportBalloon; then press Enter.
  4. Double-click the PassportBalloon value, set it to 0A 00 00 00, then click OK.
  5. Close the registry editor.

How can I set the number of times autologon executes?

By default, autologon will log on a defined user account each time the machine starts. However, in some circumstances, you might want automatic logon to occur only a defined number of times (e.g., unattended installations require autologon only once). To set the autologon count, perform the following steps:

  1. Start the registry editor (regedit.exe).
  2. Navigate to HKEY_LOCAL_MACHINE\
    Software\Microsoft\Windows NT\CurrentVersion\Winlogon.
  3. From the Edit menu, select New, String value.
  4. Enter a name of AutoLogonCount, and press Enter.
  5. Double-click the new value, and enter the number of times you want autologon to occur.
  6. Close the registry editor.

Each time autologon occurs, the AutoLogonCount will decrement by one. After this value reaches 0, Windows will disable autologon and remove all registry values related to this setting.

How can I start the System Restore Tool from the Windows XP command prompt?

The System Restore Tool is useful for restoring your system to an earlier state. However, you can't start the System Restore Tool from the Recovery Console, and you might be unable to boot your machine as normal or access the System Restore Tool in safe mode. To access the System Restore Tool in these situations, perform the following steps to modify the Windows Explorer shell to use the old Program Manager (progman.exe) shell from Windows NT 3.51:

  1. Start the computer in Safe Mode with Command Prompt.
  2. Log on as an administrator.
  3. At the command prompt, type
    regedit
    to open a registry editor.
  4. Navigate to the HKEY_LOCAL_MACHINE\
    SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon subkey.
  5. Modify the Shell entry to "progman.exe" (don't type the quotes), then press Enter.
  6. Close the registry editor.
  7. At the command prompt, type
    shutdown -r
    to reboot the machine.
  8. After the system reboots, log on as an administrator; the Program Manager shell will start.
  9. From the File menu, select Run and enter
    c:\windows\system32\restore\rstrui.exe
    to start the System Restore Tool.
  10. Restore the system as normal. You won't need to set the shell back to Windows Explorer because the act of restoring the system state to an earlier point will accomplish this task.

   

Contact Us | Bookmark This Page | Make Your Home Page