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

Bug: Run with PowerShell toolbar button doesn't show PowerShell window #15826

Closed
ohhsodead opened this issue Jul 19, 2024 · 2 comments · Fixed by #15849
Closed

Bug: Run with PowerShell toolbar button doesn't show PowerShell window #15826

ohhsodead opened this issue Jul 19, 2024 · 2 comments · Fixed by #15849

Comments

@ohhsodead
Copy link

Description

After selecting a file, specifically a PowerShell Script, from the listings and then clicking the button "Run with PowerShell" it doesn't do anything. No error messages or anything. @Josh65-2201 confirms it doesn't for them either too.

Steps To Reproduce

  1. Select a .ps1 file
  2. Click "Run with PowerShell" at the top

Requirements

PowerShell should open with the selected script and execute it

Files Version

3.5.0.0

Windows Version

10.0.19045.4651

Log File

debug.log

@ohhsodead ohhsodead added the bug label Jul 19, 2024
@Josh65-2201 Josh65-2201 changed the title "Run with PowerShell" doesn't work Bug:: Run with PowerShell toolbar button doesn't run file Jul 19, 2024
@el-ev
Copy link
Contributor

el-ev commented Jul 21, 2024

Is it the case that PowerShell is actually running in the background without opening a terminal? On my end, a simple script like

New-Item -Path ~\test.txt -ItemType file

can prove this (the file is created).

@Josh65-2201 Josh65-2201 changed the title Bug:: Run with PowerShell toolbar button doesn't run file Bug: Run with PowerShell toolbar button doesn't show PowerShell window Jul 24, 2024
@yaira2
Copy link
Member

yaira2 commented Jul 26, 2024

@ohhsodead this should be resolved in the next update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants