8.X版本: #查看密码策略 show variables like '%validate_password.policy%'; show variables like '%validate_password.length%'; #修改密码策略 set global validate_password.policy=0; set global validate_password.length=1; 57版本: #查看密码策略 show variables like '%validate_pass
win10的可以,win7的好像不行 @echo off & setlocal EnableDelayedExpansion title 查看所有wifi和密码 for /f "usebackq delims=: tokens=1-2" %%a in (`netsh wlan show profiles ^| findstr "用户配置文件"`) do ( for /f "usebackq delims=: tokens=1-2" %%m
查看电脑保存的wifi密码 查看电脑链接过的WiFinetsh wlan show profile 查看wifi的密码netsh wlan show profile name=8888 key=clear不仅如此,使用它还能查看更多的信息,如wifi信号强度,加密类型mac等等netsh wlan show all
01.查看当前open用户 select username,account_status,expiry_date,profile from dba_users; 02.查看目前的密码过期策略 select * from dba_profiles s where s.profile='DEFAULT' and resource_name='PASSWORD_LIFE_TIME'; 03.修改密码过期策略 alter profile default limit password_life_time