List all objects List network adapters Debug / Log objects Examples
Continue readingCategory: cmd
Windows Server – View Network Interface errors
View interface errors with netstat View detailed information (received an outbount errors) with powershell
Continue readingActivate Windows 10 using kms server
View your KMS-Server via cmd Make sure you can reach the kms server using powershell Install KMS-Key Active online If it fails you can try to restart the software protection service
Continue readingCheck Port used by System Process
Any service that uses the HTTP API in Windows will effectively be handled by the SYSTEM process, so you cannot just look up the process with netstat -ano and kill it. To view the webservices runing inside the SYSTEM process run the following command
Continue readingFind services running inside svchost.exe
Find services running inside svchost.exe via cmd.exe tasklist /svc | findstr “svchost.exe”
Continue readingPowershell: Chocolatey package manager
Install Chocolatey Install Package with choco Upgrade Package using choco Uninstall Package using choco Install-Script Code
Continue readingWindows Subsystem for Linux (WSL)
Enable via Powershell Set Default Linux-Distribution (if you have installed multiple distros) List current installed distributions Install new distribution Browse the following URL:https://aka.ms/wslstoreYou will be redirected to the Windows Store App. Select desired distro and install it. List currently running distributions Terminate Linux-Distribution Run WSL-Command (Linux Commands) from cmd Change
Continue readingWindows: Create Firewall Rules using cmd
Syntax Block program (executable) Allow port
Continue reading