Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Powertoys Awake with --PID argument doesn't self terminate. #34502

Open
mtsark opened this issue Aug 30, 2024 · 1 comment
Open

Powertoys Awake with --PID argument doesn't self terminate. #34502

mtsark opened this issue Aug 30, 2024 · 1 comment
Assignees
Labels
Issue-Bug Something isn't working Product-Awake Issues regarding the PowerToys Awake utility

Comments

@mtsark
Copy link

mtsark commented Aug 30, 2024

Microsoft PowerToys version

0.83.0

Installation method

Microsoft Store

Running as admin

No

Area(s) with issue?

Awake

Steps to reproduce

Starting awake from a batch script that finds the PID of a process and passes it with a variable to the --pid argument of awake. code: start /d "C:\Program Files\PowerToys" /min PowerToys.Awake.exe --pid %pid%
where "%pid%" is a variable that contains the desired PID.

✔️ Expected Behavior

Awake should self terminate when the PID in the argument is terminated.

❌ Actual Behavior

Awake remains activated even after the PID in the argument is terminated.

Other Software

Windows 11 build 22631.4112

@mtsark mtsark added Issue-Bug Something isn't working Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams labels Aug 30, 2024
@dend dend self-assigned this Sep 2, 2024
@dend dend added Product-Awake Issues regarding the PowerToys Awake utility Issue-Bug Something isn't working and removed Issue-Bug Something isn't working Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams labels Sep 2, 2024
@dend
Copy link
Collaborator

dend commented Sep 8, 2024

Likely related to #34148 (incorrect initialization of --use-parent-pid). Could you please share the Awake logs, @mtsark?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Bug Something isn't working Product-Awake Issues regarding the PowerToys Awake utility
Projects
None yet
Development

No branches or pull requests

2 participants