Remove "SkyDrive Pro" from context menu?
Solution 1:
Open the Run Dialog by pressing Win + R
Type in cmd
and press Enter to open a Command Prompt
If you are running 32 bit Office on 32 bit Windows type in
regsvr32 /u "%programfiles%\Microsoft Office\Office15\GROOVEEX.DLL"
If you are running 32 bit Office on 64 bit Windows type in
regsvr32 /u "%programfiles(x86)%\Microsoft Office\Office15\GROOVEEX.DLL"
If you are running 64 bit Office on 64 bit Windows type in
regsvr32 /u "%programfiles%\Microsoft Office\Office15\GROOVEEX.DLL"
and press Enter
If it was successful you should see this confirmation dialog:
Note that you must have Administrative rights to do that. For more information see
Superuser - How to access the Administrator Command Prompt in Windows 8?
Windows Server Documentation - Start a Command Prompt as an Administrator
Solution 2:
From this answer in another similar question, you can use ShellMenuView to remove Context Menu items.
Other alternative software for removing context menu items:
Default Programs Editor - Its UI makes it easy to disable context menu of a specific file type.
MenuMaid - Its UI makes it easy to disable all context menu from a specific program.