You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is a program to prevent access to an application or a set, based on the presence of a RFID card or badge
3
+
4
+
## Program details
5
+
6
+
The program runs in the background, and will monitor the active processes with the process names it finds in the `ProtectedProcess.json` file in its installation directory. (Requires administrator rights to edit it)
7
+
8
+
If a process is started but no card is detected on the RFID/NFC reader, then the process will be automatically closed and a message indicating that a valid badge is required to run the program.
9
+
10
+
List of example of protected process :
11
+
12
+
```json
13
+
{
14
+
"ProcessusProtected": {
15
+
"ProcessName": [
16
+
"TaskManager.exe",
17
+
"KeePass.exe"
18
+
]
19
+
}
20
+
}
21
+
```
22
+
23
+
If you try to open a program without a detected or valid card, for example KeePass.exe the following message will be returned :
0 commit comments