Fix-all for Windows 10

Running these in order is a good place to start. DISM /Online /Cleanup-Image /ScanHealth DISM /Online /Cleanup-Image /RestoreHealth DISM /Online /Cleanup-Image /AnalyzeComponentStore DISM /Online /Cleanup-Image /StartComponentCleanup /ResetBase sfc /scannow

Fix PLEX skipping

Click on the Settings icon in the Plex Web header Click Show Advance within the Settings view Click on Debug within the Settings view left-side bar Within the settings view you’ll see a Use alternate streaming protocol for video playback checkbox Check that checkbox, save settings Quality Settings You can enable auto quality, choose a starting quality, and limit data usage … Read more

Setting up a reverse proxy with IIS

Create a empty folder somewhere on your system (will be the webroot resp Physical Path for the later site) Create a SSL certificate using the IIS Server Certificates feature (just choose “Create Self-Signed Certificate” and use the name of the site as name). Create a new site in IIS and fill in the site name. In the Binding section, choose Type: https. … Read more

Network Connection Status Indicator (NCSI) TEST

Description Network Connection Status Indicator (NCSI) is the little Network icon on the right side of your Windows Taskbar. It will show a red X when there is no network connection and a yellow triangle when there is No Internet connection.While browsing and other Internet related functions may still be available (when the yellow triangle … Read more

How to enable WMI monitoring on Windows

First, set the local security policy You’ll need to make sure the local security policy for network adapters is set to private, rather than public or not configured. The steps below describe how to set that policy against unidentified networks. But you should also check any other listed networks to avoid strange errors when configuring WinRM. From the start menu, … Read more