Skip to content

Commit 59b4059

Browse files
authored
Update README.md
1 parent 3085d71 commit 59b4059

1 file changed

Lines changed: 30 additions & 1 deletion

File tree

README.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Barikade
2-
![](https://raw.githubusercontent.com/cdhtlr/Barikade/main/Barikade/logo..png "Barikadde Logo")
2+
![](https://raw.githubusercontent.com/cdhtlr/Barikade/main/logo.png "Barikadde Logo")
33

44
Barikade (in Indonesian) or barricade (in English) is a Windows Service to close background and foreground processes running outside of permitted directories.
55

@@ -10,3 +10,32 @@ It can prevent the use of legit software to bypass Windows Firewall and download
1010
You should not use Barikade as the main protection layer for Windows hardening. Use an antivirus, firewall, access control, applocker, etc. to configure Windows security until it is completely safe, then add Barikade if needed.
1111

1212
Barikade uses WinDivert to work, there may be a failure to prevent network connection. So, make sure you use it with caution.
13+
14+
15+
## How to use
16+
Because Barikade is a Windows Service, to run it please open a command prompt or terminal as an administrator then run the command below:
17+
```
18+
sc create "Barikade" binpath= C:\example\path\of\\Barikade.exe start= auto
19+
```
20+
21+
Then run Barikade for the first time.
22+
```
23+
sc start Barikade
24+
```
25+
26+
AllowedPaths.ini file will be created in the directory where Barikade.exe is located, edit it and fill it with the directory containing the programs that are allowed to run.
27+
28+
### Example
29+
```
30+
+C:\Program Files\
31+
+C:\Program Files (x86)\
32+
+C:\Windows\
33+
-D:\Portable Program\
34+
```
35+
36+
> Directories that start with a + sign are recursive, while directories that start with a - sign are non-recursive.
37+
38+
Restart Barikade service or restart Windows to apply changes.
39+
40+
## To-Do
41+
- [ ] Analyze the causes of high CPU usage

0 commit comments

Comments
 (0)