Changes between Version 5 and Version 6 of Onedrive Disable Issues
- Timestamp:
- 12/12/24 04:59:59 (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Onedrive Disable Issues
v5 v6 10 10 * HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User\Shell\Folders 11 11 12 == OneDrive Personal Issues == 12 == !OneDrive Backup Prompting == 13 14 * Disable One Drive Prompt for Backup in Explorer 15 * reg del HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\StorageProvider\OneDrive <delete> StorageProviderKnownFolderSyncInfoSourceFactory 16 17 18 19 20 == !OneDrive Personal Issues == 13 21 * Disable Personal OneDrive 14 22 * reg add HKEY_CURRENT_USER\SOFTWARE\Microsoft\OneDrive /v DisablePersonalSync /t REG_DWORD /d 1 /f … … 26 34 27 35 28 {{{ 29 Turn On/Off Suggestions 36 == Turn On/Off Suggestions == 30 37 31 On : 32 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\SmartActionPlatform\SmartClipboard] 33 "Disabled"=dword:00000000 38 * Suggestions On 39 * reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\SmartActionPlatform\SmartClipboard" /v "Disabled" /t REG_DWORD /d "0" /f 34 40 35 reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\SmartActionPlatform\SmartClipboard" /v "Disabled" /t REG_DWORD /d "0" /f 36 37 Off: 38 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\SmartActionPlatform\SmartClipboard] 39 "Disabled"=dword:00000000 40 41 reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\SmartActionPlatform\SmartClipboard" /v "Disabled" /t REG_DWORD /d "1" /f 42 43 }}} 41 * Suggestions Off 42 * reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\SmartActionPlatform\SmartClipboard" /v "Disabled" /t REG_DWORD /d "1" /f 44 43 45 44 46 {{{47 Disable One Drive Prompt for Backup in Explorer :48 49 Open RegEdit50 Go to HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\StorageProvider\OneDrive51 Remove or rename the key StorageProviderKnownFolderSyncInfoSourceFactory52 Restart Windows Explorer53 54 }}}55 45 56 46 {{{