t4rra / CCStopper

[Archived] Stops Adobe's pesky background apps and more 😉
GNU General Public License v3.0
1.06k stars 65 forks source link

[Bug]: CCStopper closing on launch #51

Closed RealDaku closed 1 year ago

RealDaku commented 1 year ago

What happened?

Everytime i open the CCStopper app, it launches two cmd windows before immediately closing. This has been happening across multiple installations, with the script being launched in administrator.

Expected Result?

For the CCStopper window to stay open so i can use the scripts as intended.

Version?

v1.2.0

Windows Version?

Windows 10 22H2

willbert03 commented 1 year ago

Open the app in administratior mode and see.

A-rhyna-H commented 1 year ago

Getting the same issue

Dezzign commented 1 year ago

Yes I get the exact same issue, even running as Admin.

t4rra commented 1 year ago

Please check that all the files are extracted and that it's running in administrator mode. I've recently switched to Windows 11, so I can confirm that it works there but the latest release was developed on W10.

ringoz commented 1 year ago

doesn't work on Windows 11

t4rra commented 1 year ago

You might have executions of powershell scripts disabled. The latest release tries to circumvent that but that has not been tested fully. Try going into the "scripts" folder and going into menu.ps1's properties and tick the "unblock" box. If it isn't there, then it's a different issue.

I would highly recommend against this, but you can also try running Set-ExecutionPolicy -ExecutionPolicy Unrestricted. To set the execution policy back to its original, run Set-ExecutionPolicy Restricted.

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 90 days with no activity.

github-actions[bot] commented 1 year ago

This issue was closed because it has been inactive for 30 days since being marked as stale.