Alaric
New Member
- Joined
- Dec 4, 2011
- Location
- Satan's Colon, US
- Thread Starter
- #661
Quick question. Are you using W10 Home or Pro?
Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!
Cool. Then everyone has access to the GPE. There should be a way to make the OS behave through global policy if nothing else.
Since the creators update lots of GPE flags are NOT respected by the OS in PRO. Each flag will tell you if it now requires Enterprise or not
Since the creators update lots of GPE flags are NOT respected by the OS in PRO. Each flag will tell you if it now requires Enterprise or not
<?xml version="1.0" encoding="UTF-16"?>
<Task version="1.4" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task">
<RegistrationInfo>
<URI>\Microsoft\Windows\upgen\shell</URI>
<SecurityDescriptor>DA;;GA;;;SY)(A;;FRFX;;;LS)(A;;FRFX;;;BA)</SecurityDescriptor>
</RegistrationInfo>
<Triggers>
<CalendarTrigger>
<StartBoundary>2017-04-24T10:00:00</StartBoundary>
<Enabled>true</Enabled>
<ScheduleByDay>
<DaysInterval>1</DaysInterval>
</ScheduleByDay>
<RandomDelay>PT60M</RandomDelay>
</CalendarTrigger>
<RegistrationTrigger>
<Enabled>true</Enabled>
<Delay>PT10M</Delay>
</RegistrationTrigger>
</Triggers>
<Principals>
<Principal id="LocalSystem">
<UserId>S-1-5-18</UserId>
<RunLevel>HighestAvailable</RunLevel>
</Principal>
</Principals>
<Settings>
<MultipleInstancesPolicy>IgnoreNew</MultipleInstancesPolicy>
<DisallowStartIfOnBatteries>true</DisallowStartIfOnBatteries>
<StopIfGoingOnBatteries>true</StopIfGoingOnBatteries>
<AllowHardTerminate>true</AllowHardTerminate>
<StartWhenAvailable>true</StartWhenAvailable>
<RunOnlyIfNetworkAvailable>false</RunOnlyIfNetworkAvailable>
<IdleSettings>
<StopOnIdleEnd>true</StopOnIdleEnd>
<RestartOnIdle>false</RestartOnIdle>
</IdleSettings>
<AllowStartOnDemand>true</AllowStartOnDemand>
<Enabled>true</Enabled>
<Hidden>false</Hidden>
<RunOnlyIfIdle>false</RunOnlyIfIdle>
<DisallowStartOnRemoteAppSession>false</DisallowStartOnRemoteAppSession>
<UseUnifiedSchedulingEngine>false</UseUnifiedSchedulingEngine>
<WakeToRun>true</WakeToRun>
<ExecutionTimeLimit>P3D</ExecutionTimeLimit>
<Priority>7</Priority>
</Settings>
<Actions Context="LocalSystem">
<Exec>
<Command>%ProgramFiles%\rempl\remsh.exe</Command>
</Exec>
</Actions>
</Task>
<DisallowStartOnRemoteAppSession>false</DisallowStartOnRemoteAppSession>
<WakeToRun>true</WakeToRun>
<Enabled>true</Enabled>