All Windows cli commands

List system configuration

SYSTEMINFO

Useful to:


hostname


To RENEWthe mac address (useful after changing vlan):

ipconfig /release
ipconfig /renew

MAPPED DRIVES
To list them:

net use

To assign the disk-drive device name E: to the Letters shared directory on the \\Financial server, type:

net use e: \\financial\lette

View the IP routing table

route print

TOOLS
Tftp server and client:http://tftpd32.jounin.net/|Tftpd32 by Ph. Jounin


SCRIPTS AND BATCH FILES IN WINDOWS For environmental variables:

Computer > Right click > Properties > Advanced system Settings > Environmental variables


NETSTAT WITH PROCESS NAME (REQUIRES ADMIN RIGHTS)

netstat -abno


NETSTAT AND SYN-SENT
The command will check every second and print the results:

netstat -ano | findstr -i SYN_SENT

Running continuously (every 2 seconds):

netstat -ano 2 | findstr 10.8.197.153


NOTEPAD++ NOTES - NPP


NSLOOKUP

C:\> nslookup
> server (DNS)
> set q=mx
> contoso.com.

WORK METHODOLOGIES:


SERIAL MANAGER:
TERATERM: https://www.daktronics.com/support/kb/Pages/DD2284148.aspx


POWERPOINT:
Make text appear one line at a time:

  1. On the slide, select the box that contains your text.
  2. Select the Animations tab, and then pick an animation, such as Appear, Fade In, or Fly In. …
  3. Select Effect Options, and then select By Paragraph to make the paragraphs of text appear one at a time.