Disable Personalization Sync Using Regedit
This article explains how to prevent Windows from synchronizing user personalization data—such as themes, wallpapers, and desktop preferences—to Microsoft cloud storage using the Windows Registry Editor. By configuring specific policy keys in the registry, system administrators and users can completely block cloud synchronization across devices linked to the same Microsoft account.
Step 1: Open the Registry Editor
- Press
Windows Key + Ron your keyboard to open the Run dialog box. - Type
regeditinto the field and pressEnter(or click OK). - If prompted by User Account Control (UAC), click Yes to grant administrative permissions.
Step 2: Navigate to the SettingSync Key
In the Registry Editor’s left-hand navigation pane or address bar, navigate to the following path:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\SettingSync
Note: If the
SettingSyncfolder (key) does not exist underWindows, right-click on theWindowsfolder, select New > Key, and name itSettingSync.
Step 3: Create and Configure the DWORD Values
To disable personalization synchronization, you need to create or
modify specific DWORD (32-bit) values inside the
SettingSync key:
- Disable Personalization Sync:
- Right-click an empty space in the right pane of
SettingSync. - Select New > DWORD (32-bit) Value.
- Name the value:
DisablePersonalizationSync - Double-click
DisablePersonalizationSync, set the Value data to2, and click OK.
- Right-click an empty space in the right pane of
- Disable User Override (Optional but Recommended):
- Right-click an empty space in the right pane.
- Select New > DWORD (32-bit) Value.
- Name the value:
DisablePersonalizationSyncUserOverride - Double-click it, set the Value data to
1, and click OK.
- Disable All Settings Sync (Alternative Global
Method):
- If you want to block all synchronization (including passwords,
language, and other Windows settings), create a DWORD (32-bit) named
DisableSettingSync. - Set its Value data to
2.
- If you want to block all synchronization (including passwords,
language, and other Windows settings), create a DWORD (32-bit) named
Step 4: Apply the Changes
- Close the Registry Editor.
- Restart your computer or sign out and sign back into your Windows account to apply the changes.
Once applied, Windows will stop uploading and synchronizing your personalization settings to your Microsoft cloud account, and the synchronization toggles in the Windows Settings app will be disabled or managed by your organization.