Windows General

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

Safe Mode Reboot Off (Win 7+)

Sets machine to reboot back into normal mode after using the "Safe Mode Reboot On" script. Inspired by Craig Allan’s script pack. Works on Windows 7 and later. For older Windows OSs use Reboot to Normal Mode.

Read More

Safe Mode Reboot On (Win 7+)

Sets machine to boot into safe mode w/ networking. Adds reg keys so that kaseya agent boots as well. Also modifies the hosts file so that the kserver is reachable. Can undo these changes and set to boot into normal mode by using the "Safe Mode Reboot Off" script. Inspired by Craig Allan’s script pack.…

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

Gateway Port Scan Report

Downloads NMAP and has it scan External Gateway for commonly exploited open ports. Requires Visual C++ Redistributable 2013 (x86) to be installed. Reports to the procedure log and uses the tag: $openports$ Thanks to NMAP.ORG for their port scan tool.

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