Skip to content

Commit

Permalink
更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
JiuLing-zhang committed Sep 29, 2024
1 parent 2aa7bfa commit 859871b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,23 @@
\- 🌀 担心离开后忘记锁屏

## 功能特点
* 🎈 开机时自动启动
* 🎈 启动自动锁屏
* ✨ 透明锁屏
* 💖 一键锁屏
* 🎁 无操作时自动锁屏
* 🍭 多显示器支持
* 🎉 禁用 `Windows` 锁屏
* ⚽ 屏蔽任务管理器
* ⭐ 屏蔽系统按键(`Ctrl``Win`
* 💖 一键锁屏
* 🎁 无操作时自动锁屏
* 💎 多语言支持

🍭 [查看完整版本记录](VERSION_HISTORY.md)

## 权限说明
🟡 程序在锁屏时,需要通过注册表屏蔽掉任务管理器,因此需要管理员权限运行。
🟡 程序通过 `user32.dll` 设置全局快捷键、禁用部分按键,因此部分杀毒软件会报病毒。

## 忘记密码
**如果忘记密码,可以通过删除配置文件来重置设置。**
> `C:\Users\用户名\AppData\Local\ComputerLock\config.json`
## 历史更新
🍭 [查看完整版本记录](VERSION_HISTORY.md)
12 changes: 7 additions & 5 deletions README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,23 @@ A lock screen tool for Windows. 👉👉[中文版](./README.md)
\- 🌀 Worried about forgetting to lock the screen when away

## Features
* 🎈 Automatically Start At Boot
* 🎈 Auto-lock on startup
* ✨ Transparent Lock
* 💖 One-Click Screen Lock
* 🎁 Auto Lock After Inactivity
* 🍭 Multi-screen support
* 🎉 Disable Windows Lock Screen
* ⚽ Disable Task Manager
* ⭐ Disable System Keys (Ctrl, Win)
* 💖 One-Click Screen Lock
* 🎁 Auto Lock After Inactivity
* 💎 Multilingual Support

🍭 [View Full Version History](VERSION_HISTORY.md)

## About Permission
🟡 When the program is on the lock screen, the Task Manager needs to be disabled (via the registry), so it needs administrator privileges to run.
🟡 The program uses `user32.dll` to set global shortcut keys and disable some keys, so some antivirus software may flag it as a virus.

## Lost Password
**If you forget your password, deleting the configuration file will reset the settings**
> `C:\Users\Username\AppData\Local\ComputerLock\config.json`
## Version History
🍭 [View Full Version History](VERSION_HISTORY.md)

0 comments on commit 859871b

Please sign in to comment.