WIN 7 problem after intstalation of SP1 - Task Scheduler - "the task image is corrupt"

J

JimFlyer

Guest
First had a problem installing SP1. That was fixed by performing an InPlace Upgrade. (See http://social.technet.microsoft.com/Forums/en-US/w7itproinstall/thread/c0e807f4-d115-4c26-b470-370c21e9a3a9). After the InPlace Upgrade, the task scheduler ran normal & displayed the tasks in the microsoft folder.
Then I installed SP1 via the file windows6.1-KB976932-X86. After that install, opening the task manager gives a series of errors for the programs in the microsoft folder. One example is"Task AD RMS Rights Policy Template Management (Manual): The task image is corrupt or has been tampered with."
I ran the SFC /Scanall, and it did not find any errors.

I know the task information for this task is stored in directory
C:\Windows\System32\Tasks\Microsoft\Windows\Active Directory Rights Management Services Client. The file contents are:
<Task xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task">
<RegistrationInfo>
<Date>2006-11-10T14:29:55.5851926</Date>
<Author>$(@%systemRoot%\System32\msdrm.dll,-6001)</Author>
<Description>$(@%systemRoot%\System32\msdrm.dll,-6003)</Description>
<URI>\Microsoft\Windows\Active Directory Rights Management Services Client\AD RMS Rights Policy Template Management (Manual)</URI>
<SecurityDescriptor>D:(A;;FA;;;BA)(A;;FA;;;SY)(A;;FRFX;;;WD)</SecurityDescriptor>
</RegistrationInfo>
<Triggers>
<LogonTrigger id="06b3f632-87ad-4ac0-9737-48ea5ddbaf11">
<Enabled>false</Enabled>
<Delay>PT1H</Delay>
</LogonTrigger>
</Triggers>
<Principals>
<Principal id="AllUsers">
<GroupId>S-1-1-0</GroupId>
<RunLevel>LeastPrivilege</RunLevel>
</Principal>
</Principals>
<Settings>
<IdleSettings>
<Duration>PT10M</Duration>
<WaitTimeout>PT1H</WaitTimeout>
<StopOnIdleEnd>true</StopOnIdleEnd>
<RestartOnIdle>false</RestartOnIdle>
</IdleSettings>
<MultipleInstancesPolicy>Parallel</MultipleInstancesPolicy>
<DisallowStartIfOnBatteries>true</DisallowStartIfOnBatteries>
<StopIfGoingOnBatteries>true</StopIfGoingOnBatteries>
<AllowHardTerminate>false</AllowHardTerminate>
<StartWhenAvailable>true</StartWhenAvailable>
<RunOnlyIfNetworkAvailable>true</RunOnlyIfNetworkAvailable>
<AllowStartOnDemand>true</AllowStartOnDemand>
<Enabled>true</Enabled>
<Hidden>false</Hidden>
<RunOnlyIfIdle>false</RunOnlyIfIdle>
<WakeToRun>false</WakeToRun>
<ExecutionTimeLimit>PT1H</ExecutionTimeLimit>
<Priority>7</Priority>
<UseUnifiedSchedulingEngine>true</UseUnifiedSchedulingEngine>
</Settings>
<Actions Context="AllUsers">
<ComHandler>
<ClassId>{BF5CB148-7C77-4d8a-A53E-D81C70CF743C}</ClassId>
</ComHandler>
</Actions>
</Task>
The date on the msdrm.dll is the date I installed SP1.

What ca I do eliminate these errors & allow those scheduled tasks to run.


Continue reading...
 
Last edited:
Back
Top