Author Archives: krylon

Windows Server 2016 Remote Desktop Connection Fails

Brand new install of Windows 2016 Server Evaluation without any updates installed, specific build 14393.rs1_release.161220-1747 (also 14393.447)  Attempting to remote desktop to the server from a Windows 10 client resulted in an error: An authentication error has occurred. The function … Continue reading

Posted in Uncategorized | Leave a comment

Installing Logitech QuickCam 4000 in Windows 7

QuickCam 4000 shows up as “Unknown device” in Windows 7 Device Manager (USB\VID_046D&PID_08B2) Download the 64-bit driver from Logitech ftp://ftp.logitech.com/pub/techsupport/quickcam/qc1051enu_x64.exe Unpack this .exe file to a folder using 7zip, WinRAR, etc. In Device Manager right click the device, update driver, … Continue reading

Posted in Uncategorized | Leave a comment

Disable “Debug the program” After Application Crash

Group Policy options will let you disable the button for error reporting to Microsoft (Check online for a solution and close the program) but there is no option in Group Policy to disable the debugging button. To disable the “Debug … Continue reading

Posted in Uncategorized | Leave a comment

Windows Update Code 780 for Two Office 2010 Updates

Strange issue with Windows Update occurred. In this case Windows Server 2012 R2 was trying to install 2 updates for Office 2010 but was failing. KB4461579 failed with Code 780KB2553332 failed with Code 780 First it turned out that a … Continue reading

Posted in Uncategorized | Leave a comment

MemTest86 Freeze After Test 0

Background information:  swapped out a CPU during an upgrade (old CPU DDR3-1333, new CPU DDR3-1600). After that the system was booted using an Ubuntu Live CD without any obvious problems, but ESXi installer was crashing with Pink Screen of Death … Continue reading

Posted in Uncategorized | Leave a comment

Ubuntu Guest VM Random Freezing Lockups on ESXi 6.5

Ubuntu Server 17.10 was randomly freezing / locking up after periods of time, even if left idle.  The solution for this VM was to change the type of network adapter assigned to the guest. By default, ESXi 6.5 will assign … Continue reading

Posted in Uncategorized | Leave a comment

Steps to Downgrade MongoDB on Ubuntu (for UniFi Controller)

This is an example for downgrading from MongoDB version 3.6 to version 3.4 in Ubuntu 18.04 LTS, but it can be adapted for any combination of versions. Remove old versions. Since this was done for a compatibility issue with UniFI … Continue reading

Posted in Uncategorized | Leave a comment

Restore Default Certificate Deployment Level for RemoteApp (Windows Server 2012 R2)

This guide details how to change the certificate deployment level of a Windows Server 2012 R2 RD system from “Trusted” back to the default configuration of “Not Configured.”    The main problem is that the Windows GUI does not allow … Continue reading

Posted in Uncategorized | Leave a comment

Inject Drivers into a Windows 7 PE Image

One scenario – booting a system using a USB Windows PE flash drive, the same flash drive then could not be read within Windows PE. This was because the PE image had no USB 3.0 drivers. The solution was to … Continue reading

Posted in Uncategorized | Leave a comment

Create a Windows 7 PE Bootable USB Flash Drive (32 bit and 64 bit)

Download Windows 7 AIK ISO file https://www.microsoft.com/en-us/download/details.aspx?id=5753 Burn the ISO or extract it to a folder (e.g., using 7zip) Run StartCD.exe Choose the “Windows AIK Setup” option When complete, navigate to Start->all programs -> Microsoft Windows AIK -> Deployment Tools … Continue reading

Posted in Uncategorized | Leave a comment