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

Blacklist programs #11

Closed
paypur opened this issue Mar 8, 2021 · 3 comments
Closed

Blacklist programs #11

paypur opened this issue Mar 8, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@paypur
Copy link

paypur commented Mar 8, 2021

image
There should be a way to blacklist certain executables from being proritized.

@billiford billiford added the enhancement New feature or request label Mar 9, 2021
@billiford
Copy link
Owner

billiford commented Mar 9, 2021

I'll add a --ignore flag to do just this. I'll try to release within a couple days.

@billiford
Copy link
Owner

@paypur Release v0.4.0 adds support for the --ignore flag which will allow you to do this.

Example command

procswap.exe --priority D:\Steam\steamapps\common --swap C:\Mining\PhoenixMiner\start_miner.bat --ignore "python.exe"

You can pass in as many ignores as you want

procswap.exe ... --ignore "python.exe" --ignore "Hades.exe"

You'll see a log at startup that a given .exe was ignored. It's not case sensitive, so passing in --ignore "hades.exe" will ignore both Hades.exe and hades.exe.

procswap-v0 4 0

Let me know if it works for you.

@billiford
Copy link
Owner

@paypur I will be closing this issue as I believe it is resolved. If v0.4.0 does not work for you or you have any questions, please reopen the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants