命令
描述ipconfig /all
詳細的ip配置資訊
ipconfig /displaydns
顯示本地dns快取
netstat -ano
顯示開放的埠(連線)
netstat -anop tcp 1
netstat迴圈
netstat -an |findstr listening
顯示listening狀態的埠
route print
路由表arp -a
arp表
nslookup
網域名稱資訊收集
tftp -i < ip> get < remotefile>
tftp檔案傳輸
netsh wlan show profiles
顯示無線網路的資訊
netsh wlan export profile folder=. key=clear
將無線密碼明文顯示出來
netsh inte***ce ip show inte***ces
列出inte***ce ids
netsh inte***ce ip set address local static < ip> < nmask> < gw> < id>
設定靜態ip
netsh inte***ce ip set dns local static < ip>
設定dns伺服器
netsh inte***ce ip set address local dhcp
設定inte***ce使用dhcp服務
windows系統相關彙總
for d i in do mkdir d test i for d i in do copy cd i test 1.txt d test i for d i in do copy cd i crc.dat d test i for d i in do copy cd i crc.dat d te...
如何獲取跟系統相關的時間(oracle)
oracle中如何獲取 系統當前時間 select to char sysdate,yyyy mm dd hh24 mi ss from dual oracle裡獲取乙個時間的年 季 月 周 日的函式 select to char sysdate,yyyy from dual 年 select to...
Windows網路命令的相關指令 1
該命令可以檢查網路介面配置。如果使用者系統不能到達遠端主機,而同一系統的其他主機可以到達,那麼用該命令對這種故障進行判斷是有必要的。當主機能到達遠端主機但不能到達本網主機時,則表示子網掩碼設定有問題,可據此進行修改。ipconfig用來獲取本機ip位址等資訊。1 命令格式 ipconfig all ...