Microsoft KB Archive/250380

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 13:51, 21 July 2020 by X010 (talk | contribs) (Text replacement - """ to """)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Article ID: 250380

Article Last Modified on 11/1/2006



APPLIES TO

  • Microsoft Windows 2000 Server
  • Microsoft Windows 2000 Professional Edition



This article was previously published under Q250380


IN THIS TASK

SUMMARY


IMPORTANT: This article contains information about modifying the registry. Before you modify the registry, make sure to back it up and make sure that you understand how to restore the registry if a problem occurs. For information about how to back up, restore, and edit the registry, click the following article number to view the article in the Microsoft Knowledge Base:

256986 Description of the Microsoft Windows Registry


SUMMARY

This article describes how to remove the Internet Connection Wizard (ICW) and Microsoft Outlook Express icons from the desktop of the default user profile.

WARNING: If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk.


To remove the ICW and Outlook Express icons from the desktop of the default user profile, use the appropriate method:

back to the top

Unattended Installation of Windows 2000

  1. Extract the Icwnt5.in_ and the Msoe50.in_ files from the Windows 2000 CD-ROM.
  2. In the [Base.ICW.AddReg] section of the Icwnt5.inf file, place a semicolon character (;) at the beginning of the following lines, so that it looks like the following example:

    ;Do desktop icon

    HKCU,%KEY_RUNONCE%,"^SetupICWDesktop",,"%16422%\%LMSIE4%\%ICW_DIR%\icwconn1.exe /desktop"

  3. In the [User.Stub.50] section of the Msoe50.inf file, place a semicolon character (;) at the beginning of the following line, so that it looks like the following example:

    ;HKLM,"Software\Microsoft\Active Setup\Installed Components\%GUID_OE%","StubPath",0x00020000,"""%ProgramFiles%\%STR_MAILNEWS_DIR%\setup50.exe"" %APP_OE% %CALLER% /user /install"

  4. Copy the Icwnt5.inf and the Msoe50.inf files to the source folder, and then rename the Icwnt5.in_ file to Icwnt5.old, and the Msoe50.in_ file to Msoe50.old.

Note that because the driver signature is missing on the .inf files that you are using, you need to add the following line to the [Unattended] section of your unattended script to prevent a driver signature error message:

DriverSigningPolicy = Ignore



back to the top

Existing Installation of Windows 2000

To remove Outlook Express shortcuts for all future profiles on an existing installation of Windows 2000, use Registry Editor to view and then delete the following registry key:

HKEY_LOCAL_MACHINE\Software\Microsoft\Active Setup\Installed Components\{44BBA840-CC51-11CF-AAFA-00AA00B6015C}\Stubpath


To prevent the creation of ICW shortcuts for new profiles, use Registry Editor to load the Ntuser.dat file into the registry:

  1. Click the HKEY_USERS dialog box, click Load Hive on the Registry menu, click the "Documents and Settings\Default User\Ntuser.dat" file, and then name the key Test.
  2. View the following registry key:

    HKEY_USERS\Test\Software\Microsoft\Windows\CurrentVersion\Runonce

    Remove "^SetupICWDesktop : REG_SZ : C:\Program Files\Internet Explorer\Connection Wizard\icwconn1.exe /desktop".
  3. Click the Test hive, and then click Unload Hive on the Registry menu.

After you edit the Icwnt5.in_ and Msoe50.in_ files and perform a manual installation of Windows 2000, you may receive the following driver signature error messages when Windows 2000 registers the files:

An unsigned or incorrectly signed driver (c:\winnt\inf\icwnt5.inf) was installed for Sound, video and game controllers. Error 0x800b0003: The form specified for the subject is not one supported or known by the specified trust provider.

An unsigned or incorrectly signed driver (c:\winnt\inf\msoe50.inf) was installed for Sound, video and game controllers. Error 0x800b0003: The form specified for the subject is not one supported or known by the specified trust provider.

These error messages are expected because you are no longer using signed files, and are also logged in the Setupapi.log file.

back to the top


Additional query words: remark comment

Keywords: kbappdev kbenv kberrmsg kbhowto kbhowtomaster KB250380