Windows commands

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

Debes iniciar sesión para poder comentar.