Skip to main content

Windows

Recommend to have Windows Terminal and PowerShell Core installed in your system.

Download

Windows Terminal

Get from your favorite package managers.

winget install --id Microsoft.WindowsTerminal -e

Start

PowerShell_Core - Version

$PSEdition

Network_info

Get-NetIPConfiguration

Enable/Disable Admin

net user administrator /active:yes

Troubleshoot

Network

Reset
ipconfig /release
ipconfig /flushdns
ipconfig /renew
Optional

Continue these two commands if you want to reset your network completely.

netsh int ip reset
netsh winsock reset

Restart computer.

Restart-Comuputer
Reports
netsh interface show interface
netsh wlan show wlanreport
netsh interface ip show dnsservers

PC Health

DISM_Repair and SFC

DISM /Online /Cleanup-Image /ScanHealth