Skip to content

fix run taskmgr.exe#74

Merged
Kyome22 merged 1 commit into
masterfrom
unknown repository
Dec 21, 2021
Merged

fix run taskmgr.exe#74
Kyome22 merged 1 commit into
masterfrom
unknown repository

Conversation

@ghost
Copy link
Copy Markdown

@ghost ghost commented Dec 8, 2021

Cannot run'taskmgr.exe' by double click tray icon on windows11.
The exception message shows that elevation is required ( actually, elevation is not required. It seems that there is bug in dotnet core, beacuse running 'taskmgr.exe' without elevation is ok when using dotnet framework). But running other process like 'powershell' is ok.
So the solution is starting a powershell process which runs a powershell command: Start-Process taskmgr.exe.

@Kyome22
Copy link
Copy Markdown
Collaborator

Kyome22 commented Dec 21, 2021

@HikariXu Thanks for your pull request! LGTM🎉

@Kyome22 Kyome22 merged commit c4f6473 into runcat-dev:master Dec 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants