Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This is a small local toolkit with a CMD/BAT entry point and a C# engine. It che

The target is Windows 10/11 and Windows Server 2019/2022/2025. A compiled build needs .NET Framework 4.8; building from source needs the .NET 6 SDK or newer.

No SDK? Grab `windows-secure-toolkit-v1.3.1-win-x64.zip` from the [v1.3.1 Release](https://github.com/KBT096/windows-secure-toolkit/releases/tag/v1.3.1), extract it, and run the entry point.
No SDK? Open the [latest Release](https://github.com/KBT096/windows-secure-toolkit/releases), choose the Windows x64 archive, extract it, and run the entry point.

```cmd
build.cmd
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Windows 的安全设置有点像家里的电箱:平时没人想看,真出问

### 第一步:准备工具并完成自检

不需要安装 SDK 时,可以从 [v1.3.1 Release](https://github.com/KBT096/windows-secure-toolkit/releases/tag/v1.3.1) 下载 `windows-secure-toolkit-v1.3.1-win-x64.zip`,解压后进入目录。
不需要安装 SDK 时,打开[最新 Release](https://github.com/KBT096/windows-secure-toolkit/releases),选择 Windows x64 压缩包,解压后进入目录。

从源码运行时,在项目目录打开 CMD:

Expand Down