返回列表 发帖
本帖最后由 ivor 于 2019-10-12 08:37 编辑

把代码放到批处理第一行,调用自身管理员身份运行
  1. %1 PowerShell -Command "& {start-process '%0' -Verb RunAs -Args 'rem'}" & exit
复制代码

TOP

返回列表