Jenkins setup: I am just a retired person who is having weird issues with his Windows 11 computer. In doing the research to understand what is going on with my computer Microsoft came across this error in my Event Log
‘‘‘
ESIF(2.2.10205.3620) TYPE: ERROR MODULE: IPF TIME 152079 ms
DPTF Build Version: 9.0.11703.48565
DPTF Build Date: Jul 29 2024 14:19:56
Source File: C:\jenkins\workspace\dptf\Src\DPTF\Sources\Manager\WorkItem.cpp @ line 204
Executing Function: WorkItem::writeWorkItemErrorMessagePolicy
Message: Unhandled exception caught during execution of work item
Framework Event: DptfAppBroadcastUnprivileged [116]
Policy: Energy Performance Optimizer Policy [2]
Exception Function: Policy::executeApplicationOptimizerBroadcastReceived
Exception Text:
The feature is not implemented.
‘‘‘
Since I am just a casual user just fooling around with Python the good news is that the feature is not installed. The thing that I’m trying to solve is how do I prevent this error message from occurring just to a) cleanup the log and b) to convince the Microsoft person that this is not the issue they are tracking down?
Thank you