I added an option to check for updates at the start of this script V2.0 will be Awesome any tweaks to add !!!
Two things. Is there a certain order I have to do this in? Should I first do option 3 and then option 4? Or if I did 4, would it also do option 3 automatically? And then are you aware when you right click on a doc or icon on the desktop, you see in the shell SkyDrive and not OneDrive? I assume this is what you are talking about in option 3?
1 = disables Onedrive but leave it's files on you PC (you can not use it) 2 = Undo the first option 3 = remove Onedrive icon from File Explorer Side Panel 4 = remove all Onedrive folders and apply option 3 this is the code for option 4 Spoiler Code: set x86="%SYSTEMROOT%\System32\OneDriveSetup.exe" set x64="%SYSTEMROOT%\SysWOW64\OneDriveSetup.exe" echo. echo Closing OneDrive process. echo. taskkill /f /im OneDrive.exe > NUL 2>&1 ping 127.0.0.1 -n 1,5 > NUL 2>&1 echo Uninstalling OneDrive. echo. if exist %x64% ( %x64% /uninstall ) else ( %x86% /uninstall ) ping 127.0.0.1 -n 1,5 > NUL 2>&1 echo Removing OneDrive leftovers. echo. rd "%USERPROFILE%\OneDrive" /Q /S > NUL 2>&1 rd "C:\OneDriveTemp" /Q /S > NUL 2>&1 rd "%LOCALAPPDATA%\Microsoft\OneDrive" /Q /S > NUL 2>&1 rd "%PROGRAMDATA%\Microsoft OneDrive" /Q /S > NUL 2>&1 echo Removeing OneDrive from the Explorer Side Panel. echo. REG DELETE "HKEY_CLASSES_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}" /f > NUL 2>&1 R i didn't notice any sing of skydrive in Win 10 it was renamed to onedrive can you show me a screenshot
If you add the Desktop toolbar for the taskbar, there are still OneDrive entries there. Is it possible to remove those with a script/registry?
can you show me screenshots or registry entries or something because i really can't see Onedrive any where right now
shewolf's script doesn't solve it for me. Anyone knows which registry entries apply to the Desktop toolbar icons of OneDrive?