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

how do I use the blacklist option? #47

Open
stavnu opened this issue Aug 18, 2021 · 2 comments
Open

how do I use the blacklist option? #47

stavnu opened this issue Aug 18, 2021 · 2 comments

Comments

@stavnu
Copy link

stavnu commented Aug 18, 2021

how do I use the blacklist option? I want to have a protection on other applications . I tried separating it with a comma and it didn't work. can you show how it should look(to use the blacklist)

@stefansundin
Copy link
Owner

It's comma separated just as you said. You didn't include spaces right?

There's an example with only one entry in the default configuration file:

superf4/SuperF4.ini

Lines 14 to 16 in 2a6afbe

ProcessBlacklist=explorer.exe
; A blacklist for processes that you do not want to ever be killed by SuperF4.
; Comma-separated and case-insensitive.

So with more executables it would be something like:

ProcessBlacklist=explorer.exe,mygame.exe,thisapp.exe

@stefansundin stefansundin changed the title how do I use the blacklist option? I want to have a protection on other applications . I tried separating it with a comma and it didn't work. can you show how it should look(to use the blacklist) how do I use the blacklist option? Aug 18, 2021
@stavnu
Copy link
Author

stavnu commented Aug 18, 2021

Alright, thanks for your help! But how do I update the configuration?

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

No branches or pull requests

2 participants