[GH-ISSUE #67] Install.ps1" not prompting for execution policy #61

Open
opened 2026-02-27 15:48:07 +03:00 by kerem · 7 comments
Owner

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?

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?
Author
Owner

@ghost commented on GitHub (Jan 10, 2023):

explorer_LXNKRfUWuG.webm

<!-- gh-comment-id:1377932209 --> @ghost commented on GitHub (Jan 10, 2023): [explorer_LXNKRfUWuG.webm](https://user-images.githubusercontent.com/55265881/211669267-49e2907e-f41d-4365-a570-015a50e18cfc.webm)
Author
Owner

@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.

<!-- gh-comment-id:1422992947 --> @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.
Author
Owner

@subhodeepd7 commented on GitHub (Mar 14, 2023):

I had the same problem and the given solution fixed it

<!-- gh-comment-id:1468002339 --> @subhodeepd7 commented on GitHub (Mar 14, 2023): I had the same problem and the given solution fixed it
Author
Owner

@pinpunch commented on GitHub (Sep 21, 2023):

Had this problem, @Spectre-hidNs solution fixed it.

<!-- gh-comment-id:1729309588 --> @pinpunch commented on GitHub (Sep 21, 2023): Had this problem, @Spectre-hidNs solution fixed it.
Author
Owner

@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

<!-- gh-comment-id:1824829402 --> @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
Author
Owner

@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?

<!-- gh-comment-id:1825032935 --> @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?
Author
Owner

@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.

<!-- gh-comment-id:1825190243 --> @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.
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Soggfy#61
No description provided.