How do I schedule a restrt of multiple Window 10 Virtual Desktop
How do I schedule a restrt of multiple Window 10 Virtual Desktop
Please 'Accept as answer' if it helped, so that it can help others in the community looking for help on similar topics.
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://docs.microsoft.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--
2 people are following this question.