随机生成windows用户密码(有复杂度要求)并修改的批处理脚本
摘要:
@echo off setlocal enabledelayedexpansion title adsomeuser随机密码生成脚本 ::设置要生成的密码小写字符长度(位数) set xs=8 ::数字的位数 set sz=2 ::大写字母的位数 set dx=1 echo adsomeuser的随 阅读全文
posted @ 2022-09-30 09:41 9394952 阅读(719) 评论(0) 推荐(0) 编辑