Got it, thanks for that. So, on your ARM build, those DLLs aren’t traditional COM shell extensions anymore, so regsvr32
doesn’t work. The 0x80070002
basically means “file found but no entry point,” i.e. Microsoft isn’t using Explorer shell registration the same way they do on x64. That’s why you never get the OneDrive verbs back with any of the old tricks.
What this actually means is, Nothing is broken on your side, you didn’t miss a command or corrupt your install.
The missing right-click options are a gap in Microsoft’s ARM OneDrive build.
They’re still shipping regular updates (you’re on 25.140, July 2025), so it’s reasonable to expect the context menu verbs to come back in a future update.