Error Code 740: The requested operation requires elevation. (AdjustTokenPrivileges)
- Posts: 3
- Joined: 28 Aug 2014
I get this error on several files. How do I eliminate it ?
- Posts: 2520
- Joined: 22 Aug 2012
It means what it says:
You should elevate the priviliges under which you perform the operation.
Or in short:
Run the task as admin, or under any other user credentials having sufficient
(generally read+write) priviliges
You should elevate the priviliges under which you perform the operation.
Or in short:
Run the task as admin, or under any other user credentials having sufficient
(generally read+write) priviliges
- Posts: 3
- Joined: 28 Aug 2014
- Posts: 3
- Joined: 28 Aug 2014
thanks - my user account is the administrator account but will try again.