Changes between Version 5 and Version 6 of Onedrive Disable Issues


Ignore:
Timestamp:
12/12/24 04:59:59 (4 months ago)
Author:
Paul Kulda
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Onedrive Disable Issues

    v5 v6  
    1010    * HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User\Shell\Folders
    1111
    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 ==
    1321  * Disable Personal OneDrive
    1422    * reg add HKEY_CURRENT_USER\SOFTWARE\Microsoft\OneDrive /v DisablePersonalSync /t REG_DWORD /d 1 /f
     
    2634
    2735
    28 {{{
    29 Turn On/Off Suggestions
     36== Turn On/Off Suggestions ==
    3037
    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
    3440
    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
    4443
    4544
    46 {{{
    47 Disable One Drive Prompt for Backup in Explorer :
    48 
    49     Open RegEdit
    50     Go to HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\StorageProvider\OneDrive
    51     Remove or rename the key StorageProviderKnownFolderSyncInfoSourceFactory
    52     Restart Windows Explorer
    53 
    54 }}}
    5545
    5646{{{