[All] ; delete 'version' to stop automatic updates of settings.ini ; use version=any text to receive automatic updates version=$Rev: 14629 $ [classes] ; has only measurement pings, nothing more. don't put any other traffic into 'highest' class=highest -prio 100 ; these queues have only tcp ack's, nothing else, sorted by prio of the original stream. ; it is a good idea to put nothing else in here as well. class=ackhigher -prio 91 -speed 40%,0 -delay copy higher class=higher -prio 90 -speed 40%,0 -weight 200 -delay auto class=ackhigh -prio 89 -speed 40%,0 -delay copy high class=ackdefault -prio 88 -speed 40%,0 -delay copy default class=acklow -prio 87 -speed 40%,0 -delay copy low class=acklowest -prio 86 -speed 40%,0 -delay copy lowest ; 'high' class gets all the prioritised data. make sure that it's not too much! class=high -prio 80 -speed 40%,0 -weight 200 -delay auto ; class default is implicit: class=default -delay auto ; 'low' gets FTP file and mail transfers class=low -prio 0 -speed 25%,-10 -weight 50 -delay auto ; 'lowest' gets all P2P bulk data traffic (but not the ack's, they go to 'highest'!) class=lowest -prio 0 -speed 25%,-30 -weight 25 -delay auto [filters] ; for a documentation of filter rules see ; http://www.cfos.de/en/cfosspeed/reference/ ; firewall rules and other rules that drop packets are listed under limit_filters ; --- traffic shaping rules ; The first rule that matches is used. That is why higher prio protocols are ; handled first. ; Furthermore, protocols are handled before programs. So even software that ; is prioritized as low will have fast DNS and other low-volume protocols, ; while the bulk of traffic for such software is sent out with low prio. ; User-made settings are saved to user.ini and are handled first. Note that ; user.ini is preserved when re-installing cFosSpeed, while settings.ini is ; overwritten. ; Setting a program or protocol to normal prio don't mean traffic with this ; program or protocol means gets normal prio, but it means "don't set the prio ; because of this rule" and hence later rules might set the prio. ; @user.ini/normalprots settings from settings.ini rules (like in ; -l7-prot @lowprots -l7-prot !@user.ini/normalprots), since setting a ; protocol/program to normal priority in user.ini would otherwise lead to the ; settings.ini rule to hold for the protocol/program. ; If the protocol is "unknown" or "unknown_bulk", the matching order is changed ; to match first programs, then protocols. Thus, "unknown" protocol traffic ; from a known program will still be set according to the program's prio and ; only if that is "normal", it will be handled by protocol prios. ; If you specify port prios, they take precedence over program and protocol ; prios. Use it scarcely. In contrast to the aforementioned, setting a port ; to "normal" will really assign such traffic "normal" prio. filter=-highest -c highest filter=-tx -higher -class higher -c ackhigher filter=-tx -higher -class high -c ackhigh filter=-tx -higher -class default -c ackdefault filter=-tx -higher -class low -c acklow filter=-tx -higher -class lowest -c acklowest filter=-higher -c higher filter=-high -c high filter=-manual -class higher -c higher filter=-manual -class high -c high filter=-manual -class default -c default filter=-manual -class low -c low filter=-manual -class lowest -c lowest filter=-lport @user.ini/lports_higher -c higher filter=-rport @user.ini/rports_higher -c higher filter=-lport @user.ini/lports_high -c high filter=-rport @user.ini/rports_high -c high filter=-lport @user.ini/lports_normal -c default filter=-rport @user.ini/rports_normal -c default filter=-lport @user.ini/lports_low -c low filter=-rport @user.ini/rports_low -c low filter=-lport @user.ini/lports_lowest -c lowest filter=-rport @user.ini/rports_lowest -c lowest filter=-fg-prog -l7-prot !@user.ini/higherprots -prog !@user.ini/higherprogs !-bulk -c high filter=-fg-prog -l7-prot !@user.ini/higherprots,@user.ini/highprots -prog !@user.ini/higherprogs,user.ini/highprogs -c default filter=-l7-prot @user.ini/higherprots -l7-prot !unknown,unknown_bulk -c higher filter=-l7-prot @user.ini/highprots -l7-prot !unknown,unknown_bulk -c high filter=-l7-prot @user.ini/lowprots -l7-prot !unknown,unknown_bulk -c low filter=-l7-prot @user.ini/lowestprots -l7-prot !unknown,unknown_bulk -c lowest filter=-l7-prot @higherprots -l7-prot !@user.ini/normalprots,unknown,unknown_bulk -c higher filter=-l7-prot @highprots -l7-prot !@user.ini/normalprots,unknown,unknown_bulk -c high filter=-l7-prot @lowprots -l7-prot !@user.ini/normalprots,unknown,unknown_bulk -c low filter=-l7-prot @lowestprots -l7-prot !@user.ini/normalprots,unknown,unknown_bulk -c lowest filter=-prog @user.ini/higherprogs -c higher filter=-prog @user.ini/highprogs -c high filter=-prog @user.ini/lowprogs -c low filter=-prog @user.ini/lowestprogs -c lowest filter=-prog @higherprogs -prog !@user.ini/normalprogs -c higher filter=-prog @highprogs -prog !@user.ini/normalprogs -c high filter=-prog @lowprogs -prog !@user.ini/normalprogs -c low filter=-prog @lowestprogs -prog !@user.ini/normalprogs -c lowest filter=-l7-prot @user.ini/higherprots -c higher filter=-l7-prot @user.ini/highprots -c high filter=-l7-prot @user.ini/lowprots -c low filter=-l7-prot @user.ini/lowestprots -c lowest filter=-l7-prot @higherprots -l7-prot !@user.ini/normalprots -c higher filter=-l7-prot @highprots -l7-prot !@user.ini/normalprots -c high filter=-l7-prot @lowprots -l7-prot !@user.ini/normalprots -c low filter=-l7-prot @lowestprots -l7-prot !@user.ini/normalprots -c lowest filter=-low -c low filter=-bulk -l7-prot !BSTREAM_S,BSTREAM_C,HSTREAM_S,MPEG_DASH_S,RTMP_S,RTSP_S -c low -force-set-class filter=-l7-prot @user.ini/normalprots,@normalprots -c default filter=-prog @user.ini/normalprogs,@normalprogs -c default [limit_classes] [limit_filters] ; these filter rules are used to drop all packets we don't want to send and ; afterwards maybe to rate-limit according to the limit_class settings. ; --- firewall rules ; ethernet protocols: allow only ipv4, ipv6 and arp filter=-fw !-ethp 0x800,0x806,0x86dd -c drop ; ipv4 packets with len < 20, vsn != 4, ihl < 20, len < ethd_len, len > ihl, bad chksum, ; ping of death or malformed ip options are always dropped ;; drop all fragments? ;filter=-fw -fragment -c drop ; drop ipv4 packets with source route ip option filter=-fw -ip-opt 131,137 -c drop ;; drop packets with other ip protocols than specified? ;; this may inhibit some software from working, like NAT/VPN software (might need GRE, ;; AH or ESP) or ip mobility support (might need GRE), or ip multicasting (needs IGMP) ;filter=-fw !-p tcp,udp,icmp -c drop ;; drop packets to or from loopback address? paranoia, should be superfluous ;filter=-fw -s 127.0.0.0/8 -c drop ;filter=-fw -d 127.0.0.0/8 -c drop ;; drop packets to or from reserved address? ;filter=-fw -wan -s 0.0.0.0/8 -c drop ;filter=-fw -d 0.0.0.0/8 -c drop ;; drop packets to or from broadcast address ;filter=-fw -s 255.255.255.255 -c drop ;filter=-fw -wan -d 255.255.255.255 -c drop ;; drop packets to or from multicast addresses? ;filter=-fw -s 224.0.0.0/4 -c drop ;filter=-fw -d 224.0.0.0/4 -c drop ; egress filtering ; don't check source ip on LAN ports, might break ip mobility support. filter=-fw -wan !-bridged -tx !-s-mynet -c drop ; don't check dest ip on LAN ports, since DNS traffic to router would be blocked filter=-fw -wan !-bridged -tx -d-mynet -c drop ; ingress filtering, allow incoming multicast filter=-fw !-bridged -rx !-d-mynet !-d 224.0.0.0/4 -c drop ; don't check source ip on LAN ports, since DNS traffic from router would be blocked filter=-fw -wan !-bridged -rx -s-mynet -c drop ; tcp packets with bad checksum or malformed options are dropped anyway ; drop outgoing tcp RST segments if they don't belong to a (maybe even half-open) session filter=-fw -tx -tcp-flags RST RST -tcp-initiated rx !-tcp-session 2 !-tcp-session-dadr 3 -c drop ; drop tcp packets to potentially dangerous port numbers filter=-fw -rx -tcp-dport 42,53,79,161:162,135,137:139,445,593 -c drop filter=-fw -tx -tcp-dport 135,137:139,445 -c drop ;; drop all incoming tcp connection attempts? ;filter=-fw -rx -tcp-flags SYN,ACK SYN -c drop ; drop udp packets to potentially dangerous port numbers filter=-fw -rx -udp-dport 42,53,161:162,135,137:139,445 -c drop filter=-fw -tx -udp-dport 135,137:139,445 -c drop ; allow dhcp for lan ports, but filter for wan ports filter=-fw -wan -rx -dport 67:68 -c drop ; drop potentially dangerous icmp packets filter=-fw -tx !-icmp-type 3/4,8/0,13/0,15/0 !-icmpv6-type 2/0,128/0 -c drop filter=-fw -rx !-icmp-type 0/0,3,4/0,11,12,14/0,16/0 !-icmpv6-type 129/0,1,3,4 -c drop ; --- IP-Blocker ; drop packets to/from listed IP-adresses. exclude my subnet ; configure the list 'ipfilter' in section [iplist] filter=-tx !-d-mynet -d-iplist ipfilter -c drop filter=-rx !-s-mynet -s-iplist ipfilter -c drop [homenet] ; don't change! 5.9.0.0 - 5.9.255.255 78.46.46.0 - 78.46.46.255 81.95.15.0 - 81.95.15.255 213.239.192.0 - 213.239.255.255 2a01:4f8:0:3:: - 2a01:4f8:0:3:ffff:ffff:ffff:ffff [highprogs] ; voice over IP, including messengers 3cx.exe=Voice over IP,3CX aircall.exe=Voice over IP,Aircall aliim.exe=Voice over IP,AliWangWang amsn.exe=Voice over IP,aMSN messenger atinad.exe=Voice over IP,Atinad Iranian Messenger Client for Warcraft aurora.exe=Voice over IP,Aurora Communicator c+wclient.exe=Voice over IP,12 cbox-cctv5+.exe=Voice over IP,CBox dingtalk.exe=Voice over IP,DingTalk Messenger discord.exe=Voice over IP,Discord discordptb.exe=Voice over IP,Discord ekiga.exe=Voice over IP,ekiga SIP voip software eyebeam.exe=Voice over IP,Counterpath eyebeam faceit.exe=Voice over IP,FACEIT Client fetionfx.exe=Voice over IP,Fetion freecall.exe=Voice over IP,FreeCall fsbox.exe=Voice over IP,123 garena.exe=Voice over IP,Garena+ garena_room.exe=Voice over IP,Garena Room Joiner garenamessenger.exe=Voice over IP,Garena Messenger gizmo.exe=Voice over IP,Gizmo Project googletalk.exe=Voice over IP,Google Talk inspeak.exe=Voice over IP,inSpeak Communicator ipphone.exe=Voice over IP,1&1 SoftPhone kook.exe=Voice over IP,KOOK voice chat line.exe=Voice over IP,LINE messaging app lineapp.exe=Voice over IP,LINE messaging app lync.exe=Voice over IP,Skype Business magicjack.exe=Voice over IP,magicJack mediaget.exe=Voice over IP,mediaget megalink.exe=Voice over IP,Megalink messenger.exe=Voice over IP,Facebook or Chrome or MSN or ZDF Messenger etc. miranda32.exe=Voice over IP,Miranda Instant Messenger msnmsgr.exe=Voice over IP,Windows Live Messenger msteams.exe=Voice over IP,Microsoft Teams mumble.exe=Voice over IP,Mumble VOIP client nettalkg.exe=Voice over IP,Net Talk ninjali.exe=Voice over IP,Njnja Lite nmservice.exe=Voice over IP,Nexon Messenger Service (Combar Arms) paltalk.exe=Voice over IP,Paltalk Messenger pcman.exe=Voice over IP,PCMan phone.exe=Voice over IP,Web.de-Freephone psi.exe=Voice over IP,PSI Instant Messenger qq.exe=Voice over IP,QQ qqlogin.exe=Voice over IP,QQ race_steam.exe=Voice over IP,Race07 raidcall.exe=Voice over IP,Raidcall rserver3.exe=Voice over IP,Radmin sipps.exe=Voice over IP,SIPPS or AOL Softphone skype.exe=Voice over IP,Skype Internet Telephony skypeapp.exe=Voice over IP,Microsoft Skype skypehost.exe=Voice over IP,Skype Messenger skypekit.exe=Voice over IP,Skypekit slack.exe=Voice over IP,Slack sonarhost.exe=Voice over IP,Sonar sparvoip.exe=Voice over IP,SparVoip talkonmain.exe=Voice over IP,Talk On teams.exe=Voice over IP,Microsoft Teams teamspeak.exe=Voice over IP,Teamspeak telegram.exe=Voice over IP,Telegram Messenger transformice.exe=Voice over IP,Transformice ts3client_win32.exe=Voice over IP,Teamspeak 3 (32 bit) ts3client_win64.exe=Voice over IP,Teamspeak 3 (64 bit) vcg.exe=Voice over IP,VcGuard ventrilo.exe=Voice over IP,Ventrilo viber.exe=Voice over IP,Viber Media/Messenger und Videochat voipbuster.exe=Voice over IP,VoipBuster voipcheap.exe=Voice over IP,VoipCheap voipclient.exe=Voice over IP,iPhone voipdiscount.exe=Voice over IP,VoipDiscount wechat.exe=Voice over IP,WeChat messenger whatsapp.exe=Voice over IP,WhatsApp Desktop wirofon.exe=Voice over IP,Wirofon İstemcisi wlcomm.exe=Voice over IP,Windows Live Communications Platform woize.exe=Voice over IP,WOIZE x-lite.exe=Voice over IP,X-Lite x-lite4.exe=Voice over IP,X-Lite 4 x-pro.exe=Voice over IP,X-Pro xfire.exe=Voice over IP,Xfire xray.exe=Voice over IP,XTLS X-Ray Client y!supra.exe=Voice over IP,Y!Supra yahelite.exe=Voice over IP,YahELite yahoomessenger.exe=Voice over IP,Yahoo Messenger yahvox.exe=Voice over IP,YahVox yahvox_domination_v1.1.exe=Voice over IP,YahVox Domination v1.1 yourphone.exe=Voice over IP,MS Windows Phone App yy.exe=Voice over IP,YY Voice zalo.exe=Voice over IP,Zalo messenger zoiper.exe=Voice over IP,Zoiper zoom.exe=Voice over IP,Zoom video conferencing ; multimedia, no messengers ace_engine.exe=Multimedia,ACE Stream System ace_player.exe=Multimedia,ACE StreamPlayer aimp.exe=Multimedia,AIMP Music Player aimp3.exe=Multimedia,AIMP Music Player 3 armcp.exe=Multimedia,Replay Media Catcher audials.exe=Multimedia,Audials One cloudmusic.exe=Multimedia,NetEase Cloud Music disneyplus.exe=Multimedia,Disney Plus foobar2000.exe=Multimedia,Foobar2000 gamecap.exe=Multimedia,GameCap Video Capture Recorder geforcenowstreamer.exe=Multimedia,GeForce Now Streaming hellotv-uwp.exe=Multimedia,HelloTV ietaudio.exe=Multimedia,jetaudio internettv.exe=Multimedia,Internet TV 2050 iptvplayer.exe=Multimedia,IP-TV Player itunes.exe=Multimedia,ITunes kgservice.exe=Multimedia,KuGou Music Streaming klipfolio.exe=Multimedia,Serence KlipFolio kmplayer.exe=Multimedia,The KMPlayer lastfm.exe=Multimedia,Last FM - Online Radio livestreamer.exe=Multimedia,Livestreamer magent.exe=Multimedia,Mail.Ru Агент manycam.exe=Multimedia,Mansycam webcam mpc-hc.exe=Multimedia,Media Player Classic - Home Cinema mplayer.exe=Multimedia,MPlayer mplayerc.exe=Multimedia,Media Player Classic musiccenter.exe=Multimedia,Music Center for PC myradar.windows.exe=Multimedia,MyRadar Weather Streaming obs-browser-page.exe=Multimedia,OBS Open Broadcaster Software obs.exe=Multimedia,Open Broadcaster Software obs64.exe=Multimedia,Open Broadcaster Software onlineradiotuner.exe=Multimedia,Online Radio Tuner ovt.exe=Multimedia,OVT plmg.exe=Multimedia,Paragon Last Minute potplayer64.exe=Multimedia,PotPlayer potplayermini.exe=Multimedia,Potplayer potplayermini64.exe=Multimedia,PotPlayer pplive.exe=Multimedia,PPTV primevideo.exe=Multimedia,Prime Video App qqlive.exe=Multimedia,QQ live streaming qvodplayer.exe=Multimedia,Qvod Player radio365_dlg.exe=Multimedia,Radio365 radiowebplayer.exe=Multimedia,Radioweb Player rarmaradio.exe=Multimedia,Internet Radio realplay.exe=Multimedia,RealPlayer sambc.exe=Multimedia,Sam Broadcaster remoteplay.exe=Multimedia,PlayStation Remoteplay Client screamer.exe=Multimedia,Screamer Radio shareplayclient.exe=Multimedia,Ubisoft Share Play Client sopcast.exe=Multimedia,SopCast spotify.exe=Multimedia,Spotify streaming_client.exe=Multimedia,Steam Streaming Client stremio.exe=Multimedia,STREMIO media center tclient.exe=Multimedia,TCO!stream Client tidal.exe=Multimedia,TIDAL Music Streaming tidalplayer.exe=Multimedia,TIDAL Webplayer tsplayer.exe=Multimedia,Portable TS Player tv.exe=Multimedia,TV for Windows Media Player or RealPlayer tvplayer.exe=Multimedia,Tivibu tvprunner.exe=Multimedia,Joost twitchagent.exe=Multimedia,Twitch Streaming App twitchstudio.exe=Multimedia,Twitch Studio twitchui.exe=Multimedia,Twitch Desktop App video.ui.exe=Multimedia,Xbox Live Entertainment Platform videoaccelerator.exe=Multimedia,SpeedBit Video Accelerator vlc.exe=Multimedia,VLC media player vrchat.exe=Multimedia,VRChat Virtual Reality Chat-Room winamp.exe=Multimedia,Winamp wemeetapp.exe=Multimedia,VooV Meeting wmplayer.exe=Multimedia,Windows Media Player xbmc.exe=Multimedia,XBMC / Kodi Media Player xsplit.core.exe=Multimedia,XSplit Broadcaster zattoo.exe=Multimedia,Zattoo TV Streaming ; games 4game_zapuskatr.exe=Games,zapusk 4story.exe=Games,4Story 7daystodie.exe=Games,7 Days to Die aagame.exe=Games,Americas Army aclientm.exe=Games,YuYanOL aces.exe=Games,War Thunder acvahalla.exe=Games,Assassin's Creed Vahalla acvahalla_plus.exe=Games,Assassin's Creed Vahalla ageofconan.exe=Games,Age of Conan aikalauncher.exe=Games,AikaGlobal aikasm.exe=Games,aika online aion-final.exe=Games,Aion aion.exe=Games,Aion: The Tower of Eternity albion-online.exe=Games,Ablion Online among us.exe=Games,Among Us amtrucks.exe=Games,American Truck Simulator androidemulatoren.exe=Games,Tencent Gameloop anomalyzone.exe=Games,Anomaly Zone anthem.exe=Games,Anthem aoe2de_s.exe=Games,Age of Empires 2: Definitve Edition aogame.exe=Games,Allods Online apb.exe=Games,All Points Bulletin archeage.exe=Games,ArcheAge arma2.exe=Games,ArmA II arma2oa.exe=Games,Operation Arrowhead arma3.exe=Games,Arma 3 arma3_x64.exe=Games,Arma 3 armoredwarfare.exe=Games,Armored Warfare armyops.exe=Games,Americas Army asphalt8.exe=Games,Asphalt 8 Airborne asphalt9_w10_x86_rtl.exe=Games, Asphalt 9 Legends assettocorsa.exe=Games,Assetto Coras Racing Simulator astellia.exe=Games,Astellia atlantica.exe=Games,атлантика atlasgame.exe=Games,Atlas atom.exe=Games,Atom RPG audition.exe=Games,Audition Dance Game autopk.exe=Games,VAutoPK ava.exe=Games,Alliance of Valiant Arms (A.V.A) avatarstar.exe=Games,AvatarStar back4blood.exe=Games,Back 4 Blood bafflerstandalone3.exe=Games,Baffler's Standalone 3 baiduyunguanjia.exe=Games,Baidu Yun Guanjia bandmaster.exe=Games,BandMaster battleblocktheater.exe=Games,BattleBlock Theater battleforge.exe=Games,BattleForge battlefront.exe=Games,Star Wars: Battlefield bf1.exe=Games,Battlefield 1 bf1942.exe=Games,Battlefield 1942 bf2.exe=Games,Battlefield 2 bf2042.exe=Games,Battlefield 2042 bf2142.exe=Games,Battlefield 2142 bf3.exe=Games,Battlefield 3 bf4.exe=Games,Battlefield 4 bf4_x86.exe=Games,Battlefield 4 bfbc2game.exe=Games,Battlefield Bad Company 2 bfheroes.exe=Games,Battlefield Heroes bfp4f.exe=Games,Battlefield Play4Free bfv.exe=Games,Battlefield 5 bfvietnam.exe=Games,Battlefield Vietnam bgroomlobby.exe=Games,BGroom bh3.exe=Games,Honkai Impact 3rd blackdesert64.exe=Games,Black Desert blackops3.exe=Games,Call of Duty: Black Ops III blackops4.exe=Games,Call of Duty: Black Ops 4 blackopscoldwar.exe=Games,Call of Duty: BOCW blackopsmp.exe=Games,Call of Duty Black Ops blackshot.exe=Games,BlackShot Online blacksquadgame.exe=Games,Black Squad bless.exe=Games,Bless Unleashed bloodlinechampions.exe=Games,Bloodline Champions bloodstrike.exe=Games,Blood Strike bnsr.exe=Games,Blade & Soul borderlands.exe=Games,Borderlands borderlands2.exe=Games,Borderlands 2 borderlands3.exe=Games,Borderlands 3 bravohotelclient-win64-shipping.protected.exe=Games,Super People brawlhalla.exe=Games,Brawlhalla c9.exe=Games,Continent of the Ninth cabal.exe=Games,Cabal Online cabalmain.exe=Games,Cabal Online caliber.exe=Games,Caliber casino.exe=Games,Betfred Poker cef_subprocess.exe=Games,Wargaming.net cfhd-the10thzone.exe=Games,The 10th Zone civilizationv_dx11.exe=Games,Civilization V clash-win64.exe=Games,Clash of Clans Client client.exe=Games,World of Pirates (WoP) cnc3.exe=Games,Command & Conquer 3 Tiberium Wars cod2mp_s.exe=Games,Call of Duty 2 codmp.exe=Games,Call of Duty coduomp.exe=Games,Call of Duty - United Offensive codwawmp.exe=Games,Call Of Duty - World at War coh.exe=Games,Company of Heroes combatarms.exe=Games,Combat Arms conansandbox.exe=Games,Conan Exiles conquer.exe=Games,Conquer Online conviction_game.exe=Games,Splinter Cell Conviction crossfire.exe=Games,Crossfire crossfire_x64.exe=Games,CrossFire crossout.exe=Games,Crossout crysis2.exe=Games,Crysis 2 cs.exe=Games,Counter Strike cs2.exe=Games,Counter-Strike 2 csgo.exe=Games,Counter-Strike Global Offensive cstrike-online.exe=Games,Counter-Strike Online cstrike.exe=Games,Counter-Strike 1.6 cyberpunk2077.exe=Games,Cyberpunk 2077 czero.exee=Games,Counterstrike Condition Zero d2r.exe=Games,Diablo 2 darksouls.exe=Games,Dark Souls darksoulsii.exe=Games,Dark Souls II darksoulsiii.exe=Games,Dark Souls III darkspore.exe=Games,Darkspore dayofinfamy.exe.exe=Games,Day Of Infamy dayofinfamy_x64.exe=Games,Day Of Infamy 64bit dayz_x64.exe=Games,DayZ dcs.exe=Games,DCS World Game digitalcombatsimulator deadbydaylight-win64-shipping.exe=Games,Dead by Daylight deadbydaylight.exe=Games,Dead by Daylight deadspace2.exe=Games,Dead Space 2 deceit.exe=Games,Deceit dekaron.exe=Games,dekaron depthgame.exe=Games,Depth Game destiny2.exe=Games,Destiny 2 dfbhd.exe=Games,Delta Force - Black Hawk down diablo iii.exe=Games,Diablo III diablo iii64.exe=Games,Diablo III diabotical.exe=Games,Diabotical diabloimmortal.exe=Games,Diablo Immortal dirt2_game.exe=Games,DiRT 2 dirt3.exe=Games,DiRT 3 dndclient.exe=Games,Dungeons & Dragons Online dnf.exe=Games,Dungeon Fighter Online dontstarve.exe=Games,Don't Starve dontstarve_steam.exe=Games,Don't Starve doom3.exe=Games,Doom 3 doometernalx64vk.exe=Games,Doom Eternal dota.exe=Games,Defense of the Ancients dota2.exe=Games,Dota 2 dow2.exe=Games,Dawn of War 2 dragonnest.exe=Games,Dragon Nest dreamace.exe=Games,Dream ACE dro_client64.exe=Games,Drakensang Online ds.exe=Games,Death Stranding dungeonrunners.exe=Games,Dungeon Runners dwrg.exe=Games,Identity V efootball.exe=Games,eFootball eldenring.exe=Games,Elden Ring elementclient.exe=Games,Perfect World elitedangerous64.exe=Games,Elite Dangerous elsword.exe=Games,ELSWord Online elyon.exe=Games,Elyon empiresx.exe=Games,Age of Empires engine.exe=Games,Combat Arms enlisted.exe=Games,Enlisted entropia.exe=Games,Entropia Universe escapefromtarkov.exe=Games,Escape from Tarkov escapefromtarkov_be.exe=Games,Escape from Tarkov eso.exe=Games,Elder Scrolls Online eso64.exe=Games,Elder Scrolls Online et.exe=Games,Wolfenstein: Enemy Territory euroaion.exe=Games,EuroAion europa_client.exe=Games,Ring of Elysium eurotrucks2.exe=Games,Euro Truck Simulator 2 eve.exe=Games,Eve online everquest2.exe=Games,EverQuest II execpubg.exe=Games,PlayerUnknown's Battlegrounds f1_2010_game.exe=Games,F1 2010 f1_2011.exe=Games,F1 2011 factorio.exe=Games,Factorio fallguys_client.exe=Games,Fall Guys: Ultimate Knockout fallguys_client_game.exe=Games,Fall Guys: Ultimate Knockout fallout76.exe=Games,Fallout 76 farcry.exe=Games,Far Cry farcry5.exe=Games,Far Cry 5 farmingsimulator2019game.exe=Games,Farming Simulator 19 farmingsimulator2022game.exe=Games,Farming Simulator 22 fear.exe=Games,F.E.A.R. ff2client.exe=Games,FIFA Online 2 ffxiv_dx11.exe=Games,Final Fantasy XIV ffxivgame.exe=Games,Final Fantasy XIV fifa.exe=Games,FIFA 11 fifa06.exe=Games,FIFA 06 (EA Sports) fifa13.exe=Games,FIFA 13 fifa16.exe=Games,FIFA 16 fifa18.exe=Games,FIFA 18 fifa19.exe=Games,FIFA 19 fifa20.exe=Games,FIFA 20 fifa21.exe=Games,FIFA 21 fifa22.exe=Games,FIFA 22 fifa23.exe=Games,FIFA 23 fifa4zf.exe=Games,FIFA 04 fifazf.exe=Games,FIFA Online 3 fightcade.exe=Games,FightCade firestorm-releasex64.exe=Games,Viewer for Second Life firestormos-releasex64.exe=Games,Phoenix Firestorm Second Life Viewer fishingplanet.exe=Games,Fishing Planet fivem.exe=Games,FiveM fivem_b2189_gtaprocess.exe=Games,FiveM App fivem_b2372_gtaprocess.exe=Games,FiveM GTA 5 Mod fivem_b2545_gtaprocess.exe=Games,FiveM GTA V Multiplayer fivem_gtaprocess.exe=Games,FiveM flightsimulator.exe=Games,Microsoft Flight Simulator (2020) flyff.exe=Games,FlyffPhilippines forgedalliance.exe=Games,Forged Alliance forhonor.exe=Games,For Honor fortniteclient-win64-shipping.exe=Games,Fortnite fortniteclient-win64-shipping_be.exe=Games, Fortnite fortniteclient-win64-shipping_eac.exe=Games,Fortnite forzahorizon4.exe=Games,Forza Horizon 4 forzahorizon5.exe=Games,Forza Horizon 5 fouc.exe=Games,Flatout Ultimate Carnage freejackclient.exe=Games,FreeJack freelancer.exe=Games,Freelancer freestyle.exe=Games,Freestyle Street Basketball freestyle2.exe=Games,Freestyle Street Basketball 2 fs9.exe=Games,MS Flightsimulator 9 (2004) fsd-win64-shipping.exe=Games,Deep Rock Galactic fsx.exe=Games,MS Flightsimulator X fxgame.exe=Games,Age of Wushu ga2.exe=Games,GetAmped2 game.exe=Games,Diablo II or Renegate game_y.exe=Games,Volamtruyenky gameclient.exe=Games,Perfect Worlds or Star Trek Online gamedx11.exe=Games,Wareface gameranger.exe=Games,GameRanger game service gamviplauncher.exe=Games,Gamvip for PC ge.exe=Games,Granado Espada gears5.exe=Games,Gears of War 5 geargame.exe=Games,Gears of War genshinimpact.exe=Games,Genshin Impact gfwlclient.exe=Games,Games for Windows - LIVE ghostrecononline.exe=Games,Ghost Recon Online gitzwc.exe=Games,Gitz WC globalsgenda.exe=Games,Global Agenda Game gplay.exe=Games,ACME gplay grandchase.exe=Games,Grand Chase grb.exe=Games,Ghost Recon Breakpoint gta5.exe=Games,Grand Theft Auto V gta_sa.exe=Games,GTA San Andreas Multiplaer gtaiv.exe=Games,GTA IV gtr.exe=Games,GTR gundamonline.exe=Games,Gundam Online gw.exe=Games,Guild Wars gw2-64.exe=Games,Guild Wars 2 64bit gw2.exe=Games,Guild Wars 2 h1z1.exe=Games,H1Z1 MMORPG hallclient.exe=Games,Hall of Legends Team Battle halo.exe=Games,Halo haloce.exe=Games,Halo Custom Edition haloinfinite.exe=Games,Halo Infinite hangamepoker.exe=Games,Hangame Poker hearthstone.exe=Games,Hearthstone hedone.exe=Games,Hedone Beta heroes of the storm.exe=Games,Heroes of the Storm heroesandgeneralsdesktop.exe=Games,Heroes and Generals heroesofthestorm_x64.exe=Games,Heroes of the Storm heros.exe=Games,Heroes of Might and Magic hgwc.exe=Games,S4 League hirezlauncherui.exe=Games,SMITE hitman2.exe=Games,Hitman 2 Silent Assassin hl.exe=Games,Half-Life hl2.exe=Games,Halflife 2 hll-win64-shipping.exe=Games,Hell Let Loose hng.exe=Games,Heroes and Generals hon.exe=Games,Heroes of Newerth huntgame.exe=Games,Hunt: Showdown hyperscape.exe=Games,Hyper Scape hyxd.exe=Games,Knives Out hack icarus-win64-shipping.exe=Games,Icarus il-2.exe=Games,IL2 Battle of Stalingrad insurgency.exe=Games,Insurgency insurgency_x64.exe=Games,Insurgency 64bit insurgencyclient-win64-shipping.exe=Games,Insurgency Sandstorm iourbanterror.exe=Games,Urban Terror iracingservice64.exe=Games,iRacing iracingsim64dx11.exe=Games,iRacing DirectX 11 ironsight.exe=Games,Ironsight iw3mp.exe=Games,Call of Duty 4 - Modern Warfare iw4mp.exe=Games,Call of Duty Modern Warfare 2 iw5mp.exe=Games,Call of Duty Modern Warfare 3 jogar.exe=Games,MuawAy jx3clientx64.exe=Games,JX3 kalonline.exe=Games,Kalonline kartrider.exe=Games,KartRider kfgame.exe=Games,Killing Floor 2 kh2.exe=Games,Kingdom Hero II killingfloor.exe=Games,Killing Floor knightonline.exe=Games,Knight Online l2.exe.exe=Games,Lineage 2 ; no typo l2.exe=Games,Lineage 2 landmark.exe=Games,Everquest Landmark landmark64.exe=Games,Everquest Landmark langames.exe=Games,LAN Games by Garena Online league of legends.exe=Games,League of Legends leagueclient.exe=Games,League of Legends leagueclientux.exe=Games,League of Legends leagueclientuxrender.exe=Games,League of Legends left4dead.exe=Games,Left 4 Dead Dedicated Server left4dead2.exe=Games,Left 4 Dead 2 legendonline.exe=Games,Legend Online Client lfs.exe=Games,Live for Speed lifeafter.exe=Games,Lifeafter lineager.exe=Games,Lineage W lithtech.exe=Games,Aliens versus Predator 2 llineageii.exe=Games,Lineage 2 GoD l lol.exe=Games,League of Legends Client lolclient.exe=Games,League of Legends Client lostark.exe=Games,Lost Ark lostsaga.exe=Games,Lost Saga Online Client lotroclient.exe=Games,Lord of the Rings Online lswebbroker.exe=Games,Lost Saga magicite.exe=Games,Magicite magicka.exe=Games,Magicka main.exe=Games,Mega Mu Online maplestory.exe=Games,MapleStory SEA marsgame.exe=Games,Mercenary Ops masterduel.exe=Games,Yu-Gi-Oh! Master Duel mb_warband.exe=Games,Mount&Blade Warband mc2.exe=Games,Midnight Club 2 mcc-win64-shipping.exe=Games,Halo The Master Chief Collection metin2.exe=Games,Metin 2 metin2client.exe=Games,Metin 2 minecraft.exe=Games,Minecraft minecraft.windows.exe=Games,Minecraft Windows 10 Edition minecraftsp.exe=Games,Minecraft SP mir4.exe=Games,MIR 4 mk11.exe=Games,Mortal Kombat 11 modernwarfare.exe=Games,Call of Duty Modern Warfare moh_spearhead.exe=Games,Medal of Honor: Spearhead mohaa.exe=Games,Medal of Honor mohmpgame.exe=Games,Medal of Honor 2010 MultiPlayer mohpa.exe=Games,Medal of Honor: Pacific Assault mohw.exe=Games,Medal of Honor: Warfighter monsterhunterworld.exe=Games,Monster Hunter World mordhau-win64-shipping.exe=Games,MORDHAU Game mow_assault_squad.exe=Games,Men of War Squad Assault mr.bridge.exe=Games,Mr. Bridge Tutorial Software mu.exe=Games,MU Online muantigo.exe=Games,Mu Antigo Online Game Server mwoclient.exe=Games,MechWarrior Online narakabladepoint.exe=Games,Nakara Bladepoint nba2k20.exe=Games,NBA2K20 nba2k21.exe=Games,NBA 2K21 nba2konline.exe=Games,NBA2K Online needforspeedpayback.exe=Games,Need for Speed Payback neverwinter.exe=Games,Neverwinter newworld.exe=Games,New World newworldlauncher.exe=Games,New World Online Client nexuiz.exe=Games,Nexuiz nfs16.exe=Games,Need for Speed nfsc.exe=Games,NFSC CARBON nfsw.exe=Games,Need For Speed World ninedragons.exe=Games,9 Dragons nms.exe=Games,No Man's Sky ofdr.exe=Games,Operation Flashpoint Dragon Rising onlive.exe=Games,OnLive operation7.exe=Games,Operation7 operationflashpoint.exe=Games,Operation Flashpoint osu!.exe=Games,osu! outriders-win64-shipping.exe=Games,Outriders overwatch.exe=Games,Overwatch pactify.exe=Games,Pactify Minecraft for PvP paladins.exe=Games,Paladins - Champions of the Realm paladinseac.exe=Games,Paladins - Champions of the Realm pathofexile.exe=Games,Path of Exile pathofexile_x64.exe=Games,Path of Exile (64bit) pathofexile_x64steam.exe=Games,Path of Exile on Steam pathofexilesteam.exe=Games,Path of Exile payday2_win32_release.exe=Games,Payday 2 pes2011.exe=Games,Pro Evolution Soccer 2011 pes2012.exe=Games,Pro Evolution Soccer 2012 pes2013.exe=Games,Pro Evolution Soccer 2013 pes2016.exe=Games,Pro Evolution Soccer 2016 pes2019.exe=Games,Pro Evolution Soccer 2019 pes2020.exe=Games,Pro Evolution Soccer 2020 pes2021.exe=Games,Pro Evolution Soccer 2021 pes4.exe=Games,Pro Evolution Soccer 4 pes5.exe=Games,Pro Evolution Soccer 5 pes6.exe=Games,Pro Evolution Soccer 6 phasmophobia.exe=Games,Phasmophobia planetside2.exe=Games,Planetside 2 planetside2_x64.exe=Games,Planetside 2 64bit playgtav.exe=Games,Grand Theft Auto V po.exe=Games,pokemon online pointblank.exe=Games,Point Blank pokerstars.exe=Games,PokerStars prius.exe=Games,Prius projectg.exe=Games,Pangya projecttitan.exe=Games,Titan projectzomboid64.exe=Games,Project Zomboid proven_ground_client.exe=Games,Conquerors Blade pso2.exe=Games,Phantasy Star 2 pubglite-win64-shipping.exe=Games,PlayerUnknown's Battleground PUBGLite pubglite.exe=Games,PlayerUnknown’s Battlegrounds Lite purple.exe=Games,Tianchang 2M 天常2M qmemulatorservice.exe=Games,Gameloop App qqchess.exe=Games,QQChess quake3.exe=Games,Quake 3 quakelive_steam.exe=Games,QuakeLive quakechampions.exe=Games,Quake Champions r5apex.exe=Games,Apex Legends r5apex_dx12.exe=Games,Apex Legends DX12 r6vegas2_game.exe=Games,Rainbow Six Vegas 2 radmir_launcher_ex.exe=Games, Radmir Role Play raft.exe=Games,Raft ragemp_v.exe=Games,RAGE Multiplayer ragexe.exe=Games,Ragnarok Online ragnarok.exe=Games,Ragnarok Online rainbowsix.exe=Games,Tom Clancy's Rainbow Six Siege rainbowsix_vulkan.exe=Games,Tom Clancy's Rainbow Six Siege ravenshield.exe=Games,Ravenshield rdr2.exe=Games,Red Dead Redemption 2 re3.exe=Games,Eesident Evil 3 redorchestra.exe=Games,Red Orchestra reliccoh.exe=Games,Company of heroes remnant-win64-shipping.exe=Games,Remnant: From the Ashes rf.exe=Games,RF Online rf4_x64.exe=Games,Russian Fishing 4 rfactor.exe=Games,rFactor rfc.exe=Games,RF commanders rift.exe=Games,RIFT risingstorm2.exe=Games,Rising Storm 2: Vietnam ro2client.exe=Games,Ragnarok Online II robloxplayerbeta.exe=Games,Roblox Oblivion rocketleague.exe=Games,Rocket League rogame.exe=Games,Red Orchestra 2 roguecompany.exe=Games,Rogue Company rohanclient.exe=Games,Rohan Online ros.exe=Games,Rules of Survival run.exe=Games,Sirus.Su runelite.exe=Games,RuneScape runescape.exe=Games,RuneScape runesofmagic.exe=Games,Runes of Magic rust.exe=Games,Rust game rustclient.exe=Games,Rust game rustyhearts.exe=Games,Rusty Hearts s2_mp64_ship.exe=Games,Call of Duty WWII s9-win32-f.exe=Games,Section 8: Prejudice samp.exe=Games,GTA: San Andreas-Multiplayer sc2.exe=Games,StarCraft II sc2_x64.exe=Games,StarCraft II scpsl.exe=Games,Secret Lab scum.exe=Games,SCUM sf2.exe=Games,Special Force 2 sh3.exe=Games,Silent Hunter 3 shippingpc-stormgame.exe=Games,Bulletstorm shootergame.exe=Games,Ark Survival Evolved silkroad.exe=Games,Silkroad Online simulator.exe=Games,lock on-2 singularityalphaviewer.exe=Games,Singularity Alpha Viewer smite.exe=Games,SMITE sniper_x86.exe=Games,Sniper Ghost Warrior snowrunner.exe=Games,SnowRunner so2game.exe=Games,JX2 so3d.exe=Games,seal online so3dplus.exe=Games,So3dplus Seal Online sof2mp.exe=Games,Soldier of Fortune2 - Double Helix sogame.exe=Games,Stay Out Game soldierfront.exe=Games,Soldier Front sotgame.exe=Games,Sea of Thieves spacecowboys.atm=Games,SpaceCowboys specialforce.exe=Games,Special Force speed.exe=Games,Need for Speed - Most Wanted speed2.exe=Games,NFS Underground 2 spellbreak.exe=Games,Spellbreak squadgame.exe=Games,Squad Tactical FPS srcds.exe=Games,Valve Source Dedicated Server sro_client.exe=Games,Silkroad Online ssjj_battleclient_unity.exe=Games,Global Strike stalkeronline.exe=Games,Stalker Online star trek online.exe=Games,Star Trek Online starcitizen.exe=Games,Star Citizen starcraft.exe=Games,StarCraft - Broodwar starrail.exe=Games,Star Rail starwarsbattlefrontii.exe=Games,Star Wars Battle Front 2 starwarssquadrons.exe=Games,Star Wars Squadrons streetfighterv.exe=Games,Street Fighter V streetfighter6.exe=Games,Street Fighter 6 stronghold2.exe=Games,Stronghold 2 suddenattack.exe=Games,sudden attack survarium.exe=Games,Survarium swarm.exe=Games,Alien Swarm swtor.exe=Games,Star Wars-The Old Republic szoneonline.exe=Games,sZone-Online t6mp.exe=Games, Call of Duty Black Ops II tacticalops.exe=Games,Tactical Ops tanksblitz.exe=Games,World of Tanks tdxw.exe=Games,TDX tower defense tekkengame-win64-shipping.exe=Games,Tekken 7 tera.exe=Games,Tera testdrive2.exe=Games,Test Drive Unlimited 2 thedivision.exe=Games,Tom Clancy's The Division thedivision2.exe=Games,Tom Clancy's The Division 2 theforest.exe=Games,The Forest thehuntercotw_f.exe=Games,theHunter Call of the Wild thinclient.exe=Games,Drakensang Online tianyu.exe=Games,Revelation Online Game tibia.exe=Games,Tibia tim.exe=Games,The Incredible Machine titanfall2.exe=Games,Titanfall 2 tlbb.exe=Games,THIEN LONG BAT BO trgame.exe=Games,talesrunner tslgame.exe=Games,PlayerUnknown's Battlegrounds tslgame_be.exe=Games,PlayerUnknown's Battlegrounds tslgame_eac.exe=Games,PlayerUnknown's Battlegrounds twelvesky2.exe=Games,Twelve Sky 2 unrealtournament.exe=Games,Unreal Tournament unturned.exe=Games,Unturned ut2003.exe=Games,Unreal Tournament 2003 ut2004.exe=Games,Unreal Tournament 2004 valheim.exe=Games,Valheim valheim_server.exe=Games,Valheim valorant-win64-shipping.exe=Games,Valorant valorant.exe=Games,Valorant vermintide2.exe=Games,Warhammer Vermintide 2 vggame.exe=Games,SwordOnline vietcong.exe=Games,Vietcong vimeworld.exe=Games,Minecraft Vimeworld vindictus.exe=Games,Vindictus vngame.exe=Games,Rising Storm 2: Vietnam vuadotkich.exe=Games,Vua Đột Kích war3.exe=Games,Warcraft III warfacemycomsteamloader.exe=Games,Warface warframe.x64.exe=Games,Warframe warpatch.exe=Games,Warhammer Online warrobots.exe=Games,War Robots warrock.exe=Games,WarRock warz.exe=Games,The War Z watchdogslegion.exe=Games,Watch Dog: Legion wesing.exe=Games,WeSing Karaoke wgc.exe=Games,Wargaming.net World of Tanks wic_online.exe=Games,World in conflict online wolcen.exe=Games,Wolcen:Lords of Mayhem wolfmp.exe=Games,Return to Castle Wolfenstein worldoftanks.exe= Games,World of Tanks worldofwarplanes.exe=Games,World of Warplanes worldofwarplanesmonitor_x64.exe=Games,World of Warplanes worldofwarships.exe=Games,World of Warships worldofwarships64.exe=Games,World of Warships wotblitz.exe=Games,World of Tanks Blitz wow-64.exe=Games,World of Warcraft 64bit wow.exe=Games,World of Warcraft wowclassic.exe=Games,World of Warcraft Classic wtl-win64-shipping.exe=Games,Will to Live wwzretailegs.exe=Games,World War Z xingame.exe=Games,Starcity Online 2.1 xr_3da.exe=Games,STALKER: Shadow of Chernobyl xvm-stat.exe=Games,XVM World of Tanks yo3.exe=Games,yugioh online 3 yuanshen.exe=Games,Genshin Impact zingplay.exe=Games,Zingplay zula.exe=Games,Zula ; misc_high anydesk.exe=Misc_High,AnyDesk remote-desktop apkcombovpn.exe=Misc_High,APKCombo VPN Client avira.vpnservice.exe=Misc_High,VPN Avira Antivirus Software com.docker.vpnkit.exe=Misc_High,Docker VPN dnsbench.exe=Misc_High,DNS Bench Benchmark Tool dnscrypt-proxy.exe=Misc_High,DNSCrypt / Umbrella Roaming Client / DNS Leak Fix endpoint.exe=Misc_High,IxChariot eqwatch.exe=Misc_High,eqwatch earthquake location & magnitude exitlag.exe=Misc_High,ExitLag Lag expressvpnd.exe=Misc_High,ExpressVPN eye.exe=Misc_High,Yahoo! All-Seeing-Eye gametvplus.exe=Misc_High,Game TV Plus App gxxsvc.exe=Misc_High,Garena platform service hamachi-2.exe=Misc_High,Hamachi VPN client hamachi.exe=Misc_High,Hamachi haste.exe=Misc_High,Haste Ping Reducer hlsw.exe=Misc_High,HLSW Half-Life Server Watch honeygain.exe=Misc_High,Honeygain App icqlite.exe=Misc_High,ICQLite ivacy.exe=Misc_High,Ivacy VPN mirc.exe=Misc_High,mIRC mstsc.exe=Misc_High,Microsoft Terminal Services Client mudflow.exe=Misc_High,Mudfish VPN service named.exe=Misc_High,TreeWalk DNS noping.exe=Misc_High,NoPing Tunnel nordvpn.exe=Misc_High,NordVPN service nordvpn-service.exe=Misc_High,NordVPN nv_meet_moderator_en.exe=Misc_High,Netviewer Meet Moderator parsecd.exe=Misc_High,PARSEC remote access for gaming phantomvpn.exe=Misc_High,Avira Phantom VPN Client pidgin.exe=Misc_High,Pidgin pingzapper.exe=Misc_High,Pingzapper pnkbstrb.exe=Misc_High,Punkbuster protonvpn.exe=Misc_High,Proton VPN psiphon3.exe=Misc_High,Psiphon 3 qeeyou.exe=Misc_High,qiyou Game Accelerator qimiao.exe=Misc_High,Wonderful Accelerator qmproxyacceler.exe=Misc_High,QMProxyAccelerator radmin.exe=Misc_High,Remote Administrator remoting_host.exe=Misc_High,Chrome Remote Desktop Host rvcontrolsvc.exe=Misc_High,Radmin VPN Control Service sdnsmain.exe=Misc_High,Simple DNS Plus shadow.exe=Misc_High,Shadow for Windows shadowsocks.exe=Misc_High,Shadowsocks Protocol Client shadowsocksr-dotnet4.0.exe=Misc_High,Shadowsocks Proxy socksengine.exe=Misc_High,雷神加速器转换 Game Accelerator speedify.exe=Misc_High,Speedify VPN speedtest.exe=Misc_High,Ookla speed test speedtest.net sunloginclient.exe=Misc_High,Sunlogin remote control surfshark.exe=Misc_High,Surfshark VPN surfshark.service.exe=Misc_High,Surfshark VPN Client supremo.exe=Misc_High,Supremo remote control teamviewer.exe=Misc_High,Teamviewer teamviewer_service.exe=Misc_High,Teamviewer Service terminal.exe=Misc_High,MetaTrader Platform Software todesk.exe=Misc_High,ToDesk Remote Desktop trackchecker.exe=Misc_High,TrackChecker trillian.exe=Misc_High,Trillian tunngle.exe=Misc_High,Tunngle LAN Gaming uu.exe=Misc_High,UU Game Booster uu_ball.exe=Misc_High,NetEase UU Online Game Accelerator v2ray.exe=Misc_High,V2Ray core of Project V vcviewer.exe=Misc_High,Ultra VNC Viewer virtualdesktop.streamer.exe=Misc_High,Virtual Desktop vpnclient.exe=Misc_High,SoftEther VPN Client vpnclient_x64.exe=Misc_High,SoftEther VPN client vpngame.exe=Misc_High,VPNGame.net Online Game Accelerator vpnserver_x64.exe=Misc_High,SoftEther VPN server vpnsvc.exe=Misc_High,Avast SecureLine wfica32.exe=Misc_High,Citrix-Client winbox.exe=Misc_High,Mikrotik WinBOX winvnc.exe=Misc_High,WinVNC winvnc4.exe=Misc_High,VNC wireguard.exe=Misc_High,WireGuard VPN Tunnel wlcrasvc.exe=Misc_High,Live Mesh Remote Desktop wv2ray.exe=Misc_High,Project V VPN xunyou.exe=Misc_High,Sichuan Xunyou Online Game Accelerator zerotier-one_x64.exe=Misc_High,ZeroTier Global Area Network [normalprogs] ;multimedia (server) embyserver.exe=Multimedia,Emby Server for Windows plex media server.exe=Multimedia,Plex Media Server ovrserver_x64.exe=Multimedia,Oculus VR Service ;games 5eclient.exe=Games,5E Arena matchmaking ;other 360chrome.exe=Other,Qihoo Web browser 360safe.exe=Other,360 Total Security 360se.exe=Other,Qihoo 360 Total Security acrord32.exe=Other,Acrobat Reader actionuriserver.exe=Other,Microsoft Cortana service adjustservice.exe=Other,GIGABYTE AdjustService App Center adguardsvc.exe=Other,Adguard Web Filter adobe desktop service.exe=Other,Adobe Creative Cloud adobegcclient.exe=Other,Adobe Genuine Software Integrity service admunch.exe=Other,Ad Muncher airexplorer.exe=Other,AirExplorer multicloud manager alphaantileak.exe=Other,AlphaAntiLeak Java protector androidemulator.exe=Other,Android Emulator androidemulatorex.exe=Other,GameLoop Emulator anonproxy.exe=Other,Anonymizer apcent.exe=Other,Gigabyte App Center appmarket.exe=Other,Tencent Gaming Buddy apsdaemon.exe=Other,Apple Push Service Daemon armourycrate.exe=Other,ASUS Armoury Crate asrappshop.exe=Other,ASRock APP Shop auepmaster.exe=Other,AMD User Experience avastbrowser.exe=Other,Avast Secure Browser avastui.exe=Other,Avast Antivirus avgsvc.exe=Other,AVG Internet Security service avkproxy.exe=Other,G Data AntiVirus bdservicehost.exe=Other,Bitdefender 2019 bdwtxag.exe=Other,Bitdefender Wallet Agent bdvpnservice.exe=Other,Bitdefender 2018 VPN beservice.exe=Other,BattlEye Anti-Cheat Service betternet.exe=Other,Betternet VPN Service bf4webhelper.exe=Other,Battlefield 4 Web Helper bf4x86webhelper.exe=Other,Battlefield 4 Web Helper binance.exe=Other,Binance Crypto Trading App blitz.exe=Other,Blitz App blizzardbrowser.exe=Other,Blizzard in-game browser bluestacks.exe=Other,BlueStacks App Player bluestackshelper.exe=Other,BlueStacks App Player helper bluestacksinstaller.exe=Other,BlueStacks App Player installer brave.exe=Other,Brave web browser browser.exe=Other,Coc Coc Webbrowser browser_broker.exe=Other,Microsoft Edge browser helper browser7.exe=Other,t-online.de Browser btfs.exe=Other,Bittorrent file system ca.exe=Other,CA Personal Firewall captchabotrs.exe=Other,CaptchaBotRS ccleaner64.exe=Other,CCleaner cef_browser_process.exe=Other,Wargaming.net Client Web Helper cef_game_render.exe=Other,GameLoop Android Emulator cefsharp.browsersubprocess.exe=Other,CefSharp Web Browser cfosspeed.exe=Other,cFosSpeed Status Windows chrome.exe=Other,Google Chrome chrome_proxy.exe=Other,Google Chrome Browser cmdagent.exe=Other,Comodo Internet Security com.docker.backend.exe=Other,Docker cwclient.exe=Other,CurrentWare client service cyberfox.exe=Other,Cyberfox Web Browser desktopcymo.exe=Other,Monex Trader devicecensus.exe=Other,Windows Device Census devmgmtservice.exe=Other,Bitdefender Device Management Service dllhost.exe=Other,Windows dllhost service dnplayer.exe=Other,NOXGAMES MOMO Player dragon.exe=Other,Comodo Dragon dstudio.exe=Other,Extreme Media Digital Studio dwnetfilter.exe=Other,DrWeb Security eabackgroundservice.exe=Other,EA Background Service eaconnect_microsoft.exe=Other,Electronic Arts Connect Microsoft eacoreserver.exe=Other,EA Origin Server eadesktop.exe=Other,EA Desktop App ealink.exe=Other,Electronic Arts Link easteamproxy.exe=Other,Electronic Arts Steam Proxy easyanticheat.exe=Other,Easy Anti-Cheat Service easyanticheat_eos.exe=Other,Easy Anti-Cheat EOS Service easyanticheat_launcher.exe=Other,EasyAntiCheat ekrn.exe=Other,ESET Smart Security service entc.exe=Other,Creative Entertainment Console epicwebhelper.exe=Other,Epic Web Helper epiconlineservices.exe=Other,Epic Online Services epiconlineserviceshost.exe=Other,Epic Online Services Host epiconlineservicesuihelper.exe=Other,Epic Online Services UI Helper epiconlineservicesuserhelper.exe=Other,Epic Online Services User Helper explorer.exe=Other,Windows Explorer facebookgameroom.exe=Other,Facebook Gameroom faceitservice.exe=Other,Face It anti-cheat service faroo.exe=Other,FAROO Distributed Search feeddemon.exe=Other,FeedDemon ficus-ui.exe=Other,FICUS/UI client firefox.exe=Other,Firefox Webbrowser firefoxportable.exe=Other,Firefox Portable fsorsp64.exe=Other,F-Secure ORSP Service gamebar.exe=Other,XBox Game Bar service gamebarpresencewriter.exe=Other,Microsoft Game Bar gamemanagerservice.exe=Other,Razer GameManager gamingservices.exe=Other,Microsoft Gaming Install Services gcupd.exe=Other,GIGABYTE App Center geforcenow.exe=Other,GeForce Now geforcenowcontainer.exe=Other,NVIDIA Container gfxdownloadwrapper.exe=Other,Intel Graphics Control Panel gtvplus.exe=Other,Game TV Plus Gaming Platform googleearth.exe=Other,Google Earth gujianol.exe=Other,WhatPulse App hd-agent.exe=Other,BlueStacks Agent Android Emulator hd-player.exe=Other,BlueStacks Android Host Player hd-runapp.exe=Other,BlueStacks Android Host Player heimdal.darklayerguard.exe=Other,Heimdal.DarkLayerGuard Security helper.exe=Other,Firefox helper hpcmonitoringclient.exe=Other,Microsoft HPC Pack hunt.exe=Other,Exception Hunter 2 dev tool hxoutlook.exe=Other,Microsoft Outlook hxtsr.exe=Other,Microsoft Outlook Communications icedragon.exe=Other,Comodo IceDragon Browser icue.exe=Other,CORSAIR iCUE iexplore.exe=Other,Internet Explorer iridium.exe=Other,Iridium Webbrowser iqtray.exe=Other,IQ Option Trading App java.exe=Other,Java javaw.exe=Other,Java k9filter.exe=Other,k9 Internet Protect kenproxy.exe=Other,HTTP proxy kinza.exe=Other,Kinza Web Browser kodi.exe=Other,Kodi media center ksde.exe=Other,Kaspersky Secure Connection lcore.exe=Other,Logitech Gaming Framework ld9boxheadless.exe=Other,VirtualBox Headless Frontend ldboxheadless.exe=Other,Oracle Virtual Box ldnews.exe=Other,LDPlayer Android emulator News ldplayer.exe=Other,LDPlayer Android Emulator Player ldvboxheadless.exe=Other,LDPlayer Virtual Box Android Emulator leigod.exe=Other,Leigod Online Game Accelerator lghub_agent.exe=Other,Logitech G HUB liebao.exe=Other,Liebao Web Browser lrio.exe=Other,Intel Telemetry lsass.exe=Other,Windows authentication process mailclient.exe=Other,MailClient by eM Client maxthon.exe=Other,Maxthon Web Browser mbamservice.exe=Other,Anti-Malware Real-Time Windows Service memu.exe=Other,MEmu Android emulator memuconsole.exe=Other,MEmu Multiple Instances Android emulator memuheadless.exe=Other,Maiwei VM Memu microsoft.msn.news.exe=Other,Microsoft MSN microsoftedge.exe=Other,Microsoft Edge Browser microsoftedgeupdate.exe=Other,Microsoft Edge Updater microsoftedgecp.exe=Other,Microsoft Edge Content Process microsoftedgesh.exe=Other,Microsoft Edge Web Platform moe.exe=Other,Mesh Operating Environment mr.autotrading_lite.exe=Other,Mr. AutoTrading Client mr.guard.exe=Other,Mr. Guard Email Vault msedge.exe=Other,Microsoft Edge Browser (Chromium) msedgewebview2.exe=Other,Microsoft Edge Web View 2 msfeedssync.exe=Other,Microsoft Feeds Synchronization mshta.exe=Other,Microsoft HTA browser msimn.exe=Other,Outlook Express msmpeng.exe=Other,Windows Defender Service Executable msoia.exe=Other,Microsoft Office Telemetry Agent mssecsvc.exe=Other,Microsoft Security Center multiplayermanager.exe=Other,Nox App Player Android emulator nemuheadless.exe=Other,Mumu Emulator ninjatrader.exe=Other,NinjaTrader node.exe=Other,Node.js nortonsecurity.exe=Other,Norton Security nox.exe=Other,Nox App Player noxvmhandle.exe=Other,Nox App Player noxvmplayer.exe=Other,Nox App Player nvdisplay.container.exe=Other,NVIDIA Container nvidia share.exe=Other,NVIDIA Share screen recording nvidia web helper.exe=Other,NVIDIA Web Helper Service nvprofileupdater64.exe=Other,NVIDIA Driver Profile Updater nvcontainer.exe=Other,NVIDIA Container nvtelemetrycontainer.exe=Other,NVIDIA Telemetry Container nw.exe=Other,NW.js Javascript App framework olicenseheartbeat.exe=Other,Daily Office License Activation Heartbeat online-guardian.exe=Other,Microleaves Online Guardian openvpn.exe=Other,OpenVPN opera.exe=Other,Opera orbitum.exe=Other,Orbitum social browser originwebhelperservice.exe=Other,Origin Web Helper Electronic Arts oscareditor.exe=Other,X7 Oscar Keyboard Editor outlook.exe=Other,Microsoft Outlook overwolf.exe=Other,Overwolf overwolfbrowser.exe=Other,Overwolf Browser pangps.exe=Other,GlobalProtect App patcher_cf.exe=Other,Crossfire Europe Patcher patcher_cf2.exe=Other,Crossfire Philippines Patcher palemoon.exe=Other,Pale Moon Browsers pingsender.exe=Other,Firefox Telemetry placesserver.exe=Other,Microsoft Cortana Maps powershell.exe=Other,Windows PowerShell pressreader.exe=Other,Pressreader productagentservice.exe=Other,Bitdefender Total Security service profitchart.exe=Other,Neologica Profit Pro proxifier.exe=Other,Proxifier proxy_sa.exe=Other,Proxy for Multi Theft Auto proxyswitcher.exe=Other,ProxySwitcher psiphon-tunnel-core.exe=Other,Psiphon tunnel python.exe=Other,Python qgna.exe=Other,GQNA GameNet qhactivedefense.exe=Other,Qihoo 360 Internet Security qqbrowser.exe=Other,QQ Browser by Tencent qtwebengineprocess.exe=Other,Qt Web Engine Framework quiterss.exe=Other,QuiteRSS news reader razercentralservice.exe=Other,Razer Central Service razercortex.exe=Other,Razor Cortex booster routed=Other,Routed connection rubyw.exe=Other,Ruby interpreter rundll32.exe=Other,Microsoft Windows rundll service runtimebroker.exe=Other,Windows app permissions service safari.exe=Other,Safari safesurf.exe=Other,JetSwap SafeSurf samsungmagician.exe=Other,Samsung Magician sidebar.exe=Other,Windows 7 Desktop Gadgets sihclient.exe=Other,Windows system components repair sdxhelper.exe=Other,Microsoft Office SDX Helper searchapp.exe=Other,Windows Cortana searchhost.exe=Other,Windows Search Filter Host searchui.exe=Other,Windows Cortana skypeicon.exe=Other,Skype Icons slimjet.exe=Other,Slimjet Browser smartscreen.exe=Other,Windows Defender SmartScreen sogouexplorer.exe=Other,搜狗高速浏览器 sophosmirror.exe=Other,SOPHOS Antivirus plugin spark.exe=Other,Baidu Spark Browser spd.exe=Other,cFosSpeed Service speechruntime.exe=Other,MS Windows text-to-speech speedifyui.exe=Other,Speedify VPN UI sppextcomobj.exe=Other,Windows Key Management Service suo12_startupmanager.exe=Other,IObit Prozess Startup Manager svchost.exe=Other,Windows service host swi_fc.exe=Other,Sophos Anti-Virus systemsettings.exe=Other,Microsoft Windows Process Settings taskhostw.exe=Other,Microsoft Windows task host terminal64.exe=Other,MetaTrader Client Terminal thebat.exe=Other,The Bat thinkorswim.exe=Other,thinkorswim Trading App thunderbird.exe=Other,Thunderbird tor.exe=Other,The Tor Project totalcmd.exe=Other,Total Commander touchance.exe=Other,Touchance 2020 tool tradingserver.exe=Other,MultiCharts Trading Client trueimagemonitor.exe=Other,Acronis True Image tsserver.exe=Other,MultiCharts Trading twchrome.exe=Other,世界之窗 tws.exe=Other,Trader Workstation ucbrowser.exe=Other,UC Browser for PC unknown=Other,Unknown program updatenotificationmgr.exe=Other,Microsoft Update Notifier uplay.exe=Other,Uplay Ubisoft game center uplayservice.exe=Other,Ubisoft Connect Service uplaywebcore.exe=Other,Ubisoft Connect Web Core utweb.exe=Other,µTorrent Web browser extension vgtray.exe=Other,Vanguard Tray Anti-Cheat virtualbox.exe=Other,Oracle Virtual Box vivaldi.exe=Other,Vivaldi Browser vkontaktedj.exe=Other,Vkontakte vmnat.exe=Other,VMware NAT Service vmware.exe=Other,VMWare vulnerability.scan.exe=Other,Bitdefender Vulnerability Scanner vanguard.exe=Other,Vanguard Anti-Cheat Software vgc.exe=Other,Valorant Riot Vanguard Anti-Cheat Service vsserv.exe=Other,Bitdefender Total Security service w3l.exe=Other,Warcraft III Loader wargamingerrormonitor.exe=Other,Wargaming.net Game Center warp-svc.exe=Other,CloudflareWARP App waterfox.exe=Other,Waterfox Web Browser wegame.exe=Other,Wegame game platform wermgr.exe=Other,Windows Problem Reporting wgc_api.exe=Other,Wargaming.net Game Center API wgc_renderer.exe=Other,Wargaming.net Game Center Renderer wgc_renderer_host.exe=Other,Wargaming.net Game Center Web Host widgets.exe=Other,Microsoft Widgets wifimaster.exe=Other,WiFi Master Key windscribe.exe=Other,Windscribe ad blocker winstore.app.exe=Other,Microsoft Windows Store App winstore.exe=Other,Windows Store App wlmail.exe=Other,Windows Live Mail wpscloudsvr.exe=Other,WPS Office wswatch.exe=Other,Website Watcher wtfast.exe=Other,WTFast wwahost.exe=Other,Windows WWA Host process xbox.exe=Other,Xbox game service xboxapp.exe=Other,MS Xbox App xboxappservices.exe=Other,MS Xbox App Services xboxpcapp.exe=Other,MS Xbox App xiadan.exe=Other,Soochow Securities trade software yandex.exe=Other,Yandex Browser yourphoneserver.exe=Other,Microsoft Your Phone [lowprogs] ; other 360rp.exe=Other,360 anti-virus real-time monitoring 360tray.exe=Other,360 Total Security 4kstogram.exe=Other,4K Stogram Portable 4kvideodownloader.exe=Other,4K Video Downloader app_nhm.exe=Other,NiceHash Miner 2.0 aria2c.exe=Other,Download Manager asc.exe=Other,Advanced SystemCare System-Cleaner autoupdate.exe=Other,generic auto updater backgroundtaskhost.exe=Other,Windows Background Task Host backgroundtransferhost.exe=Other,Windows Background Transfer service baidunetdiskhost.exe=Other,BaiduYunGuanjia file manager bdredline.exe=Other,Bitdefender service bethesda.net_launcher.exe=Other,The Elder Scrolls Online launcher bethesdanetlauncher.exe=Other,Bethesda Launcher App bethesdanetupdater.exe=Other,Bethesda Updater App blockmgr.exe=Other,Blocklist Manager boinc.exe=Other,Boinc ccupdate.exe=Other,CCleaner updater centbrowserupdater.exe=Other,Cent Browser Updater cfpt_launcher.exe=Other,2Shared Downloader cftoolbox.exe=Other,CFToolbox chia.exe=Other,Chia Blockchain Client client64.exe=Other,Snow Inventory Client coccocupdate.exe=Other,CocCoc browser updater compattelrunner.exe=Other,Microsoft Compatibility Telemetry daman.exe=Other,Download Acceleration Manager dap.exe=Other,Download Accelerator Plus dmaster.exe=Other,Download Master downloader.exe=Other,generic downloader drivereasy.exe=Other,DriverEasy driver downloader driverbooster.exe=Other,Driver Booster dsaupdateservice.exe=Other,Intel Driver and Support Assistant eagleget.exe=Other,EagleGet easyuploader.exe=Other,Easy Uploader excavator.exe=Other,NiceHash Miner fdm.exe=Other,Free Download Manager filezilla.exe=Other,Filezilla flashget.exe=Other,FlashGet Download Manager flashget3.exe=Other,FlashGet 3 Download Manager ftprush.exe=Other,FTPRush fzsftp.exe=Other,Filezilla SFTP gaijin_downloader.exe=Other,Gaijin Game updater galaxyclient.exe=Other,GOG Galaxy v2 Launcher App galaxyclient helper.exe=Other,GOG Galaxy v2 Client Helper Application galaxyclientservice.exe=Other,GOG Galaxy v2 Client Service galaxyoverlay.exe=Other,GOG Galaxy v2 Galaxy Overlay galaxycommunication.exe=Other,GOG Galaxy v2 Communication Service galaxyupdater.exe=Other,GOG Galaxy v2 Galaxy Updater Application gamecenter@mail.ru.exe=Other,Mail.ru Game Center gfclient.exe=Other,Gameforge Client gamedownload.exe=Other,Tencent Gaming Buddy geforcenowreliabilitymonitor.exe=Other,GeForce monitor gog galaxy notifications renderer.exe=Other,GOG Galaxy v2 Notifications Renderer googleupdate.exe=Other,Google Updater grabber.exe=Other,Bionius Booru image grabber hcloud.exe=Other,Gigabyte Home Cloud hfs.exe=Other,HFS (HTTP File Server) hg64.exe=Other,My.com Games Center Service httpd.exe=Other,Apache HTTP server ida.exe=Other,Internet Download Accelerator idman.exe=Other,Internet Download Manager ikarus.exe=Other,Firstload jusched.exe=Other,JAVA updater kryptex.exe=Other,Kryptex cryptocurrency miner leechget.exe=Other,LeechGet launcherpatcher.exe=Other,Rockstar Games Launcher Updater App megadownloader.exe=Other,MegaSync Downloader App microsoft.photos.exe=Other,Microsoft Photo Image Viewer miner.exe=Other,Chrome M1N3R Software mipony.exe=Other,Mipony Download Manager mycomgames.exe=Other,My.com Games Launcher/Updater nbminer.exe=Other,NBMiner App neatdm.exe=Other,Neat Download Manager net.downloadhelper.coapp-win-64.exe=Other,VdhCoApp Video DownloadHelper nicehashquickminer.exe=Other,NiceHash QuickMiner Client officec2rclient.exe=Other,Microsoft Office Click-to-Run officeclicktorun.exe=Other,Microsoft Office background program opera_autoupdate.exe=Other,Opera Autoupdater originclientservice.exe=Other,E/A Origin client service phoenixminer.exe=Other,Phoenixminer plugin-container.exe=Other,Flash to FireFox progdvbnet.exe=Other,ProgDVB TV and Radio via DVB-PCI card radeonsettings.exe=Other,AMD Graphics Settings radeonsoftware.exe=Other,AMD Radeon Software resilio/sync.exe=Other,Resilio File Sync resilio-sync_x64.exe=Other,Resilio File Sync rockstarservice.exe=Other,Rockstar Games Launcher App rufus.exe=Other,Rufus Create Bootable USB drives settingsynchost.exe=Other,Microsoft Windows Setting Synchronization setup.exe=Other,Setup Program socialclubhelper.exe=Other,Rockstar Games Social Club speechmodeldownload.exe=Other,Microsoft Cortana module downloader start_full_node.exe=Other,Chia Blockchain Client startmenuexperiencehost.exe=Other,Windows System Startmenu stbdataserver.exe=Other,STB DataServer steam.exe=Other,Steam Launcher App steamerrorreporter.exe=Other,Steam Error Reporter steamservice.exe=Other,Steam Client Service steamwebhelper.exe=Other,Steam Client Web Helper t-rex.exe=Other,T-Rex Miner teniodl.exe=Other,Update Donwloader for Tencent Games tlauncher.exe=Games,Tlauncher Minecraft tof_launcher.exe=Games,Tower of Fantasy twitch.exe=Other,Twitch Updater ufiler.exe=Other,uFiler Download Manager ummyvideodownloader.exe=Other,Ummy Video Downloader upc.exe=Other,Uplay Client update.exe=Other,Updater Program updater.exe=Other,Updater Program usocoreworker.exe=Other,Windows update client werfault.exe=Other,Windows Error Reporting winscp.exe=Other,WinSCP File Transer Client xdm-app.exe=Other,Xtreme Download Manager xmrig.exe=Other,XMRig Miner Client youtube-dl.exe=Other,YouTube Downloader zfgamebrowser.exe=Other,Zen Fulcrum Browser ; game launchers _launcher.exe=Games,Game Launcher aeria_launcher.exe=Games,Aeria Ignite albionlauncher.exe=Games,Launcher for Albion Online agent.exe=Games,World of Warcraft Loader battle.net.exe=Games,Battle.net Desktop App battle.net-setup.exe=Games,Battle.Net Setup bf2042_launcher.exe=Games,Battlefield 2042 Launcher blackdesertlauncher.exe=Games,Black Desert Launcher blizzarddownloader.exe=Games,Blizzard Downloader bsglauncher.exe=Games,Launcher for Escape from Tarkov c9launcher.exe=Games,Continent of the Ninth Launcher cf_g4box.exe=Games,Cross Fire Launcher cflauncher.exe=Games,Crossfire launcher crossoutlauncher.exe=Games,Crossout launcher csolauncher.exe=Games,Counter-Strike Online dayzlauncher.exe=Games,DayZ Launcher dcs_updater.exe=Games,DCS World Game digitalcombatsimulator dnlauncher.exe=Games,Dragon Nest Launcher dzolauncher.exe=Games,DzoGame Launcher ealauncher.exe=Other,EA Desktop Launcher ealaunchhelper.exe=Other,EA Desktop Launcher Helper edlaunch.exe=Games,Elite Dangerous Launcher egoplay.exe=Games,EGO Play Launcher epicgameslauncher.exe=Games,Epic Games Launcher evelauncher.exe=Games,EVE Online exbolauncher.exe=Games,EXBO (Stalcraft) Launcher exefile.exe=Games,Eve Online Launcher ffxivboot.exe=Games,Final Fantasy XIV launcher ffxivlauncher.exe=Games,Final Fantasy XIV launcher fifa4launcher.exe=Games,FIFA Online 4 Launcher fifalauncher.exe=Games,FIFA Online 3 Launcher ft_launcher.exe=Games,Fantasy Tennis fo3launcher.exe=Games,FIFA ONLINE 3 fo3vnlauncher.exe=Games,FIFA ONLINE 3 (Vietnam) fortnitelauncher.exe=Games,Fortnite Game Launcher fxlaunch.exe=Games,Age of Wushu Launcher g365launcher.exe=Games,G365 Win launcher gameupdater.exe=Games,Arma 3 updater gamecenter.exe=Games,Warface gameloader.exe=Games,Fifa Online 2 gtavlauncher.exe=Games, Grand Theft Auto V Launcher innova.launcher.exe=Games,4game Launcher launcher.exe=Games,Blizzard or Age of Forgotten Empires launcher launchersteam.exe=Games,FreeStyle2 Street Basketball lgc.exe=Games,Lesta Game Center lgc_api.exe=Games,Lesta Game Center API lolpatcher.exe=Games,League Of Legends Launcher lolpatcherux.exe=Games,League Of Legends Launcher lugpatch.exe=Games,Game patcher malauncher.exe=Games,Blackfire minecraftlauncher.exe=Games,Minecraft Launcher mir4g.exe=Games,MIR 4 Global Launcher mir4launcher.exe=Games,MIR 4 Launcher modern-warfare-setup.exe=Games,Call of Duty: Modern Warfare installer nclauncher.exe=Games,NC Soft Launcher nclauncher2.exe=Games,Lineage 2 launcher ndlauncher.exe=Games,9 Dragons Game Launcher nwzlauncher.exe=Games,Aeria Games Launcher nyxlauncher.exe=Games,Softnyx Game Launcher origin.exe=Games,Origin EA game manager paio.exe=Games,VNG game launcher pblauncher.exe=Games,Point Blank Launcher plariumplay.exe=Games,Plarium Play Launcher playnclauncher.exe=Games,NCSOFT Launcher psnowlauncher.exe=Games,Playstation Now launcher rf4launcher.exe=Games,Russian Fishing 4 launcher riotclientservices.exe=Games,League of Legends launcher riotclientux.exe=Other,Riot Games User Experience Client robloxplayerlauncher.exe=Games,Roblox Oblivion Launcher tera-launcher.exe=Games,Tera tgp_daemon.exe=Games,Tencent Games launcher/updater ubisoftconnect.exe=Other,Ubisoft Connect Launcher App ubisoftgamelauncher.exe=Other,Ubisoft Game Launcher ubisoftgamelauncher64.exe=Other,Ubisoft Game Launcher unrealenginelauncher.exe=Other,Unreal Engine Launcher vtclauncher.exe=Games,VTC Game Launcher warzlauncher.exe=Games,WarZ Launcher wdlauncher.exe=Games,Launcher Heavy Metal Machines and Wooduan Games wotlauncher.exe=Games,World Of Tanks Launcher wowslauncher.exe=Games,World of Warships Launcher wtl.exe=Games,Will to Live EasyAntiCheat Launcher wzlauncher.exe=Games,WebZen's Game Launcher zula_launcher.exe=Games,Zula Launcher [lowestprogs] ; other adrive.exe=Other,ADrive Cloud Storage Client avastsvc.exe=Other,Avast avcenter.exe=Other,avira avemupdate.exe=Other,Avast Emergency Update avp.exe=Other,Anti Virus Project baidunetdisk.exe=Other,Baidu Net Disk binreader.exe=Other,Binreader cuh.exe=Other,Corel Update Helper dropbox.exe=Other,Dropbox dropboxupdate.exe=Other,Dropbox Updater flashfxp.exe=Other,FlashFXP flashplayerupdateservice.exe=Other,Adobe Flash Player updater fsclient.exe=Other,Fortress Secure Client googledrivefs.exe=Other,Google FileStream googledrivesync.exe=Other,Google Drive sync iclouddrive.exe=Other,Apple iCloud instup.exe=Other,Avast Antivirus Updater iobitliveupdate.exe=Other,Advanced SystemCare updater mbam.exe=Other,Malware Anti-Malware megasync.exe=Other,Megasync newsbinpro64.exe=Other,Newsbin 64 bits newsleecher.exe=Other,NewsLeecher onedrive.exe=Other,Microsoft Onedrive onedrivestandaloneupdater.exe=Other,Microsoft OneDrive pandownload.exe=Other,Baidu Wangpan Web Drive pmb.exe=Other,Pando Download Manager raidrive.service.x64.exe=Other,RaiDrive cloud storage drive rclone.exe=Other,Rclone rsync sabnzbd.exe=Other,SABnzbd Binary Newsreader syncagentsrv.exe=Other,Acronis TrueImage Sync Agent Service terabox.exe=Other,TeraBox Cloud Storage tresorit.exe=Other,Tresorit tuneupsvc.exe=Other,Avast Cleanup Service usenext.exe=Other,Usenext yandexdisk2.exe=Other,Yandex.Disk zam.exe=Other,Zemana AntiMalware ; file sharing abc.exe=p2p,ABC (Bittorent) apexd-x64.exe=p2p,ApexDC ares.exe=p2p,ares azureus.exe=p2p,Vuze / Azureus bearshare.exe=p2p,Bearshare biglybt.exe=p2p,BiglyBT bittorrent client bitcomet.exe=p2p,Bitcomet bitcomet_x64.exe=p2p,Bitcomet bitlord.exe=p2p,BitLord bitspirit.exe=p2p,Bitspirit bittorrent.exe=p2p,Bittorrent btweb.exe=p2p,Bittorrent Web clink8236.exe=p2p,clink file sharing cryptload.exe=p2p,CryptLoad dcplusplus.exe=p2p,Direct Connect ++ deluge.exe=p2p,Deluge Bittorrent Client deluged.exe=p2p,Deluge Bittorrent Client downloadsdkserver.exe=p2p,Thunder 9 background process edonkey2000.exe=p2p,Edonkey2000 emule.exe=p2p,eMule flylinkdc_x64.exe=p2p,FlylinkDC++ Data Manager foxy.exe=p2p,hiyagu downlord it frd.exe=p2p,FreeRapid Downloader fsharetool.exe=p2p,Fshare Tool g3torrent.exe=p2p,G3torrent gigatribe.exe=p2p,Gigatribe gomezpeer.exe=p2p,GomezPEER jdownloader.exe=p2p,JDownloader jdownloader2.exe=p2p,JDownloader2 kazaa.exe=p2p,Kazaa kazaalite.kpp=p2p,Kazaa Lite K++ limewire.exe=p2p,Lime Wire megamanager.exe=p2p,Megamanager moorhunt.exe=p2p,MoorHunt orbitdm.exe=p2p,Orbit Downloader overnet.exe=p2p,Overnet p4pclient.exe=p2p,Thunder P4P Client qqdownload.exe=p2p,QQDownload qbittorrent.exe=p2p,qBittorrent Client rapidsharemanager.exe=p2p,RapidShareManager share.exe=p2p,Share EX2 shareaza.exe=p2p,Shareaza shareman.exe=p2p,Shareman slsk.exe=p2p,Soulseek sohuva.exe=p2p,搜狐加速器 strongdc.exe=p2p,StrongDC++ tixati.exe=p2p,Tixati tixati_windows64bit.exe=p2p,Tixati thunder.exe=p2p,Thunder thunderplatform.exe=p2p,Thunder Network thunderservice.exe=p2p,Thunder Network thunderservicelite.exe=p2p,ThunderServiceLite torrex.exe=p2p,Torrex transmission-daemon.exe=p2p,Transmission transmission-qt.exe=p2p,Transmission-Qt client usdownloader.exe=p2p,USDownloader userenity.exe=p2p,uSerenity utorrent.exe=p2p,uTorrent utorrent pt.exe=p2p,uTorrent utorrent_2.2.1_build_25302.exe=p2p,uTorrent utorrentie.exe=p2p,uTorrent Advertizement winmx.exe=p2p,WinMX winny.exe=p2p,Winny wuala.exe=p2p,Wuala File Sharing xfp2p.exe=p2p,xfplay p2p zona.exe=p2p,Zona Bittorrent [highprots] DNS_C=special,DNS Client DNS_S=special,DNS Server FTPCMD_C=clients,FTP Command HSTREAM_C=multimedia,HTTP Streaming Client / Media Players HTTP_C=clients,HTTP IRC_C=clients,IRC Chat MPEG_DASH_C=multimedia,MPEG DASH Streaming Client / Media Players NTP=special,NTP Network Time Protocol RTMP_C=multimedia,RTMP RTP=multimedia,RTP Voice over IP (VoIP) RTSP_C=multimedia,RTSP Streaming Client / Media Players SIP_C=clients,SIP Internet Telephony SIP_S=servers,SIP Internet Telephony SSH=special,SSH Secure Shell SSL_C=special,SSL & TLS (e.g. HTTPS / POP3S / IMAP4S / NNTPS / FTPS) TELNET=special,Telnet [normalprots] BSTREAM_C=multimedia,Browser Streaming BSTREAM_S=multimedia,Browser Streaming Server FTPCMD_S=servers,FTP Command HSTREAM_S=multimedia,HTTP Streaming Server HTTP_S=servers,HTTP Server IMAP4_S=servers,IMAP4 Server IRC_S=servers,IRC Server MPEG_DASH_S=multimedia,MPEG DASH Streaming Server NNTP_S=servers,NNTP News Server POP3_S=servers,POP3 Mail Server RPC=special,Remote Procedure Call RTMP_S=multimedia,RTMP Server RTSP_S=multimedia,RTSP Streaming Server SMTP_C=clients,SMTP Outbound Mail SMTP_S=servers,SMTP Mail Server SSL_S=special,SSL 2.0 / 3.0 / TLS 1.0 Secure Socket Layer SSL_SPDY_C=clients,HTTP SPDY Client SSL_SPDY_S=servers,HTTP SPDY Server TEREDO=special,Teredo IPv6 tunneling QUIC_C=clients,QUIC Client QUIC_S=servers,QUIC Server UNKNOWN=special,Unknown protocol [lowprots] FTPDATA=special,FTP Data HTTP_C_BULK=clients,HTTP up/downloads HTTP_S_BULK=servers,HTTP up/downloads IMAP4_C=clients,IMAP4 KADEMLIA=p2p,Kademlia NNTP_C=clients,NNTP Network News POP3_C=clients,POP3 Inbound Mail SSH_BULK=special,SSH Secure Shell bulk data SSL_C_BULK=special,SSL & TLS (e.g. HTTPS POP3S IMAP4S NNTPS FTPS) bulk data SSL_S_BULK=special,SSL & TLS Secure Socket Layer bulk data TEREDO_BULK=special,Teredo IPv6 tunneling bulk data UNKNOWN_BULK=special,Unknown protocol bulk data [lowestprots] DIRECTCONNECT=p2p,Direct Connect E2K=p2p,eDonkey 2000 (eMule etc.) FASTTRACK=p2p,Kazaa Morpheus iMesh Grokster etc. GNUTELLA=p2p,Gnutella & Gnutella2 TORRENT=p2p,Bittorrent [descprogs] acrord32.exe=desc,Acrobat Reader alg.exe=desc,Windows Application Layer Gateway Service chrome.exe=desc,Google Chrome conf.exe=desc,Netmeeting devenv.exe=desc,Visual Studio explorer.exe=desc,Windows Explorer firefox.exe=desc,Firefox Webbrowser iexplore.exe=desc,Internet Explorer k-meleon.exe=desc,K-Meleon maxthon.exe=desc,Maxthon midori.exe=desc,Midori msimn.exe=desc,Outlook Express opera.exe=desc,Opera procexp.exe=desc,Process Explorer routed.exe=desc,Routed Traffic safari.exe=desc,Safari svchost.exe=desc,Windows Generic Host Process thebat.exe=desc,The Bat totalcmd.exe=desc,Total Commander vmware.exe=desc,VMWare winamp.exe=desc,Winamp windbg.exe=desc,WinDbg [iplist] ; this section contains lines in the format "listname=filename" ; 'listname' is used to filter for the IP-addresses listed in 'filename'. ; you can have more than one list with different names and each list can be made ; up of more than one file. ; you can put this section in user.ini, so it will not be overwritten with the next ; cFosSpeed update. ; example line: ; ipfilter=c:\text\ipfilter.dat [slots] name1=Streaming protocols1= programs1= mode1=max categories1=multimedia name2=Games protocols2= programs2= mode2=max categories2=Games name3=VoIP protocols3= programs3= mode3=max categories3=voip name4=Fileshare/P2P protocols4= programs4= mode4=max categories4=p2p name5=Client/Server protocols5= programs5= mode5=max categories5=clients:servers:special name6=Misc High protocols6= programs6= mode6=max categories6=misc_high name7=User protocols7=* programs7= mode7=max categories7= name8=RX Total protocols8= programs8= categories8= mode8=total_rx name9=TX Total protocols9= programs9= categories9= mode9=total_tx name10=Net Talk protocols10= programs10= categories10= mode10=nettalk_max