Changes between Version 14 and Version 15 of Onedrive Disable Issues
- Timestamp:
- 12/12/24 05:50:26 (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Onedrive Disable Issues
v14 v15 37 37 38 38 * Suggestions On 39 * reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\ CurrentVersion\SmartActionPlatform\SmartClipboard" /v "Disabled" /t REG_DWORD /d "0" /f39 * reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\!CurrentVersion\SmartActionPlatform\SmartClipboard" /v "Disabled" /t REG_DWORD /d "0" /f 40 40 41 41 * Suggestions Off 42 * reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\ CurrentVersion\SmartActionPlatform\SmartClipboard" /v "Disabled" /t REG_DWORD /d "1" /f42 * reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\!CurrentVersion\SmartActionPlatform\SmartClipboard" /v "Disabled" /t REG_DWORD /d "1" /f 43 43 44 44