When creating a scheduled task in Macrium Reflect you may see the following error:
This error is caused by corrupt NTFS permissions applied to folder 'C:\Windows\Tasks' and prevents new tasks being saved.
To correct this error:
- Open a command prompt with elevated privileges. Please see Running an elevated command prompt
Type the following commands:
Copy the text below and paste into your comand window...cd\ cacls c:\windows\tasks /T /E /P Administrators:F cacls c:\windows\tasks /T /E /P SYSTEM:F
Ensure that you press enter after the last line.
- This will grant 'Administrator' and 'SYSTEM' full access to folder 'C:\Windows\Tasks'
- Retry to create your scheduled tasks.