Disabling TMM worked for me too, thanks a million!
But when TMM was off, it wouldn't detect if I had one plugged in when I
logged in or came out of sleep, which was helpful. So I came up with a few
modified settings of the TMM task. Basically, it tells TMM to run at log-on
and when coming out of sleep, but to turn off after a minute so it won't be
active during lock or unlocks. I still have to rearange every morning though.
Here it is.
<?xml version="1.0" encoding="UTF-16"?>
<Task version="1.2"
xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task">
<RegistrationInfo>
<Source>MobilePC Display Handling</Source>
<Author>Microsoft Corporation</Author>
<Description>Microsoft Transient Multi-Monitor Manager</Description>
<URI>Microsoft\Windows\MobilePC\TMM</URI>
<SecurityDescriptor>D

A;;FA;;;BA)(A;;FA;;;SY)(A;;FR;;;AU)</SecurityDescriptor>
</RegistrationInfo>
<Triggers>
<LogonTrigger id="0023ede2-0e7c-42ce-ac3a-9872e974d53f">
<ExecutionTimeLimit>PT1M</ExecutionTimeLimit>
<Enabled>true</Enabled>
<Delay>PT2S</Delay>
</LogonTrigger>
<EventTrigger id="b79242a8-a65d-434d-a58a-da06a95fa5d1">
<ExecutionTimeLimit>PT1M</ExecutionTimeLimit>
<Enabled>true</Enabled>
<Subscription><QueryList><Query Id="0" Path="System"><Select
Path="System">*[System[Provider[@Name='Microsoft-Windows-Power-Troubleshooter'] and EventID=1]]</Select></Query></QueryList></Subscription>
<Delay>PT2S</Delay>
</EventTrigger>
</Triggers>
<Principals>
<Principal id="Users">
<GroupId>Authenticated Users</GroupId>
<RunLevel>LeastPrivilege</RunLevel>
</Principal>
</Principals>
<Settings>
<IdleSettings>
<Duration>PT10M</Duration>
<WaitTimeout>PT1H</WaitTimeout>
<StopOnIdleEnd>false</StopOnIdleEnd>
<RestartOnIdle>false</RestartOnIdle>
</IdleSettings>
<MultipleInstancesPolicy>Parallel</MultipleInstancesPolicy>
<DisallowStartIfOnBatteries>false</DisallowStartIfOnBatteries>
<StopIfGoingOnBatteries>false</StopIfGoingOnBatteries>
<AllowHardTerminate>true</AllowHardTerminate>
<StartWhenAvailable>true</StartWhenAvailable>
<RunOnlyIfNetworkAvailable>false</RunOnlyIfNetworkAvailable>
<AllowStartOnDemand>true</AllowStartOnDemand>
<Enabled>true</Enabled>
<Hidden>false</Hidden>
<RunOnlyIfIdle>false</RunOnlyIfIdle>
<WakeToRun>false</WakeToRun>
<ExecutionTimeLimit>PT1M</ExecutionTimeLimit>
<Priority>7</Priority>
</Settings>
<Actions Context="Users">
<ComHandler>
<ClassId>{35EF4182-F900-4632-B072-8639E4478A61}</ClassId>
</ComHandler>
</Actions>
</Task>
"Thomas51" wrote:
>
> I too was having the same problem with my laptop and an external
> monitor. Whenever I logged in, my display settings would get all get
> reset.
>
> I tried disabling the Windows event log as suggested and that corrected
> the monitor issue, but had some other unintended consequences. By
> disabling the event log, the Windows Task Scheduler also becomes
> disabled, thus any applications dependent on the Task Scheduler won't
> run.
>
> After further research I found the root cause of the dual monitor
> problem. There is a task in the task scheduler called TMM (Microsoft
> Transient Multi-Monitor Manager). I disabled this task, and all seems
> to work fine now.
>
> Hope this helps others.
>
> Thomas
>
>
> --
> Thomas51
> ------------------------------------------------------------------------
> Thomas51's Profile: http://forums.techarena.in/member.php?userid=24828
> View this thread: http://forums.techarena.in/showthread.php?t=708148
>
> http://forums.techarena.in
>
>