Windows – How to restart a remote Windows desktop when start menu is disabled

rebootremote desktopstart-menuwindows 10

I am working remotely via the Windows Remote Desktop app. The start menu on the remote desktop has become non-responsive. (I can't get a look at the calendar or the notifications either. But all the other icons on the task bar seem OK.) So, is there some way for me to re-boot the remote desktop? I obviously can't use "restart" from the non-operable start menu! When I try other methods I have found, my home desktop interprets them as telling it, not the remote, to re-boot. Any ideas? One more thing: I don't have admin privileges on the machine and can't much of anything beyond what can be done on the desktop. For instance, ctrl-alt-del to get the task manager is a non-starter.

Best Answer

Press WIN+ R, then run the command
shutdown /s /t 0 to power off or
shutdown /r /t 0 to restart your machine.

References:

Related Question