Windows commands

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

Devi essere accedere per pubblicare un commento.