stefansundin / superf4

:file_folder: Kill programs instantly with Ctrl+Alt+F4. (Windows)
https://stefansundin.github.io/superf4/
GNU General Public License v3.0
660 stars 39 forks source link

how do I use the blacklist option? #47

Open stavnu opened 3 years ago

stavnu commented 3 years ago

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 commented 3 years ago

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:

https://github.com/stefansundin/superf4/blob/2a6afbee2927e5f67f26c009347d4ca071db0a15/SuperF4.ini#L14-L16

So with more executables it would be something like:

ProcessBlacklist=explorer.exe,mygame.exe,thisapp.exe
stavnu commented 3 years ago

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