Using List Tuples in C#
In most cases for storing data using a generic List<T> over an array is more suitable and lists offers more…
pfSense enable Logging for Firewall Rules to log internal Client IPs
By default for outbound internet traffic with NAT you won’t see the internal client ip addresses in the firewall logs…
Microsoft Windows SDK
Microsoft Windows SDK, and its predecessors Platform SDK, and .NET Framework SDK, are software development kits (SDKs) from Microsoft. Windows…
msiexec – Uninstall broken Installations
Sometimes you encounter some trouble regarding uninstalling broken programs and components. In this case we can try to use the…
RDS Remote Desktop Services HTML 5 Client Setup
If you want to allow users to access your remote apps of your RDS Deployment without the need of an…
Replace the self-signed Remote Desktop Certificate with an PKI Certificate from your internal CA
Copy the Thumbprint of the Certificate you want to use for the RDP Connection and copy it to the $Hash…
What is the WoW64 (Windows 32-bit on Windows 64-bit) Subsystem?
Have you ever wondered about the System32 and SysWOW64 folder on Windows 64-bit operating systems? To get straight to the…