Check XMLPolicy against installed AppxPackages Fetch Applocker-Policy from Domain Controller Get local Applocker policy Get effective Applocker policy
Continue readingCategory: Windows
Windows Logon Type Overview
Logon Type Number Name Description 2 Interactive Logon interactively with keyboard and mouse sitting in front of the computer (also Logons over KVM-over-IP, IPMI Remote Consoles, etc.) 3 Network Logons over network e.g. when accessing a network share or Logons to an IIS webserver (Basic Authentication is not included here
Continue readingWindows 11 – Bypass CPU / TPM 2.0 check
If you want to install Windows 11 on unsupported PCs you need to add the following registry value and reboot Before installing Windows 11 on unsupported Hardware be aware that any security updates are no longer guaranteed or supported. For security reasons it is better to have at least a
Continue readingWindows Server – View Network Interface errors
View interface errors with netstat View detailed information (received an outbount errors) with powershell
Continue readingUbuntu: Mount Bitlocker-Encrypted partition
Install dislocker Create folders for mounting Decrypt drive Mount partition Mount NTFS if above command is not working Mount automatically using /etc/fstab Instead of using your user-password you can also use the recovery-password by using the parameter recovery-password instead.
Continue readingPowershell: Configure LBFO-NIC-Teaming
Configure NetLbfoTeam Configure LACP (if needed) Check names of Interfaces, if you do not know
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 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 reading