Fix: 2019-09 Cumulative Update for Windows 10 Version 1903 for x64-based Systems (KB4515384) – Error 0x800f081f
Detailing the troubleshooting to resolve KB4515384 failure to install.
Micro$oft Windows
Detailing the troubleshooting to resolve KB4515384 failure to install.
To mount a network location in Windows Subsystem for Linux, use the following commands. Mounting DrvFs In order to mount a Windows drive using DrvFs, you can use…
After installing Rand McNally IntelliRoute software, users may experience the error "Initialization of Client failed: Closing Application" This problem is usually attributed to inadequate permissions for the user…
Using the following command, a computer can be joined to an existing Active Directory Domain. netdom join %computername% /domaind:DOMAIN /userd:username /passwordd:password PowerShell it can be accomplished with the…
This PowerShell script will enable retention for all Windows event logs. This will create an archive log file and start a new log file when it reaches the…
This script will clean all Chrome cache for all users on a Windows 7 or newer system. # Define the base directory for user profiles$usersPath = "C:\Users"$totalBeforeCleanup =…
As IT professionals, we know that managing resources in multi-user environments is essential for ensuring a consistent and high-quality experience for all users. In Windows Server Remote Desktop…
TL;DR GoFileRoom made changes to their encryption by using TLS1.2. In order for GFR add-on to work in Windows Server, you must modify 2 registry entries for .NET…
Installing GoFileRoom on Server 2016 Remote Desktop Session Host and during install it hangs on the window titled Windows Installer Coordinator and the message is please wait while…
To enable and not prompt for ActiveX controls to download and run, use the following Group Policy settings at the Computer or User level. Caution: This can be dangerous!…
To add websites to Trusted Zones via Group Policy, follow the below in Group Policy Editor. Computer Configuration > Administrative Tools > Windows Components > Internet Explorer >…
Get current RDS-CAL details via PowerShell. Run this from your 2008 RDS Licensing server. # Filename of the export $filename = RDS-CAL-Report.csv # Import RDS PowerShell Module import-module…
To disable the Windows 10 first sign-in animation screen, use one of the two following methods. Through Group Policy or the Registry. Group Policy Run the Local Group Policy Editor (Start…
This script will cleanup all users temporary files in their AppData\Local\Temp for Windows 7 and newer. # Define the base directory for user profiles$usersPath = "C:\Users"$totalBeforeCleanup = 0$totalAfterCleanup…
Microsoft! You have some tools that I’ve not seen before. PortQry.exe -n x.x.x.x -p tcp -r 1:1024