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