Skip to main content

Screensaver - Enable Mystify Globals

Summary

This document outlines a scheduled task that enables the screensaver for the specified number of seconds for all users. The screensaver settings will be applied at the next logon of each user.

Time Saved by Automation: 10 Minutes

Sample Run

Sample Run

Global Parameters

NameExampleRequiredDescription
TimeoutSeconds900TrueThe number of seconds before the screensaver will be started.
PromptForLogin1TrueSet 0 to not prompt for login after waking, or 1 to prompt.

Process

The script runs a PowerShell script to create a scheduled task that enables the screensaver for the specified number of seconds for all users. The screensaver settings will be applied at the next login of each user. The PowerShell uses two global variables TimeoutSeconds and PromptForLogin set inside the Globals and Parameters tab of the script.

Output

  • Script log