hi, im in a need to kill process before windows enters sleep state, not after it wakes up from sleep
looking around google didnt provide me anything usefull
help pls
looking around google didnt provide me anything usefull
help pls
ya this app, already reported it..but dunno if/when updatedWhat that suggests to me is that ClockTuner for Ryzen (CTR) probably needs some update or fix to become functional or workable within Windows 11.
This app?
https://www.guru3d.com/articles-pages/clocktuner-2-1-for-ryzen-(ctr)-guide,1.html
Check Forums and FAQs.
I would disable CTR and then just monitor the source website (guru3d) until some fix or new version is released.
Any sort of tinkering around could cause more problems and end badly in some manner.
no issue with powershell hereHowever, just as an experiment:
Have CTR running.
In Powershell as Admin using the Get-Process cmdlet you able to identify the ProcessName for CTR?
Are you, via Powershell Admin, able to stop CTR via Stop-Process?
For example, on my system I can shutdown Notepad via Powershell using the following cmdlet:
Stop-Process -ProcessName onenoteim
The above is an experiment so if you are not comfortable testing the Stop-Process cmdlet then just skip for now.