Defrag
VBScript uses wmi queries to get a list of drives. Filters drives based on drivetype. Uses smartmontool to determine if any fixed drives are SSDs. Performs a defrag analysis on any non-SSDs and builds a batch script for any defrags that are needed. Upon completion the VBScript will trigger the batch script to start any…
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 downloads txt files with dl location, current version, install argument & registry key. Script then checks if Defraggler is installed, if not it will install, if installed it compares installed version to current version and updates if needed. Writes to script log if successful. Script then deletes installer and all txt files. Able to…
Read MoreScript downloads txt files with dl location, current version, install argument, & registry key. Script then checks if Defraggler installed, if not it will abort install, if installed it compares installed version to current version and updates if needed. Writes to script log if successful. Script then deletes installer and all txt files. Able to…
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