Replies: 2 comments
-
That happened to any command like: $ Get-ItemProperty -Path HKLM:\\ That has the same problem as above. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I got a unstable minimal reproduction so I think that should be a bug. So I will close the discussion and open a issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Here is my code:
I use the command to get Steam install path. However, it keeps waiting for the response of that. It logs
start
, but after a long time, it still did not logend
.The weirdest thing is that on rare occasions it occasionally works fine.
I use the command directly in powershell and it works well.
I tried:
and it always looks good too.
This is my permission configuration:
And my env:
Beta Was this translation helpful? Give feedback.
All reactions