microsoft / PowerToys

Windows system utilities to maximize productivity
MIT License
106.84k stars 6.29k forks source link

[Systray Icon] Systray icon disappear after restart #32966

Open hluica opened 1 month ago

hluica commented 1 month ago

Microsoft PowerToys version

0.80.0

Installation method

GitHub

Running as admin

Yes

Area(s) with issue?

System tray interaction

Detail

github-actions[bot] commented 1 month ago

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!

Open similar issues:

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

hluica commented 1 month ago

System info

Other information

jaimecbernardo commented 1 month ago

That's weird. Do you have perhaps some sort of multi user scenario? PowerToys is started by a scheduled Task, can you please check in "Task Scheduler" "Task Scheduler Library">"PowerToys" if the task is running as the user you'd expect it too? It should show if you select the "Autorun for {username}" action in that folder and then check the general tab for the author and the user that is in "When running the task, use the following user account:" /needinfo

hluica commented 1 month ago

That's weird. Do you have perhaps some sort of multi user scenario? PowerToys is started by a scheduled Task, can you please check in "Task Scheduler" "Task Scheduler Library">"PowerToys" if the task is running as the user you'd expect it too? It should show if you select the "Autorun for {username}" action in that folder and then check the general tab for the author and the user that is in "When running the task, use the following user account:" /needinfo

  1. I've checked that the only user except the build-ins is the current used user.
  2. I've checked the settings in the Task Scheduler and they're correct.
  3. However, I noticed that the Last Run Result is The task has not yet run. (0x41303) . I checked the Startup in Task Manager and the registry but didn't find anything like PowerToys.exe. How could it start together with Windows?
    • the registry keys been checked:
    • HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
    • HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Run
    • HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
    • HKLM\SYSTEM\CurrentControlSet\Control\Session Manager

Other information

jaimecbernardo commented 1 month ago

Weird. Is PowerToys running even though the icon isn't there, though? You can check in Task Manager if PowerToys is running. by looking for the PowerToys.exe process. /needinfo I'm thinking the issue here might be that PowerToys is just not starting at all.

jaimecbernardo commented 1 month ago

Another thing that is worth trying would be disabling the "Run at startup" setting in PowerToys Settings and enabling it again to see if it's a permissions issue.

hluica commented 1 month ago

Weird. Is PowerToys running even though the icon isn't there, though? You can check in Task Manager if PowerToys is running. by looking for the PowerToys.exe process. /needinfo I'm thinking the issue here might be that PowerToys is just not starting at all.

Update: add the system info in the former comment

hluica commented 1 week ago

Updated information