set-date Verified for current stable LTS

Set Date Command: Add Minutes To System Clock Windows

Use for add minutes to system clock windows with Set Date. Exact CLI syntax to add minutes to system clock windows using Set Date.

When to use this: Use for add minutes to system clock windows with Set Date.

Command Syntax

$90mins = New-TimeSpan -Minutes <90>; Set-Date -Adjust $90mins

Live Command Builder

Final Command

$90mins = New-TimeSpan -Minutes <90>; Set-Date -Adjust $90mins

Command Breakdown

-Minutes
Command Option
Tool-specific option used by this command invocation.
-Adjust
Command Option
Tool-specific option used by this command invocation.

FAQ

Purpose: Exact syntax to add minutes to system clock windows using Set Date.

Test path: Replace placeholders and run destructive commands in a disposable workspace first.

Flag behavior: Tool version, platform, and shell can change behavior.

Improve This Command

Suggest a correction, safer default, or version-specific note for this entry.

Related Operations

Back to Set Date directory