Games

EpicInstaller on Windows Server 2022/2025 and Windows 10/11 (error 2738)

Since Microsoft deprecated vbscript.dll in October 2023, several installations, including the Epic Installer, have encountered significant issues. Users attempting to install the Epic Installer are frequently met with the error message: “The error code is 2738”. This error is particularly frustrating as the Windows Eventlog does not provide any helpful information, making troubleshooting more challenging. The root cause of error 2738 is the system’s inability to locate vbscript.dll.

This issue stems from the deprecation of vbscript.dll, a crucial component previously used by many applications and installers. Without this DLL, scripts that rely on VBScript cannot execute, leading to installation failures. Users have reported that this error not only affects the Epic Installer but also other software that depends on VBScript for its installation process. The resolution is relatively simple and shouldn’t take more than about 5 minutes:

Microsoft Server

Report on BlueScreen (BSOD) events and stop codes with PowerShell

A PowerShell script to report on all BlueScreen events and stop codes from the Windows Event Log on a specific server can be a useful tool for system administrators to troubleshoot and prevent future system crashes. This script will query the System Event log for events related to bug checks (BlueScreens) on a local server or a remote server.
Note: I wrote this to check for one server at a time. If requested, or if I have a future need, I may adapt it to query a list of servers and have the output written to a log file.