Fix white page icons
To refresh and reset the icons cache, go to the following folder: C:\Users\AppData\Local\ To see the hidden AppData folder, go to Organize -> Folder and Search Options -> View tab, and select “Show hidden files, folders and drives”, and uncheck “Hide protected operating system files (Recommended)”. Once inside the folder, delete IconCache.db. Create a new … Read more
Clearing the Synchronization history in the WSUS console
You know how after you’ve been using WSUS for a while and you go into the admin console, then to the Synchronization node, you can end up waiting and waiting for the list to enumerate? This is the list I’m talking about: Have you ever wished you could just clear that list and start fresh? … Read more
WSUS Database Maintenance
Step 1 Connect to SQL management studio and connect to SUSDB\\.\pipe\MSSQL$MICROSOFT##SSEE\sql\queryCopy below script and change the adminname parameter to your user name and parameter (@adminName=N’domain\user) Step 2 Step 3 Step 4 Step 5 Run the normal Server Wizard from the WSUS Management Console. Optional Automation If you’d like to automatically run the WSUS maintenance tasks, refer to … Read more
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
Disable Enable SSL encryption for the PRTG website
Stop the PRTG Core Service. Then, change the below registry key to 0 Restart the PRTG Core service
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
Remotely Activating Windows 10
See if the computer is activated.
Shutdown Event Tracker showing on every login
After removing these two registry keys the Shutdown Event Tracker did not show up on subsequent logins. https://serverfault.com/questions/980387/shutdown-event-tracker-showing-on-every-login-on-server-2019