diff --git a/ContextMenuManager/BulePointLilac.Methods/RegistryEx.cs b/ContextMenuManager/BulePointLilac.Methods/RegistryEx.cs
index 782b07f..ef2d2b7 100644
--- a/ContextMenuManager/BulePointLilac.Methods/RegistryEx.cs
+++ b/ContextMenuManager/BulePointLilac.Methods/RegistryEx.cs
@@ -73,7 +73,7 @@ namespace BulePointLilac.Methods
/// 递归删除指定注册表项及所有子项
/// 注册表路径
- /// 找不到注册表项时是否抛出异常
+ /// 找不到注册表项或者没有操作权限时是否抛出异常
public static void DeleteKeyTree(string regPath, bool throwOnMissingKey = false)
{
string dirPath = GetParentPath(regPath);