作者: 陶渊xiao明
作者简介: 分享实用 IT 和 AI 技术!博客:https://tyxiaoming.xin 合作邮箱:sngyuanyuan@gmail.com
描述: // 备份Utilman.exe copy c:\windows\system32\Utilman.exe c:\windows\system32\Utilman.exe.bak /y // 用cmd.exe覆盖Utilman.exe copy c:\windows\system32\cmd.exe c:\windows\system32\Utilman.exe /y // 列举管理员用户组的用户 net localgroup administrators // 重置密码 control userpasswords2 // 恢复Utilman.exe copy c:\windows\system32\Utilman.exe.bak c:\windows\system32\Utilman.exe /y