Skip to content

Commit a13e8c5

Browse files
TooSimpleTooSimple
TooSimple
authored and
TooSimple
committed
Fix little bug
Bug may cause install service failed.
1 parent c68aff0 commit a13e8c5

File tree

3 files changed

+544
-528
lines changed

3 files changed

+544
-528
lines changed

hosts_tools/HostsToolforWindows/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Download Executable File
22

3-
Download address:[hosts_tool.exe](https://git.io/vVV5f)
3+
Download address:[hosts_tool.exe](https://git.io/vVKmr)
44

55
# Hosts Tool
66

@@ -22,7 +22,7 @@ main program file: `hosts_tool.exe`
2222

2323
安装服务后 日志文件会保存在`c:\Hosts_Tool_log.log`下 您可以通过查看日志观察服务的工作状态
2424

25-
卸载服务请使用原来的`hosts_tool.exe`文件 请不要在命令行中直接执行`hosts_tool -fu`
25+
卸载服务请使用原来的`hosts_tool.exe`文件 请不要在命令行中直接执行`hosts_tool -fu`(如执行 需要手动删除`%SystemRoot%`目录下的`hoststools.exe`)
2626

2727
请间隔一段时间后清理`%SystemRoot%\system32\drivers\etc\`文件夹 (因为可能堆满了备份的文件)
2828

@@ -51,7 +51,7 @@ windres hosts_tool.rc -o hosts_toolr.o
5151
g++ -o hosts_tool.exe hosts_tool.cpp hosts_toolr.o -lwininet -O2 -s
5252
```
5353

54-
`hosts_tool.exe.manifest`:
54+
File `hosts_tool.exe.manifest`:
5555

5656
```xml
5757
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

0 commit comments

Comments
 (0)