Windows General
AVG – Reset system and registry permission to clear up potential installation error. WARNING! This can take a while to run! Use if you get MSVCR71.dll error. Downloads Microsoft’s SubInAcl program to temp folder, and reset.cmd. Log into system and run
Read MoreChecks if 32 or 64 bit, checks if AVG file is availalble, then runs uninstall silently with no reboot
Read MorePrompts for network path. Script then runs msiexec with the /qn REBOOT=”ReallySuppress”. Writes to script log if successful.
Read MoreDownloads latest version of Sophos AntiRootkit installer from publishes web site. Script writes to script log is successful.
Read MoreScript downloads and runs a vbs file to check for existence of reg key and value. Script then writes results to script log. Able to report by filtering script log for keyword *$SAV$*.
Read MoreEdit script line 1 for number of failures before email is sent and line 2 for the email addrsss to send to. Script runs a standard chkdsk, it then looks for failures if failures found it checks how many failures have been reported before. Then either sends email and schedules a chkdsk /f or schedules…
Read MoreDetermines if Defraggler installed. If installed it asks which drive and if quick defrag should be performed. Script then executesbased on question results, and writes to script log is successful.
Read MoreScript gets txt file with download location. Downloads installer and runs with the /S argument. Script then deletes all files, and then writes to script log if successful.
Read MoreThis script checks a system(s) and determines if it needs defragmenting. You can see the results of this by running a Script Log Report, and using “Defrag – Scan and Analyze ONLY” as Script Name filter.
Read MoreScript uses the schtasks command to schedule defrag. Edit command ran by editing steps 1-4. Script then deletes all files and writes to script log if successful.
Read More