Anthony R. Gold
2020-04-17 00:29:58 UTC
I'd like to make a batch file to restart OneDrive. This is my attempt:
Taskkill /IM OneDrive.exe /F
timeout 10
C:\Program Files (x86)\Microsoft OneDrive\OneDrive.exe
The first two lines execute fine but then the last give this error:
OneDrive can't be run using full administrator rights
Please restart OneDrive without administrator rights
Any pointers will be helpful.
Taskkill /IM OneDrive.exe /F
timeout 10
C:\Program Files (x86)\Microsoft OneDrive\OneDrive.exe
The first two lines execute fine but then the last give this error:
OneDrive can't be run using full administrator rights
Please restart OneDrive without administrator rights
Any pointers will be helpful.