Open Command Prompt as Administrator
Type in taskkill /f /im OneDrive.exe to terminate any OneDrive processes and hit Enter.
taskkill /f /im OneDrive.exe
Type in %SystemRoot%\SysWOW64\OneDriveSetup.exe /uninstall if you’re using 64-bit Windows 10 and hit Enter.
%SystemRoot%\SysWOW64\OneDriveSetup.exe /uninstall
1 git add ↳ It lets you add changes from the working directory into the staging area 2 git commit ↳ It lets you save a snapshot of currently...
No comments:
Post a Comment