共 73 条命令 · 点击右侧按钮复制命令
tracert 8.8.8.8
ipconfig /all
netstat -ano
systeminfo
hostname
whoami /user
echo %username%
set
date /t
time /t
tasklist
taskkill /IM nginx.exe /F
taskkill /PID 1234 /F
msconfig
ping 8.8.8.8
ping -t 8.8.8.8
pathping 8.8.8.8
nslookup netheroes.cn
arp -a
ipconfig /release
ipconfig /renew
ipconfig /flushdns
netsh wlan show profiles
netsh interface ip set address
dir
dir /s /b
cd /d D:\path
md C:\newdir
rd /s /q dir
del file.txt
copy src dst
xcopy /e src dst
robocopy src dst /mir
type file.txt
more file.txt
find "text" file
findstr "pattern" *.txt
attrib +h file
icacls file /grant user:F
chkdsk C: /f
diskpart
defrag C:
sfc /scannow
cleanmgr
format D: /fs:ntfs
net start
net stop "service"
net start "service"
sc query
netstat -an | findstr 80
netsh advfirewall show allprofiles
netsh advfirewall set allprofiles state off
route print
route add 10.0.0.0 mask 255.0.0.0 192.168.1.1
tracert -d 8.8.8.8
telnet host port
net user
net user admin
net localgroup administrators
whoami
net share
net view
net use Z: \\server\share
wmic os get caption
wmic cpu get name
wmic memorychip get capacity
mstsc
shutdown /s /t 0
shutdown /r /t 0
logoff
chcp 65001
chcp 936
iconv -f GBK -t UTF-8 file