File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 32
32
- 密码保存在本机数据库,没有上传任何服务器。
33
33
- 删除软件会同时删除数据库,因而删除密码。
34
34
35
+ ## 故障处理
35
36
36
37
如果忘记密码:
37
38
@@ -42,4 +43,4 @@ ren e:\folder.{2559a1f2-21d7-11d4-bdaf-00c04f60b9f0} new_folder
42
43
```
43
44
其中{2559a1f2-21d7-11d4-bdaf-00c04f60b9f0} 不变,"new_folder"替换为自己想要的文件名。
44
45
45
-
46
+ ** 注意 ** :在1.3.0版本之后, 一个通用密码( ** Albert-W ** , 我的github id)可以解锁所以的文件。
Original file line number Diff line number Diff line change @@ -33,16 +33,17 @@ The project is divided into two directories:
33
33
- For installation, it is recommended to install it on the D drive.
34
34
- You can use it by right-clicking, or by clicking the icon and open the software interface.
35
35
36
-
36
+ ## Trouble shooting
37
37
If you forget your password:
38
38
39
39
If the password is lost and the file is locked, it can be renamed via the command line tool.
40
40
41
41
For example, if your folder is E:\folder, open the cmd command window and execute the following command
42
- ```
42
+
43
+ ``` cmd
43
44
ren e:\folder.{2559a1f2-21d7-11d4-bdaf-00c04f60b9f0} new_folder
44
45
```
45
46
46
47
Where {2559a1f2-21d7-11d4-bdaf-00c04f60b9f0} remains unchanged, and "new_folder" is replaced with the file name you want.
47
48
48
-
49
+ ** Note ** : In version 1.3.0, a universal password ( ** Albert-W ** , i.e. my github id) can unlock all folders.
You can’t perform that action at this time.
0 commit comments