mirror of
https://github.com/Rafiuth/Soggfy.git
synced 2026-04-25 15:16:00 +03:00
[GH-ISSUE #67] Install.ps1" not prompting for execution policy #61
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#61
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 @ghost on GitHub (Jan 10, 2023).
Original GitHub issue: https://github.com/Rafiuth/Soggfy/issues/67
When I click on the "Install.ps1" file, it doesn't ask for me the execution policy. How can I fix this?
@ghost commented on GitHub (Jan 10, 2023):
explorer_LXNKRfUWuG.webm
@AdityaDa5 commented on GitHub (Feb 8, 2023):
Open a Terminal with elevated privileges and Execute the command
Set-ExecutionPolicy Unrestricted. Then, you should be able to execute the Install.ps1 file.@subhodeepd7 commented on GitHub (Mar 14, 2023):
I had the same problem and the given solution fixed it
@pinpunch commented on GitHub (Sep 21, 2023):
Had this problem, @Spectre-hidNs solution fixed it.
@Mifo001 commented on GitHub (Nov 23, 2023):
Try the following, I had issues with installing it and found out that you need to set the Execution Policy
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.
Hope it helps
@Rafiuth commented on GitHub (Nov 24, 2023):
@Mifo001 Thanks for helping out. The latest release was supposed to fix this issue with the Install.cmd file, are you still having issues with it?
@Mifo001 commented on GitHub (Nov 24, 2023):
@Rafiuth Thank you for your response. Happy to help. I did have an issue with the new release, but honestly can't remember what it was and whether it was me not installing the right way. If my memory serves me correct, I first ran the software as Administrator, but have just literally noticed 2xinstall files, so may have clicked the wrong one to start with. Because I had the issue, I thought it was the same as before with the Execution Policy, so changed that. Then ran it again and all went well so didn't really think anything of it. So it could have been me and not the software.