sengsational / cwhelper

The code here is the background job for CW_EPG, an electronic program guide / DVR for Windows
1 stars 1 forks source link

Technique that sets data and executable paths is not sufficient for newer Windows versions / store installs #33

Closed sengsational closed 2 weeks ago

sengsational commented 2 weeks ago

Microsoft has tightened the security such that there is not just one true registry. The original process where CwHelper utilized specific registry entries is no longer working in cases where there's not a true global local registry available.

This pull request has been submitted to address the problem:

https://github.com/sengsational/cwhelper/pull/32

sengsational commented 2 weeks ago

Pull request https://github.com/sengsational/cwhelper/pull/36 has been merged to master.