常用操作

来源:互联网 发布:mysql怎么优化sql语句 编辑:程序博客网 时间:2024/05/16 19:26

calc 计算器
arp.exe > 显示和更改计算机的ip与硬件物理地址的对应列表  

at.exe > 计划运行任务 

attrib.exe > 显示和更改文件和文件夹属性  

calc.exe > 计算器

chkdsk.exe > 磁盘检测程序  

cleanmgr.exe > 磁盘清理

comp.exe > 比较两个文件和文件集的内容*  
compact.exe > 显示或改变ntfs分区上文件的压缩状态

control.exe > 控制面板

dosx.exe > dos扩展

dxdiag.exe > direct-x诊断工具 

edlin.exe > 命令行的文本编辑器(历史悠久啊!)

exe2bin.exe > 转换exe文件到二进制  

find.exe > 查找文件中的文本行  
findstr.exe > 查找文件中的行 

freecell.exe > popular windows game 空当接龙 

ftp.exe

osk.exe > on screen keyboard 屏幕键盘  

regsvr32.exe > registers and unregister's dll's. as to how and where it register's them i dont know. 注册和反注册dll

sndrec32.exe > starts the windows sound recorder 录音机 

sol.exe > windows solitaire game 纸牌  

mem.exe > Display current Memory stats 显示内存状态 

mspaint.exe > Microsoft Paint 画板  
notepad.exe > Opens Windows 2000 Notepad 记事本

winmine.exe > windows Game 挖地雷  

write.exe > Starts MS Write Program 写字板

mkdir

rmdir

 

rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl,,1         添加/删除程序 

mshta "javascript:new ActiveXObject('WMPlayer.OCX').cdromCollection.Item(0).Eject();window.close();"   弹出光驱

 

mshta "vbscript:msgbox("恩",0,"你是个猪吧") & window.close"

 

打开notepad,试着输入以下代码:

<html>

<body>

<script language='javascript'>

document.write("hello world");

</script>

</body>

</html>

并保存文件为test.hta,可以看到test.hta有着和exe文件一样的图标,双击执行,是不是看到hello world了。

 

vbscript:msgbox(Document.links.length) 当前页面的连接数 

 

 

●<body onload='vbscript:document.links(0).href="http://www.google.com":document.links(0).innerHTML="www.sohu.com"'>●。这样的话用户再点击sohu其实会跑到google上去了,原来页面的版式却丝毫没有破坏。

原创粉丝点击