1
What can I do so that I can have a pc restart at a particular time each night and it prompts the user to continue to restart or postpone with a specific time frame?
1
What can I do so that I can have a pc restart at a particular time each night and it prompts the user to continue to restart or postpone with a specific time frame?
0
yes you can try to restart your machine automatically. All you have to do is few steps,
In control panel, under Administrative Tools, click on Scheduled Tasks Once Task Scheduler is opened up, choose Create Basic Tasks on the right side of the window.
Under Name you can choose any desired name for the task, say for ex: Autorestart and press Next
In the Trigger tab, you can choose your desired time frame and press Next.
Specify the time to restart the machine and press Next.
In the Action tab choose Start a Program and press Next.
In the Program/Script field, browse the system32 folder (by default C:\Windows\System32) and choose the program shutdown.exe and press open. Type -F -R in the Add arguments(optional) field and press Next.
Once done click Next.
have you tried to accomplish it through task scheduler (
taskschd.msc
) ? – None – 2014-11-21T07:35:27.793