Configure NetLbfoTeam Configure LACP (if needed) Check names of Interfaces, if you do not know
Continue readingCategory: Windows
Activate 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 readingEventLog Application / Event-ID 1000 EXCEL.EXE mso20win32client.dll 0xc0000005
Log Name Application Event-ID 1000 Level Error Application EXCEL.EXE Message Faulting application name: EXCEL.EXE, Version: 16.0.4978.1000,Faulting module name: mso20win32client.dll, Version: 16.0.4954.1000,Exception code: 0xc0000005Fault offset: 0x0000f496Faulting application path: C:\Program Files (x86)\Microsoft Office\Office16\EXCEL.EXEFaulting module path: C:\Program Files (x86)\Common Files\Microsoft Shared\Office16\mso20win32client.dll Message (German) Name der fehlerhaften Anwendung: EXCEL.EXE, Version: 16.0.4978.1000, Name des fehlerhaften
Continue readingFind services running inside svchost.exe
Find services running inside svchost.exe via cmd.exe tasklist /svc | findstr “svchost.exe”
Continue readingMicrosoft-Windows-Hyper-V-VMMS/Admin, Event-ID 15268
Log Name Microsoft-Windows-Hyper-V-VMMS/Admin Source Hyper-V-VMMS Event-ID 15268 Level Error User SYSTEM Task Category None Message Failed to get the disk information. Check if an *.iso-File is mounted on a virtual dvd drive (with powershell) If so, unmount them and check if the error persists.
Continue readingEnable LDAP-Diagnose (Domain Controller / Active Directory)
Set registry value Set registry value via powershell Check LDAP-Events Open Event-Viewer and browse to “Applications and Services Logs” –> “Directory Service”. There you can find the LDAP-Events. You can filter for Event-ID “2889” to only get the necessary entries. Check LDAP-Events with powershell Disable LDAP-Diagnose with powershell
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 reading