Microsoft
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 MoreA folder of scripts that will enable and disable system restore. As well as a script to create a restore point.
Read MoreLearn 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 MoreUses 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 MoreAdd registry key to enable protection from CVE-2018-12207 as recommended in this MS article.
Read MoreAdd registry key to disable protection from CVE-2018-12207 as recommended in this MS article.
Read MoreUse 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 MoreUse 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 MoreInstalls .NET 4.8 silently using the Microsoft Web installer.
Read MoreInstalls .NET 4.7.2 silently using the Microsoft Web installer.
Read More