Windows commands

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

Trebuie să te autentifici pentru a posta un comentariu.