Replies: 1 comment
-
|
wrong place to ask, u should contact wispr-flow customer support |
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.
-
On Windows 10, Wispr Flow triggers an endless system dialog:
This happens every ~10 seconds and makes the app unusable.
Steps to Reproduce
Observations
powershell.exeand console host processes.Get-WmiObjectas if it were a file.Get-WmiObjectis a PowerShell cmdlet (not a file), Windows displays the "choose an app" dialog.wmic.exe.Screenshots / Evidence
Wispr Flow.exe→powershell.exe→ attempts to accessGet-WmiObject.Get-WmiObjectwhen associated.Impact
Expected Behavior
Wispr Flow should execute
Get-WmiObjectproperly through PowerShell, not attempt to open it as a file.Environment
Could you please investigate this?
Happy to provide logs, ProcMon exports, and screenshots if needed.
Beta Was this translation helpful? Give feedback.
All reactions