Defrag

Defragment all drives

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 More

Defrag – Scan and Analyze ONLY

This 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 More

Defraggler Silent Install/Update

Script 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 More

Defraggler Update Only

Script 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 More

Defraggler Defrag

Determines 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 More

Defraggler Silent Install

Script 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 More

Defrag – Scan and Analyze ONLY

This 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 More

Schedule Windows Defrag(Win7)

Script 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