Kyle Metzer
Script sets registry keys to lock Windows 10 machine to a target build of 21H1.
Read MoreUses registry keys to re-allow installation of new ActiveX controls. Reboot may be required for changes to take effect.
Read MoreUses registry keys to prevents installation of new ActiveX controls as a security measure. Then restarts the computer after 5 minutes. Addresses the vulnerability listed here.
Read MoreCompares hosts file to last time script was run, or empty/clean hosts file on first run. Can report using $HostsFile$. Will email if change is detected, can set email address by editing first line of this script (default is the registered admin’s email who scheduled).
Read MoreMust be run on a domain controller. Compares Domain Admins to the last time script was run and reports result to the procedure log. Sends alert if admin is added or admin account is enabled. Can report using $ADAdmins$
Read MoreCompares Administrator accounts to the last time script was run and reports result to the procedure log. Sends alert if admin is added or admin account is enabled. Can report using $LocalAdmins$
Read MoreEnables Print Spooler, which will not protect against PrintNightmare.
Read MoreDisables Print Spooler, which will protect against PrintNightmare.
Read MoreRemoves ACL change in the ‘PrintNightmare – ACL lock’ script.
Read MoreChanges ACL to prevent any printer modifications. This protects against PrinterNightmare, but must be reverted to make any changes to printers.
Read More