Windows
Recommend to have Windows Terminal
and PowerShell Core
installed in your system.
Download
Windows Terminal
Get from your favorite package managers.
- Winget
- Chocolatey
winget install --id Microsoft.WindowsTerminal -e
choco install microsoft-windows-terminal
Start
PowerShell_Core - Version
- Edition
- Version
- Build
$PSEdition
$PSVersiontable
$PSVersiontable.PSVersion
Network_info
- PowerShell
- CMD
Get-NetIPConfiguration
ipconfig /all
Enable/Disable Admin
- Enable
- Disable
- List
net user administrator /active:yes
net user administrator /active:no
net user
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
- Scan
- Restore
- SFC
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup /RestoreHealth
SFC /scannow