mirror of
https://github.com/Rafiuth/Soggfy.git
synced 2026-04-25 07:05:58 +03:00
[GH-ISSUE #52] install.ps1 clicked, nothing happens #48
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Soggfy#48
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @VikasRana on GitHub (Nov 1, 2022).
Original GitHub issue: https://github.com/Rafiuth/Soggfy/issues/52
When I do right click and open with powershell, nothing happens - a pop up of powershell opens and closes.
@Rafiuth commented on GitHub (Nov 2, 2022):
Can you try running it on a standalone powershell console to see if any errors pop up? I also suggest trying manual install.
@Mifo001 commented on GitHub (Oct 8, 2023):
Try the following, I had an issue with it not finding spotify.
Ensure Execution Policy is Set to RemoteSigned:
Before you can run the script, you need to ensure your PowerShell execution policy allows scripts to run. Search for Powershell in a similar way to the "Command Prompt" Open PowerShell as an administrator and run: Type the followling:
Set-ExecutionPolicy RemoteSigned
Then press enter, then select Y for yes, then just trying installing Soggfy again. Right click on install select Run with Powershell. Then run Injector
Hope it helps
@AndyBogle1 commented on GitHub (Sep 19, 2025):
This issue can probably be closed since we now have
Install.cmdwhich automatically runs the PowerShell script with the correct execution policy.