Windows General
A folder of scripts that will enable and disable system restore. As well as a script to create a restore point.
Read MoreSets 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 MoreSets 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 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 MoreDownloads 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 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 More