赞
踩
CHCP 65001
systeminfo
hostname
SET
color
cls
ver
runas /user:administrator cmd
ipconfig /all
ping -t -l 65500 ip
ipconfig /release
ipconfig /renew
ipconfig /flushdns
ipconfig /displaydns
route print
arp -a
net view
netsh firewall show state
netsh firewall show config
net config workstation
whoami
net user
net user supermage
net localgroup
net localgroup administrators
net user hack 123 /add
net user hack$ 123 /add
net user hack /del
net localgroup administrators hack /add
net user guest /active:yes
net user guest /active:no
net password 密码
net user guest 密码
tasklist
tasklist /svc
netstat -ano
netstat -ano|findstr 80
tasklist | findstr 80
taskkill /f /t /im xx.exe
taskkill /F -pid 520
net start
net start telnet
net stop telnet
start www.baidu.com
net use
net share
net share ipc$
net share ipc$ /del
net share c$ /del
net use \\192.168.10.15\ipc$ /u:"" ""
net use \\192.168.10.15 /u:"" ""
net use \\192.168.10.15 /u:"administrator" "root"
net use \\192.168.10.15 /del
net use \\192.168.10.15\c$ /u:"administrator" "root"
dir \\192.168.10.15\c$
dir \\192.168.10.15\c$\user
dir \\192.168.10.15\c$\user\test.exe
net use \\192.168.10.15\c$ /del
net use k: \\192.168.10.15\c$ /u:"administrator" "root"
net use k: /del
echo hello,word > 1.txt
echo hello,word >>1.txt
del D:\test\*.txt"
deltree
ren 1.txt 2.txt
type 1.txt
type nul>1.txt
copy nul 1.txt
copy 1.txt con
md
rd [盘符][路径]
rd/s test
copy [源目录或文件] [目的目录或文件]
xcopy [源目录/文件名] [目的目录/文件名] [参数:"/s",可以对一个目录下属的多个子目录进行拷贝,"/e"可以拷贝空目录]
fc [文件1] [文件2]
move 1.txt d:/
123.txt edit
dir c:\
dir c:\ /A
dir c:\ /S
dir c:\ /B
shutdown -s -t 60 -c "你的电脑被黑了"
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。