Forum Discussion
Matthew888
Aug 23, 2021Copper Contributor
Onedrive issues on Windows 11
I have updated my windows to 11 (build 22000.132) and I am experiencing an issue on OneDrive. When I open the file explorer and click on the OneDrive folders, it takes long time to open my folders an...
dazuk
Nov 02, 2021Brass Contributor
Hope Microsoft will sort this out quickly, but don't hold your breath for that.
I just dropped small .bat file into Start-up folder
"%USERPROFILE%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"folder that will shutdown and turn back on OneDrive just after logging in into system.
Call it as you want, for example onedrive-temp-fix.bat with following content:
@echo off
"%USERPROFILE%\AppData\Local\Microsoft\OneDrive\OneDrive.exe" /shutdown
start "" "%USERPROFILE%\AppData\Local\Microsoft\OneDrive\OneDrive.exe"dazuk
Nov 02, 2021Brass Contributor
Can confirm, that this solution works well. I worked through the day without noticing any issues and automatic start-up will deal for me until an official update is done.