Microsoft

Disable Windows Automatic Updates

Script sets a registry key to disable Windows automatic updates and disables users from changing it. Script then writes to script log if successful.

Read More

Windows SFC Scan/Repair

Script runs the sfc /scannow command to run the Windows system file checker. SFC will repair any system files if needed. Script then writes if any files were repaired or if system files were ok.

Read More

Windows SFC Verify Only

Script runs the sfc /verifyonly command to determine if any system files need to be repaired. Script then compares results and writes if scan is needed or not.

Read More

Register VGX.dll

Undo Microsoft’s IE Security Advisory Fix 2963983, by re-registering vgx.dll https://technet.microsoft.com/library/security/2963983

Read More

Unregister VGX.dll

Does Microsoft IE Security Advisory Fix 2963983, by unregistering vgx.dll https://technet.microsoft.com/library/security/2963983

Read More

Outlook Temp Folder Cleaner

Script Desc: ** REQUIRES USER TO BE LOGGED IN ** Script downloads OutlookTempCleaner from http://www.howto-outlook.com/products/outlooktempcleaner.htm, and installs an MSI. It then runs the software with the “-emptyfolder” switch to clean up all the Outlook Temp files.

Read More