BUG: v1.1.0 Task and Win10 Issue

An evolving, supported alternative to Rovi
Forum rules
★ Download the latest EPG123 here: https://garyan2.github.io/ <> Setup guide here: https://garyan2.github.io/install.html
Post Reply
User avatar
garyan2

Posts: 7476
Joined: Fri Nov 27, 2015 7:23 pm
Location:

HTPC Specs: Show details

BUG: v1.1.0 Task and Win10 Issue

#1

Post by garyan2 » Sat Feb 11, 2017 8:11 am

All,

Apparently, MS introduced a bug in Win10 version 1607 (anniversary update) that affects the execution of Scheduled Tasks. The bug causes only 1 action, of the possible 32 actions, in a task to execute unless the task Principal is elevated or a service. Unfortunately, my new scheme for scheduling update tasks with epg123 is to have 2 actions; 1 for epg123.exe and the other for epg123Client.exe. So for those running epg123 in full mode on Win10, you're updating the MXF file but not importing it into WMC. You're going to have to edit the task to get it to function fully. There are, of course, a number of ways to make the updates happen, but the below method is the least complicated. Reference the graphic below:
Capture.PNG
  1. Open Task Scheduler and select folder ‘Task Scheduler Library’.
  2. Double-click the epg123_update task and click the [Change User or Group...] button.
  3. Click [Advanced] button.
  4. Click [Find Now] button.
  5. Double-click the NETWORK SERVICE user.
  6. Close all windows by clicking [OK].
The side effect of doing the above is the epg123 GUI's will no longer show the task status unless the window is opened with elevated privileges.

I'll start working on Plan C for the scheduled task and hopefully have something out quickly.
- Gary
Keeping WMC alive beyond January 2020. https://garyan2.github.io

User avatar
STC

Posts: 6808
Joined: Mon Jun 06, 2011 4:58 pm
Location:

HTPC Specs: Show details

#2

Post by STC » Sun Feb 12, 2017 2:33 am

You must have had fun times with this...
Thanks.
By the Community, for the Community. 100% Commercial Free.

Want decent guide data back? Check out EPG123

User avatar
Crash2009

Posts: 4357
Joined: Thu May 17, 2012 12:38 am
Location: Ann Arbor, Michigan

HTPC Specs: Show details

#3

Post by Crash2009 » Tue Feb 14, 2017 7:09 am

Would that be similar to add Network Service to the Administrators Group?

Code: Select all

net localgroup "administrators" "Network Service" /add
Don't remember what this one does, but the 2 go together.

Code: Select all

net localgroup "administrators" "Network Service" /delete

Post Reply