It was recently discovered that top game developers are adding software called Red Shell to their games.
Red Shell is a tracking software that developers initially thought was harmless and used to gather basic data. But like proved Red Shell collects a lot more data than the developers initially thought and of course the players started to get impatient.
So many of the developers started removing Red Shell from their games, but not all of them do. If you are playing a game from which it has not been removed, you can block it from communicating with the developer.
To block Red Shell, you can add the servers it communicates with to your Windows hosts file. So by stopping the communication channel with the servers, Red Shell will not be able to send your data to its central servers services.
Let's see how it works:
Open Notepad with administrator rights. How; In search of Windows, type notepad right click click στο εικονίδιο και επιλέξτε Εκτέλεση ως διαχειριστής. Εναλλακτικά, ανοίξτε το RUN με τη συντόμευση πληκτρολογίου Win+R, πληκτρολογήστε notepad και πατήστε μαζί τα 3 πλήκτρα Ctrl+shift+Enter.
From Notebook, File - Open and follow the path below:
C: \ Windows \ System32 \ drivers \ etc
Select it archive Hosts. Make sure you change the file type from text files to all files.
In the hosts file, add the following at the end:
0.0.0.0 redshell.io 0.0.0.0 api.redshell.io 0.0.0.0 treasuredata.com 0.0.0.0 in.treasuredata.com
On Linux systems
Open a Terminal and give the following command
sudo nano / etc / hosts
You will need to provide the root password. Add the following to the processor that will open:
0.0.0.0 redshell.io api.redshell.io 0.0.0.0 treasuredata.com api.treasuredata.com
If you do not know how to store files that you edit with the nano processor, press the two keys together: Ctrl + O.
That was it, you are ready.
______________________________
- Athena get ready for Facebook's satellite
- Virtual machine or Virtual Machine? What you need to know
- Krita 4.1.1 Open Source free image editing application
- Linux Mint 19 More about the new version: Linux for Everyone
- Subtitles: Create your own subtitles
For windows Hosts file rows 2 and 3 are incorrect. (From series 2 the last "o" has been moved to the beginning of series 3)
thanks, corrected