Author

Rich

Just another IT guy.

Mount network location in WSL

October 8, 2019

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…

Initialization of Client failed: Closing Application

September 25, 2019

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…

WordPress TwentyTwenty Theme – Inter font Apache2 error

September 23, 2019

I'm testing out the development version of TwentyTwenty theme from WordPress on this site. I noted that calls to /assets/fonts/inter/Inter-upright.var.woff2 were causing some grief for Apache2 (Error 500):…

Case of Dead Path on ESXi

November 9, 2018

I had 8 paths go down to a dead state on an ESXi host.  The paths were MRU via Fiber Channel to a storage array.  One path worked…

Join a Computer or Server to a Domain

November 5, 2018

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…

Enable All Windows Events Logs Archiving

October 31, 2018

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…

Cleanup All User Chrome Cache

October 30, 2018

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 =…

RDSH Fair Share (CPU, Disk, Network)

October 29, 2018

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…

WP Preserve Backslashes

September 26, 2018

I created a WordPress plugin based on a personal dilemma I ran into with my site being stripped of backslashes. Upon post save, it converts backslashes to HTML…

GPO Set Trusted Zone Websites

August 22, 2018

To add websites to Trusted Zones via Group Policy, follow the below in Group Policy Editor. Computer Configuration > Administrative Tools > Windows Components > Internet Explorer >…