Just finished my call with Microsoft Level 3, they cannot recreate the issue in their LAB, they are continuing to work on a fix. I have discovered a work around since copy and paste WILL WORK after a restart for 24 hours. I created a task using the task scheduler to restart the P/C every 24 hours a 5:00 AM. The task will wake up the P/C, perform a restart and I'm good for the day. Hope this helps until they find a fix. I tested this and it does work.
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"