Windows commands

 0    15 flashcards    starakoza
mp3 indir Baskı oynamak kendini kontrol et
 
soru cevap
help or /?
öğrenmeye başla
get more information
help chkdsk
dir
öğrenmeye başla
List files and directories
/s show subirectories /h show hidden files
cd
Use backslash \ to specify volume or folder name
öğrenmeye başla
Change working directory
...
Two dots/periods
öğrenmeye başla
The folder above the current folder
cd...
dism
öğrenmeye başla
Deployment Image Servicing and Management tool
Manage Windows Imaging Format (WIM) files
shutdown /s /t nn
/r /s /t /a
öğrenmeye başla
Wait nn seconds, then shutdown
/r restart, /s shutdown. / t timer, /a abort
sfc
öğrenmeye başla
Scan integrity of all protected system files
sfc /scannow
ipconfig
ipconfig /all, ipconfig /release, ipconfig /renew
öğrenmeye başla
Determine TCP/IP and network adapter information
View additional configuration details, DNS servers, DHCP server, etc.
ping
öğrenmeye başla
Test reachability
One of your primary troubleshooting tools Can you ping the host?
tracert
öğrenmeye başla
Determine the route a packet takes to a destination
The time in TTL refers to hops
netstat
öğrenmeye başla
show active connections
-a Displays all connections and listening ports, -b Show binaries (Windows), -n Do not resolve names
nslookup
öğrenmeye başla
Lookup information from DNS servers
Lookup names and IP addresses
net view
öğrenmeye başla
View network resources
• net view \\<servername> • net view /workgroup:<workgroupname>
net use
öğrenmeye başla
Map a network share to a drive letter
net use h: \\<servername>\<sharename>
net user
öğrenmeye başla
View user account information and reset passwords
net user <username>

Yorum yapmak için giriş yapmalısınız.