Microsoft

Windows 10 Update to latest Build

Script will check for at least 30GB of free space on the C drive. It will also check to make sure the Intel Rapid Restore version will is higher than 15.9. It will also check to make sure that Windows is Activated and will then create a Restore Point (if enabled on that machine), and…

Read More

System Restore Scripts

A folder of scripts that will enable and disable system restore. As well as a script to create a restore point.

Read More

Offline Cache Status

Learn the status of WMI offline cache. Check to see if it is enabled or disabled and where the cache is located. Uses Powershell command ‘gwmi win32_offlinefilescache’ to determine offline cache status. Results are displayed in the procedure log. Can report using tags: $WinOfflineCache$ $OCSEnabled$ $OCSDisabled$. See the following article for more information on this…

Read More

Audit – Microsoft Office Version

Uses registry to check for office version and if it’s a 32 or 64 bit installation. Reports to procedure log. Can use tags $O365$ and $Audit$ for reporting.

Read More

Processor Vuln Protection (CVE-2018-12207) Enable

Add registry key to enable protection from CVE-2018-12207 as recommended in this MS article.

Read More

Processor Vuln Protection (CVE-2018-12207) Disable

Add registry key to disable protection from CVE-2018-12207 as recommended in this MS article.

Read More

Pin link to Start

Use this script to pin a link to your client’s start menu. You must create the .lnk file and then upload it to the KServer through the manage files dialog. Then modify the script to insert the updated link. This script will then download that file to the end-user machine and place it in the…

Read More

Pin link to Taskbar

Use this script to pin a link to your client’s taskbar. You must create the .lnk file and then upload it to the KServer through the manage files dialog. Then modify the script to insert the updated link. This script will then download that file to the end-user machine and place it in the taskbar…

Read More

dotNET 4.8 Silent Install

Installs .NET 4.8 silently using the Microsoft Web installer.

Read More

dotNET 4.7.2 Silent Install

Installs .NET 4.7.2 silently using the Microsoft Web installer.

Read More