File tree 3 files changed +544
-528
lines changed
hosts_tools/HostsToolforWindows
3 files changed +544
-528
lines changed Original file line number Diff line number Diff line change 1
1
# Download Executable File
2
2
3
- Download address:[ hosts_tool.exe] ( https://git.io/vVV5f )
3
+ Download address:[ hosts_tool.exe] ( https://git.io/vVKmr )
4
4
5
5
# Hosts Tool
6
6
@@ -22,7 +22,7 @@ main program file: `hosts_tool.exe`
22
22
23
23
安装服务后 日志文件会保存在` c:\Hosts_Tool_log.log ` 下 您可以通过查看日志观察服务的工作状态
24
24
25
- 卸载服务请使用原来的` hosts_tool.exe ` 文件 请不要在命令行中直接执行` hosts_tool -fu `
25
+ 卸载服务请使用原来的` hosts_tool.exe ` 文件 请不要在命令行中直接执行` hosts_tool -fu ` (如执行 需要手动删除 ` %SystemRoot% ` 目录下的 ` hoststools.exe ` )
26
26
27
27
请间隔一段时间后清理` %SystemRoot%\system32\drivers\etc\ ` 文件夹 (因为可能堆满了备份的文件)
28
28
@@ -51,7 +51,7 @@ windres hosts_tool.rc -o hosts_toolr.o
51
51
g++ -o hosts_tool.exe hosts_tool.cpp hosts_toolr.o -lwininet -O2 -s
52
52
```
53
53
54
- ` hosts_tool.exe.manifest ` :
54
+ File ` hosts_tool.exe.manifest ` :
55
55
56
56
``` xml
57
57
<?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
You can’t perform that action at this time.
0 commit comments