blob: 91c2513ae6529726cace6b14eda29346a06622ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
DPIBreak Windows user guide
===========================
See dpibreak.1.md for full manual.
Normal start:
* Double click dpibreak.exe to run with normal mode.
* Double click start_fake.bat to run with fake mode.
- See `--fake' of manual for more information.
* After it starts, a console window will open. Keep this window open
while using the program.
Windows service (automatically start at boot):
* Install & start: Right click service_install.bat -> Run as administrator
- DPIBreak will automatically start per boot
- See `-D, --daemon' of manual for more information.
* Uninstall: Right click service_remove.bat -> Run as administrator
Troubleshooting:
* If you cannot delete the DPIBreak folder after exiting, run the
following in an administrator shell:
sc stop windivert
See https://github.com/Dilluti0n/DPIBreak/issues/21
---
DPIBreak Windows 사용 안내
=========================
전체 설명서는 dpibreak.1.md를 참고하세요.
일반 실행:
* dpibreak.exe를 더블 클릭하면 일반 모드로 실행됩니다.
* start_fake.bat을 더블 클릭하면 fake 모드로 실행됩니다.
- 자세한 내용은 설명서의 `--fake' 항목을 참고하세요.
* 실행 후 콘솔 창이 열립니다. 프로그램 사용 중에는 이 창을 닫지 마세요.
Windows 서비스 (부팅 시 자동 실행):
* 설치 및 시작: service_install.bat 우클릭 -> 관리자 권한으로 실행
- 부팅 시 DPIBreak가 자동으로 시작됩니다.
- 자세한 내용은 설명서의 `-D, --daemon' 항목을 참고하세요.
* 제거: service_remove.bat 우클릭 -> 관리자 권한으로 실행
문제 해결:
* 종료 후 DPIBreak 폴더를 삭제할 수 없는 경우, 관리자 셸에서
다음을 실행하세요:
sc stop windivert
https://github.com/Dilluti0n/DPIBreak/issues/21 참고
|