Skip to content

Commit

Permalink
Update usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert-W committed May 26, 2022
1 parent d297a8f commit 07c4b7c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
- 密码保存在本机数据库,没有上传任何服务器。
- 删除软件会同时删除数据库,因而删除密码。

## 故障处理

如果忘记密码:

Expand All @@ -42,4 +43,4 @@ ren e:\folder.{2559a1f2-21d7-11d4-bdaf-00c04f60b9f0} new_folder
```
其中{2559a1f2-21d7-11d4-bdaf-00c04f60b9f0} 不变,"new_folder"替换为自己想要的文件名。


**注意**:在1.3.0版本之后, 一个通用密码(**Albert-W**, 我的github id)可以解锁所以的文件。
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,17 @@ The project is divided into two directories:
- For installation, it is recommended to install it on the D drive.
- You can use it by right-clicking, or by clicking the icon and open the software interface.


## Trouble shooting
If you forget your password:

If the password is lost and the file is locked, it can be renamed via the command line tool.

For example, if your folder is E:\folder, open the cmd command window and execute the following command
```

```cmd
ren e:\folder.{2559a1f2-21d7-11d4-bdaf-00c04f60b9f0} new_folder
```

Where {2559a1f2-21d7-11d4-bdaf-00c04f60b9f0} remains unchanged, and "new_folder" is replaced with the file name you want.


**Note**: In version 1.3.0, a universal password (**Albert-W**, i.e. my github id) can unlock all folders.

0 comments on commit 07c4b7c

Please sign in to comment.