diff --git a/README-en.md b/README-en.md index 2104ef4..1607143 100644 --- a/README-en.md +++ b/README-en.md @@ -7,7 +7,7 @@ ## Download the binary * [Github Releases][GitHub Releases] or [Gitee Releases][Gitee Releases] * Download the zip file (recommended) or the exe file in the Assets list -* About .NET versions: the .NET 3.5 and .NET 4.0 both are compatible with Windows Vista, 7, 8, 8.1, 10 +* About .NET versions: the .NET 3.5 and .NET 4.0 both are compatible with Windows Vista, 7, 8, 8.1, 10. Win7 comes with .NET 3.5, Win8, 8.1, 10 come with .NET 4.0 and up. Vista does not come with .NET 3.5 or 4.0.
You may need to install the appropriate [.NET Framework Runtime Library][.NET Framework Runtime Library]. ## Key features @@ -31,14 +31,14 @@ * [Button icons][AppImage] from [Alibaba Iconfont][IconFont]![](Screenshot/AppImage.png) ## Updates -* Program and dictionary updates can be installed within the program, overwritting the original files. +* Program and dictionary updates can be installed within the program, overwriting the original files. * Due to limitations with Github and Gitee Raw, the program can only check for updates once a month.
The latest updates can always be found on [Github Releases][GitHub Releases] or [Gitee Releases][Gitee Releases]. ## Notices * Some special menu items (Shell extensions, file encryption(&Y)) may not be displayed in the context menu, but will still show as enabled within the program; this is normal. * Different context menu manager programs may use different methods for disabling menu options. Using multiple managers at the same time is not recommended. While other programs may use destructive methods, this program utilizes the registry keys provided by the system to hide menu items when possible.
If you have used other context menu managers in the past, use that program to restore the menu items before using this one in order to avoid any potential issues. -* This program is not designed to perform clean uninstalls; however, it can help you find the registry and file locations of menu items so that they can be modified. If you are not familar with such operations, it is recommended you use the enable/disable functions only. +* This program is not designed to perform clean uninstalls; however, it can help you find the registry and file locations of menu items so that they can be modified. If you are not familiar with such operations, it is recommended you use the enable/disable functions only. ## Contact author * This program was developed independently by me (BluePointLilac), though I would like to thank [PcMoe][PcMoe] admin @坑晨 for answering my questions. There will inevitably be bugs, so any reports and suggestions are welcome. diff --git a/README.md b/README.md index c3a467c..46f1331 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [Gitee Releases][Gitee Releases]
* 下载说明:在Assets文件列表里面下载zip(建议)或者直接下载exe * .NET版本说明:程序分为.NET3.5版和.NET4.0版,均适用于Win10、8.1、8、7、Vista系统
- win7自带.NET3.5, win8、win8.1、win10自带.NET4.0以上版本,Vista系统既不自带.NET3.5也不自带4.0以上版本
+ win7自带.NET3.5,win8、win8.1、win10自带.NET4.0以上版本,Vista系统既不自带.NET3.5也不自带4.0以上版本
自带.NET可直接运行程序,不自带则需要安装对应版本的[.NET Framework运行库][.NET Framework] ## 主要功能 @@ -34,16 +34,16 @@ ![](Screenshot/AppImage.png) ## 温馨提示 -* 程序需要对大量的注册表项和文件进行读写删改操作,这些行为比较敏感,
+* 程序需要对大量的注册表项和文件进行读写删改操作,这些行为比较敏感,
可能会被 Windows Defender 等误报为病毒,如发生此情况请自行添加进白名单。 -* 一些特殊菜单项可能会受到其他因素影响导致不会直接显示在右键菜单中,
但是按照程序使用的通用规则在此程序中仍会显示为启用,这是正常的现象。 +* 一些特殊菜单项可能会受到其他因素影响导致不会直接显示在右键菜单中,
但是按照程序使用的通用规则在此程序中仍会显示为启用,这是正常的现象。 -* 每个右键管理程序禁用菜单方法可能不同,建议不要同时使用多个右键菜单管理程序,
-大部分程序使用简单暴力的备份删除法,此程序尽可能使用了系统提供的键值进行隐藏,
-通过其他程序禁用的菜单项目。请先使用对应程序还原,不然可能无法在此程序中看到它。 +* 每个右键管理程序禁用菜单方法可能不同,建议不要同时使用多个右键菜单管理程序,
+大部分程序使用简单暴力的备份删除法,此程序尽可能使用了系统提供的键值进行隐藏,
+通过其他程序禁用的菜单项目。请先使用对应程序还原,不然可能无法在此程序中看到它。 -* 此程序不用于清理未卸载干净的程序,但是可以帮助你快速定位菜单项相关注册表位置和文件位置,
你可以根据相关内容进行你的操作。如果你是一个电脑小白,建议只使用启用\禁用功能。 +* 此程序不用于清理未卸载干净的程序,但是可以帮助你快速定位菜单项相关注册表位置和文件位置,
你可以根据相关内容进行你的操作。如果你是一个电脑小白,建议只使用启用\禁用功能。 ## 联系作者 * 程序由我个人独立开发,当然也要感谢 [萌研社][PcMoe] 站长 @坑晨 平时的答疑解惑。