Changes between Version 95 and Version 96 of Windows Eleven Tweeks


Ignore:
Timestamp:
12/12/24 04:43:03 (9 days ago)
Author:
Paul Kulda
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Windows Eleven Tweeks

    v95 v96  
    4242
    4343[wiki:"Onedrive Disable Issues"]
    44 
    45 
    46 {{{
    47 If you want to disable the connected service, you can block sign in with Registry Editor. But in this way, you are not able to sign in with any accounts. If you still want to do that, please follow the steps below:
    48 
    49     Go to your Registry Editor
    50     Go to Computer\HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\Internet\UseOnlineContent
    51     Set the value to 0.
    52 
    53 Important: This page contains information about editing the registry. Before you edit the registry, make sure you understand how to restore it if a problem occurs. For information about how to do this, view How to back up and restore the registry in Windows. Modifying Registry incorrectly can cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that problems resulting from the incorrect use of Registry can be solved. Modify Registry at your own risk.
    54 }}}
    55 
    56 {{{
    57 Folder Locations :
    58 
    59 HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User\Shell\Folders
    60 }}}
    61 
    62 {{{
    63 Turn On/Off Suggestions
    64 
    65 On :
    66 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\SmartActionPlatform\SmartClipboard]
    67 "Disabled"=dword:00000000
    68 
    69 reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\SmartActionPlatform\SmartClipboard" /v "Disabled"  /t REG_DWORD /d "0" /f
    70 
    71 Off:
    72 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\SmartActionPlatform\SmartClipboard]
    73 "Disabled"=dword:00000000
    74 
    75 reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\SmartActionPlatform\SmartClipboard" /v "Disabled"  /t REG_DWORD /d "1" /f
    76 
    77 }}}
    78 
    79 
    80 {{{
    81 Disable One Drive Prompt for Backup in Explorer :
    82 
    83     Open RegEdit
    84     Go to HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\StorageProvider\OneDrive
    85     Remove or rename the key StorageProviderKnownFolderSyncInfoSourceFactory
    86     Restart Windows Explorer
    87 
    88 }}}
    89 
    90 {{{
    91 Remove Onedrive from Quick Access ?
    92 
    93 Method 1: Disable OneDrive Integration
    94 
    95     Press Win + R: This will open the Run dialog.
    96     Type "gpedit.msc" and press Enter: This will open the Group Policy Editor.
    97     Navigate to "Computer Configuration" > "Administrative Templates" > "Windows Components" > "OneDrive".
    98     Find the policy called "Prevent the usage of OneDrive for file storage".
    99     Double-click on the policy to open its properties.
    100     Select "Enabled" to disable OneDrive integration.
    101     Click "Apply" and then "OK".
    102 
    103 Method 2: Modify the Windows Registry
    104 
    105     Press Win + R to open the Run dialog.
    106     Type "regedit" and press Enter to open the Windows Registry Editor.
    107     Navigate to "HKEY_CLASSES_ROOT\CLSID{018D5C66-4533-4307-9B53-224DE2ED1FE6}".
    108     Right-click on this key and choose "Export". Save it to your computer as a backup.
    109     Delete the key (folder) "{018D5C66-4533-4307-9B53-224DE2ED1FE6}".
    110     Restart your computer.
    111 
    112 
    113 }}}
    114 
    115 {{{
    116 Disable One Drive Backup Prompting
    117 
    118 reg add HKLM\SOFTWARE\Policies\Microsoft\OneDrive /v KFMBlockOptIn /t REG_DWORD /d 1 /f
    119 
    120 }}}
    12144
    12245