Windows commands

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

Ak chcete pridať komentár, musíte byť prihlásený.