修改启动方式:非管理员权限启动会弹出UAC提示

This commit is contained in:
huiyadanli
2019-07-23 22:58:50 +08:00
parent ffc374dc56
commit 2ffc540d87
2 changed files with 36 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ namespace RevokeMsgPatcher
catch (Exception ex)
{
Console.WriteLine(ex.Message);
MessageBox.Show(ex.Message);
MessageBox.Show(ex.Message + " 请以管理员权限启动本程序,并确认微信处于关闭状态。");
}
btnPatch.Enabled = true;
}