Skip to content
Discussion options

You must be logged in to vote

To manually add the MoveActiveHours scheduled task later:

  1. Download https://raw.githubusercontent.com/cschneegans/unattend-generator/refs/heads/master/resource/MoveActiveHours.vbs and save that file to C:\Windows\Setup\Scripts\MoveActiveHours.vbs.
  2. Download https://raw.githubusercontent.com/cschneegans/unattend-generator/refs/heads/master/resource/MoveActiveHours.xml and save that file to C:\Windows\Setup\Scripts\MoveActiveHours.xml.
  3. Run the command Register-ScheduledTask -TaskName 'MoveActiveHours' -Xml $( Get-Content -LiteralPath 'C:\Windows\Setup\Scripts\MoveActiveHours.xml' -Raw ); in an elevated PowerShell session.

To manually add the PauseWindowsUpdate scheduled task later:

  1. Download

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by notfounnd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants