As per title, Je voudrais supprimer "*Move to OneDrive*" depuis le menu contextuel in Windows 11. The web is full of tutorials to supprimer it from Windows 10, but avec the mises à jour to Windows 11 all the tweaks no longer work. J'ai tried many `.reg` fichiers from different sources, avec no effect.
To clarify: not the nouveau Windows 11 menu contextuel, but the classic (Windows 10 style) one, which can be restored by many online tools.
Par exemple:
Comment puis-je supprimer 'Move to OneDrive' depuis le menu contextuel?
Re: Comment puis-je supprimer 'Move to OneDrive' depuis le menu contextuel?
Essayez this, tested on Windows 11 22621.1344 and OneDrive 23.033.0212.0001.
```
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked]
```
```
"{1FA0E654-C9F2-4A1F-9800-B9A75D744B00}"="OneDrive"
```
The clsid is found from
```
C:\Program Files\WindowsApps\Microsoft.OneDriveSync_23033.212.1.0_neutral__8wekyb3d8bbwe\AppxManifest.xml
```
```
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked]
```
```
"{1FA0E654-C9F2-4A1F-9800-B9A75D744B00}"="OneDrive"
```
The clsid is found from
```
C:\Program Files\WindowsApps\Microsoft.OneDriveSync_23033.212.1.0_neutral__8wekyb3d8bbwe\AppxManifest.xml
```