Windows commands

 0    15 フィッシュ    starakoza
mp3をダウンロードする 印刷 遊びます 自分をチェック
 
質問 答え
help or /?
学び始める
get more information
help chkdsk
dir
学び始める
List files and directories
/s show subirectories /h show hidden files
cd
Use backslash \ to specify volume or folder name
学び始める
Change working directory
...
Two dots/periods
学び始める
The folder above the current folder
cd...
dism
学び始める
Deployment Image Servicing and Management tool
Manage Windows Imaging Format (WIM) files
shutdown /s /t nn
/r /s /t /a
学び始める
Wait nn seconds, then shutdown
/r restart, /s shutdown. / t timer, /a abort
sfc
学び始める
Scan integrity of all protected system files
sfc /scannow
ipconfig
ipconfig /all, ipconfig /release, ipconfig /renew
学び始める
Determine TCP/IP and network adapter information
View additional configuration details, DNS servers, DHCP server, etc.
ping
学び始める
Test reachability
One of your primary troubleshooting tools Can you ping the host?
tracert
学び始める
Determine the route a packet takes to a destination
The time in TTL refers to hops
netstat
学び始める
show active connections
-a Displays all connections and listening ports, -b Show binaries (Windows), -n Do not resolve names
nslookup
学び始める
Lookup information from DNS servers
Lookup names and IP addresses
net view
学び始める
View network resources
• net view \\<servername> • net view /workgroup:<workgroupname>
net use
学び始める
Map a network share to a drive letter
net use h: \\<servername>\<sharename>
net user
学び始める
View user account information and reset passwords
net user <username>

コメントを投稿するにはログインする必要があります。