Schedule automatic restart

John Luzuriaga 6 Reputation points
2020-08-04T18:32:23.297+00:00

How do I schedule a restrt of multiple Window 10 Virtual Desktop

Azure Virtual Desktop
Azure Virtual Desktop
A Microsoft desktop and app virtualization service that runs on Azure. Previously known as Windows Virtual Desktop.
1,536 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2020-08-04T19:23:15.817+00:00

    You can use
    shutdown.exe /r /t 600
    for up to 600 seconds into the future.
    or remotely
    shutdown /r /m \servername /t 600

    https://video2.skills-academy.com/en-us/windows-server/administration/windows-commands/shutdown

    If more time is needed or on a routine you can schedule it via Task Scheduler

    --please don't forget to Accept as answer if the reply is helpful--

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.