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 readingTag: Windows
Find services running inside svchost.exe
Find services running inside svchost.exe via cmd.exe tasklist /svc | findstr “svchost.exe”
Continue readingSystem, Event-ID 1102, SNMP
Log Name System Source SNMP Event-ID 1102 Level Warning User N/A Task Category None Message The SNMP Service is ignoring extension agent dll C:\Program Files\QLogic Cosporation\SNMP\qlaspmgnt.dll because it is missing or misconfigured. The path “C:\Program Files\\QLogic Cosporation\SNMP\” does not exist. It should be ” C:\Program Files\QLogic Corporation\SNMP\”. Edit path in
Continue readingAlt Gr randomly stops working
Sometimes I had the problem on Windows 7 and Windows 10 that the Alt Gr Key wasn’t working. The problem often arises if you are connected to another computer over the remote desktop protocol. Solution To solve the problem I just had to press the following key combination:
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 10 1809 and above: Install RSAT / Bypass WSUS
Query available RSAT-Tools (via Powershell) Install needed tools (via Powershell) Install all tools (via Powershell) Troubleshooting – WSUS prevents installing the RSAT-Tools If the installation fails, it is possible that the tools are not available on the configured WSUS. So we have to disable the WSUS-Server Check if WSUS is
Continue readingWindows: Create Firewall Rules using cmd
Syntax Block program (executable) Allow port
Continue reading