Windows commands

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

Você deve entrar para postar um comentário.