I'm still working with Microsoft level 3 and engineering. I found that copy and paste fails 24hrs of a reboot. For a temporary fix that works I scheduled a restart task at 5:00am. This gets me through the day without any problems. Use the following procedure to create a automatic restart.
To schedule an automatic reboot for your PC, you can use the Task Scheduler feature in Windows. Here are the steps to set it up:
- Press the Windows key to open the Start menu.
- Type “Task Scheduler” in the search field and select the corresponding result.
- In the Task Scheduler, click on “Create task”.
- Provide a descriptive name for the task.
- Go to the “Triggers” tab and click “New” to create a new trigger.
- Select “On a schedule”, choose the “Daily” radio option, and set the desired time for the reboot.
- In the “Actions” tab, click “New”.
- Select “Start a program” and enter the following:
- Program/Script: %SystemRoot%\system32\shutdown.exe
- Arguments: -r -f -t 10
- Optionally, go to the “Conditions” tab and select “Start the task only if the computer is idle” to ensure the system restarts only when idle.
- Click “OK” to create the scheduled task.
From now on, your Windows PC will automatically reboot according to the configured schedule. Before restarting, it will display a message, allowing active users to save their work. If you ever want to disable the scheduled restart, simply find the task in Task Scheduler, right-click on it, and select "Disable"