FIX: Task Scheduler Task Only Runs in the Background After You Use Sysprep to Create Master Image (253942)
The information in this article applies to:
- Microsoft Windows 2000 Server
- Microsoft Windows 2000 Professional
This article was previously published under Q253942 SYMPTOMS
Task scheduler runs tasks as background processes after sysprep-ing the master computer.
After running mini-setup, in end-user mode, any scheduled task that is started through the Windows Task Scheduler never shows up as a window on the desktop.
The Windows Task Manager shows the task as a process but not as an application. For example, if Calc.exe is scheduled by Task Scheduler at
3 P.M., Calc.exe runs at exactly 3 P.M. but does not appear on the desktop. Instead, Calc.exe acts like a background process.
This behavior occurs only if you used SYSPREP to create the master image, and is language independent.
CAUSE
After running sysprep on the machine, the following registry entry will contain the path to Explorer.exe and a comma at the end of the value: "C:\Winnt\Explorer.exe,"
HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsNT\CurrentVersion\Winlogon\
Shell:REG_SZ:C:\Winnt\Explorer.exe,
The full path to Explorer.exe, including the command, results in this behavior.
RESOLUTION
The options to resolve this problem are: Modify the following registry value removing the path to explorer and the trailing comma at the end of explorer as described in the Cause section above. The value should read exactly as shown here: HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsNT\CurrentVersion\Winlogon\
Shell:REG_SZ:Explorer.exe
-or-
If you are not using SP1 yet, then you should use Sysprep version 1.1 with the -CLEAN switch. To accomplish that task, follow these steps: - Add the following to your Sysprep.inf file:
[Unattended] InstallFilesPath="%systemdrive%\sysprep\i386"
Create the \i386\$OEM$ directory structure below the sysprep directory (for example, c:\sysprep\i386\$OEM$)
or
drive:\distribution\$OEM$\$1\sysprep\i386\$OEM$ (for a distribution share that already contains Sysprep). - Create a Cmdlines.txt file in %systemdrive%\sysprep\i386\$OEM$
(or drive:\distribution\$OEM$\$1\sysprep\i386\$OEM$), which contains the following:
[Commands] "%systemdrive%\sysprep\sysprep.exe -clean" NOTE: Running sysprep from the audit mode or the [GUIRunOnce] section of the Unattend.txt file is still required. This method ensures that sysprep -CLEAN runs separately during the mini-setup.
STATUS
Microsoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article.
REFERENCESFor additional information, click the article number below
to view the article in the Microsoft Knowledge Base:
248257 Program Installation Problems on Sysprep or Riprep Installed Systems
For additional information, please refer to the following Web address:
You must be registered in the System Builder Program to access the preceding link. If you are not registered, you can register at the following Web site:
Modification Type: | Major | Last Reviewed: | 11/3/2003 |
---|
Keywords: | kbbug kbfix kbPreInstall KB253942 |
---|
|