Skip to content

netsh

ss64

Adapter Capabilities

Check if the adapter supports WPA3.

netsh wlan show drivers

Configure the interface

Reset the interface

netsh interface ipv4 reset

Static IP Address

netsh interface ipv4 set address "Ethernet" static 10.0.1.34 255.255.255.0 10.0.1.1
netsh interface ipv4 add dns "Ethernet" 8.8.8.8

DHCP

netsh interface ipv4 set address name="Ethernet" source=dhcp
netsh interface ipv4 set dns name="Ethernet" source=dhcp

winsat

Source

  • winsat -? displays the help.
  • winsat formal this command runs the full assessment.
    • winsat dwmformal runs only the Desktop Windows Manager assessment which generates the graphics score.
    • winsat cpuformal runs only the CPU assessment to generate the processor score.
    • winsat memformal runs only the memory assessment to generate the memory (RAM) score.
    • winsat graphicsformal runs the graphics assessment to generate the gaming graphics score.
    • winsat diskformal runs the disk assessment to generate the primary hard disk score.
  • winsat cpu tests the processor.
    • winsat cpu -encryption
    • winsat cpu -compression
  • winsat mem tests the memory
  • winsat disk tests connected storage devices
  • winsat d3d assesses the Direct 3D application abilities.
  • winsat media tests media capabilities
  • winsat mfmedia Windows Media Foundation assessment
  • winsat features runs the features assessment
  • winsat dwm runs the Desktop Windows Manager assessment
  • winsat prepop pre-populate WinSAT assessment results.