CmdTyper for Windows
Windows環境で使われるタイピング練習です。
Windows環境で使われるコマンドプロンプト&PowerShellコマンドの習得を効率的にサポートするタイピング練習ソフトです。
関連タイピング
-
PCの単語をタイピングしましょう。
プレイ回数1519 60秒 -
「windows」と早打ちしてください。できるかな?
プレイ回数506 連打180秒 -
ネットワーク系コマンドタイピング練習
プレイ回数1.9万 長文英字60秒 -
Windowsのバージョンタイピングです。
プレイ回数390 英字163打 -
プレイ回数102 短文英字60秒
-
目指せWindowsマスター!
プレイ回数43 長文英字745打 -
管理者しか知らない、Windowsのもう一つの歴史。
プレイ回数62 長文225打 -
WindowsXP~11です。
プレイ回数128 英字65打
2024年11月2日投稿
問題文
ふりがな非表示
ふりがな表示
(ping 8.8.8.8)
ping 8.8.8.8
(tracert 10.30.4.225)
tracert 10.30.4.225
(ipconfig)
ipconfig
(ipconfig /all)
ipconfigall
(ipconfig /renew)
ipconfigrenew
(ipconfig /flushdns)
ipconfigflushdns
(arp -a)
arp -a
(arp -d)
arp -d
(ipconfig /displaydns)
ipconfigdisplaydns
(netstat -an | find ”listen”)
netstat -an | find "LISTEN"
(ipconfig > iptest.txt)
ipconfig > iptest.txt
(type iptest.txt)
type iptest.txt
(netstat -an | find ”443”)
netstat -an | find "443"
(route print)
route print
(dir c:¥windows¥system32)
dir C:\Windows\System32
(cd c:¥program files)
cd C:\Program Files
(cd ..)
cd ..
(netstat -ano)
netstat -ano
(telnet vexus.tech 25)
telnet vexus.tech 25
(hostname)
hostname
など
(whoami)
whoami
(shutdown /s /t 0)
shutdownst 0
(shutdown /r /t 0)
shutdownrt 0