[REPO] Windows 10 TELEMETRY REPOSITORY

Discussion in 'Windows 10' started by Yen, Aug 4, 2015.

  1. NewEraCracker

    NewEraCracker MDL Senior Member

    Apr 19, 2011
    277
    416
    10
    #2561 NewEraCracker, May 22, 2025
    Last edited: May 22, 2025
    Hi,

    Undo the registry changes with:
    Run from an elevated as administrator cmd.exe
    Code:
    reg delete "HKLM\SOFTHIVE\Microsoft\Windows\CurrentVersion\WindowsStore\WindowsUpdate" /v "AutoDownload" /f
    reg delete "HKLM\SOFTHIVE\Policies\Microsoft\WindowsStore" /v "AutoDownload" /f
    reg delete "HKLM\SOFTHIVE\Policies\Microsoft\WindowsStore" /v "RemoveWindowsStore" /f
    
    PS: I am not aware of how the script works, but I believe that on a live system SOFTHIVE should be replaced with Software

    Disclaimer: Code generated by Llama 3.3 70B on duck.ai

    Besides, LTSC is a bummer. It's worth noting that LTSC may eventually lose support for certain games or applications when the equivalent Education version reaches its end-of-life, which could be an important consideration for users who rely on it.

    My two cents. Thank you.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,653
    2,768
    60
    #2562 freddie-o, May 22, 2025
    Last edited: May 22, 2025
    Updated all disable_telemetry scripts
    https://forums.mydigitallife.net/th...lemetry-repository.63874/page-66#post-1686849

    Cleaned up all disable_telemetry scripts --- Removed all entries from "keep disabled apps from returning" because a Cumulative Update will always restore all SystemApps
    Added 'Microsoft.Windows.Search' (Cortana) SystemApp to "prevent SystemApps with telemetry from getting deployed" in Windows 10 disable_telemetry scripts. This now disables 'Search' --- You will need an alternate 3rd party Search tool.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. ralf ralf

    ralf ralf MDL Senior Member

    May 11, 2017
    263
    40
    10
    Does anyone have any idea how the Windows Store works with updates in LTSC?
     
  4. pp03

    pp03 MDL Addicted

    Apr 12, 2014
    703
    137
    30
    hi, which alternate 3rd party search tool are you using?
     
  5. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,653
    2,768
    60
    I use UltraSearch Professional (but I rarely have to search for anything). There are lots out there to choose from.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. Vineet Garg

    Vineet Garg MDL Junior Member

    Aug 4, 2016
    61
    17
    0
  7. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,653
    2,768
    60
    #2569 freddie-o, May 28, 2025
    Last edited: Jun 15, 2025
    I found a way to Block SystemApps (with Telemetry) from running... even after a Cumulative Update --- using Software Restriction Policies >> Path Rules



    For Windows 10
    Code:
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers" /v "authenticodeenabled" /t REG_DWORD /d "0" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers" /v "DefaultLevel" /t REG_DWORD /d "262144" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers" /v "TransparentEnabled" /t REG_DWORD /d "1" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers" /v "PolicyScope" /t REG_DWORD /d "0" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers" /v "ExecutableTypes" /t REG_MULTI_SZ /d "ADE\ADP\BAS\BAT\CHM\CMD\COM\CPL\CRT\EXE\HLP\HTA\INF\INS\ISP\LNK\MDB\MDE\MSC\MSI\MSP\MST\OCX\PCD\PIF\REG\SCR\SHS\URL\VB\WSC" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\0\Paths\{1daab1ae-fec4-482e-a15a-b5b586752486}" /v "Description" /t REG_SZ /d "" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\0\Paths\{1daab1ae-fec4-482e-a15a-b5b586752486}" /v "SaferFlags" /t REG_DWORD /d "0" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\0\Paths\{1daab1ae-fec4-482e-a15a-b5b586752486}" /v "ItemData" /t REG_SZ /d "C:\Windows\SystemApps\Microsoft.Windows.Search_cw5n1h2txyewy" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\0\Paths\{2ae19190-6c5b-4426-80e5-45a42d6cfd9a}" /v "Description" /t REG_SZ /d "" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\0\Paths\{2ae19190-6c5b-4426-80e5-45a42d6cfd9a}" /v "SaferFlags" /t REG_DWORD /d "0" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\0\Paths\{2ae19190-6c5b-4426-80e5-45a42d6cfd9a}" /v "ItemData" /t REG_SZ /d "C:\Windows\SystemApps\Microsoft.Windows.SecHealthUI_cw5n1h2txyewy" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\0\Paths\{2bab548d-029f-4392-8311-1d568d42be0a}" /v "Description" /t REG_SZ /d "" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\0\Paths\{2bab548d-029f-4392-8311-1d568d42be0a}" /v "SaferFlags" /t REG_DWORD /d "0" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\0\Paths\{2bab548d-029f-4392-8311-1d568d42be0a}" /v "ItemData" /t REG_SZ /d "C:\Windows\SystemApps\Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\0\Paths\{3e81c348-835e-4b3b-a18c-90b9230b06a7}" /v "Description" /t REG_SZ /d "" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\0\Paths\{3e81c348-835e-4b3b-a18c-90b9230b06a7}" /v "SaferFlags" /t REG_DWORD /d "0" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\0\Paths\{3e81c348-835e-4b3b-a18c-90b9230b06a7}" /v "ItemData" /t REG_SZ /d "C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\0\Paths\{838cd950-c381-4726-b109-45257ba7f8e3}" /v "Description" /t REG_SZ /d "" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\0\Paths\{838cd950-c381-4726-b109-45257ba7f8e3}" /v "SaferFlags" /t REG_DWORD /d "0" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\0\Paths\{838cd950-c381-4726-b109-45257ba7f8e3}" /v "ItemData" /t REG_SZ /d "C:\Windows\SystemApps\Microsoft.Windows.AppRep.ChxApp_cw5n1h2txyewy" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\262144\Paths\{191cd7fa-f240-4a17-8986-94d480a6c8ca}" /v "Description" /t REG_SZ /d "" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\262144\Paths\{191cd7fa-f240-4a17-8986-94d480a6c8ca}" /v "SaferFlags" /t REG_DWORD /d "0" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\262144\Paths\{191cd7fa-f240-4a17-8986-94d480a6c8ca}" /v "ItemData" /t REG_EXPAND_SZ /d "%%HKEY_LOCAL_MACHINE\SOFTHIVE\Microsoft\Windows NT\CurrentVersion\SystemRoot%%" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\262144\Paths\{d2c34ab2-529a-46b2-b293-fc853fce72ea}" /v "Description" /t REG_SZ /d "" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\262144\Paths\{d2c34ab2-529a-46b2-b293-fc853fce72ea}" /v "SaferFlags" /t REG_DWORD /d "0" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\262144\Paths\{d2c34ab2-529a-46b2-b293-fc853fce72ea}" /v "ItemData" /t REG_EXPAND_SZ /d "%%HKEY_LOCAL_MACHINE\SOFTHIVE\Microsoft\Windows\CurrentVersion\ProgramFilesDir%%" /f
    


    For Windows 11
    Code:
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers" /v "authenticodeenabled" /t REG_DWORD /d "0" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers" /v "DefaultLevel" /t REG_DWORD /d "262144" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers" /v "TransparentEnabled" /t REG_DWORD /d "1" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers" /v "PolicyScope" /t REG_DWORD /d "0" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers" /v "ExecutableTypes" /t REG_MULTI_SZ /d "ADE\ADP\BAS\BAT\CHM\CMD\COM\CPL\CRT\EXE\HLP\HTA\INF\INS\ISP\LNK\MDB\MDE\MSC\MSI\MSP\MST\OCX\PCD\PIF\REG\SCR\SHS\URL\VB\WSC" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\0\Paths\{32a1661a-6479-425a-ab56-0a88213a31a2}" /v "Description" /t REG_SZ /d "" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\0\Paths\{32a1661a-6479-425a-ab56-0a88213a31a2}" /v "SaferFlags" /t REG_DWORD /d "0" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\0\Paths\{32a1661a-6479-425a-ab56-0a88213a31a2}" /v "ItemData" /t REG_SZ /d "C:\Windows\SystemApps\MicrosoftWindows.Client.CoreAI_cw5n1h2txyewy" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\0\Paths\{4a9abca6-5931-4688-85ec-45151b74d564}" /v "Description" /t REG_SZ /d "" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\0\Paths\{4a9abca6-5931-4688-85ec-45151b74d564}" /v "SaferFlags" /t REG_DWORD /d "0" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\0\Paths\{4a9abca6-5931-4688-85ec-45151b74d564}" /v "ItemData" /t REG_SZ /d "C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\0\Paths\{cb7dea17-be21-49e1-8bab-477c3762313c}" /v "Description" /t REG_SZ /d "" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\0\Paths\{cb7dea17-be21-49e1-8bab-477c3762313c}" /v "SaferFlags" /t REG_DWORD /d "0" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\0\Paths\{cb7dea17-be21-49e1-8bab-477c3762313c}" /v "ItemData" /t REG_SZ /d "C:\Windows\SystemApps\MicrosoftWindows.Client.AIX_cw5n1h2txyewy" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\0\Paths\{cba2b0e5-48cd-432e-b99e-e1911230fa4c}" /v "Description" /t REG_SZ /d "" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\0\Paths\{cba2b0e5-48cd-432e-b99e-e1911230fa4c}" /v "SaferFlags" /t REG_DWORD /d "0" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\0\Paths\{cba2b0e5-48cd-432e-b99e-e1911230fa4c}" /v "ItemData" /t REG_SZ /d "C:\Windows\SystemApps\Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\0\Paths\{eba85572-f7f5-4a16-8462-b1e14f3c9767}" /v "Description" /t REG_SZ /d "" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\0\Paths\{eba85572-f7f5-4a16-8462-b1e14f3c9767}" /v "SaferFlags" /t REG_DWORD /d "0" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\0\Paths\{eba85572-f7f5-4a16-8462-b1e14f3c9767}" /v "ItemData" /t REG_SZ /d "C:\Windows\SystemApps\Microsoft.Windows.AppRep.ChxApp_cw5n1h2txyewy" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\262144\Paths\{191cd7fa-f240-4a17-8986-94d480a6c8ca}" /v "Description" /t REG_SZ /d "" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\262144\Paths\{191cd7fa-f240-4a17-8986-94d480a6c8ca}" /v "SaferFlags" /t REG_DWORD /d "0" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\262144\Paths\{191cd7fa-f240-4a17-8986-94d480a6c8ca}" /v "ItemData" /t REG_EXPAND_SZ /d "%%HKEY_LOCAL_MACHINE\SOFTHIVE\Microsoft\Windows NT\CurrentVersion\SystemRoot%%" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\262144\Paths\{d2c34ab2-529a-46b2-b293-fc853fce72ea}" /v "Description" /t REG_SZ /d "" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\262144\Paths\{d2c34ab2-529a-46b2-b293-fc853fce72ea}" /v "SaferFlags" /t REG_DWORD /d "0" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\262144\Paths\{d2c34ab2-529a-46b2-b293-fc853fce72ea}" /v "ItemData" /t REG_EXPAND_SZ /d "%%HKEY_LOCAL_MACHINE\SOFTHIVE\Microsoft\Windows\CurrentVersion\ProgramFilesDir%%" /f
    


    After a Cumulative Update, SystemApps will still not run
    Blocked.png



    The only thing is, the cumulative update added them to the Windows 11 Start Menu and I cannot find a solution online on how to prevent them from being added or how to remove them from the Start Menu
    Start Menu.png
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Dark Vador

    Dark Vador X Æ A-12

    Feb 2, 2011
    4,722
    6,973
    150
    a typo mistake ?
    `"ItemData" /t REG_EXPAND_SZ /d "%%HKEY_LOCAL_MACHINE\SOFTHIVE`
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. wuliyen

    wuliyen MDL Member

    Oct 6, 2009
    126
    340
    10
    #2571 wuliyen, May 28, 2025
    Last edited: May 29, 2025
    Windows Backup
    Edit file
    Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\AppxManifest.xml

    search WindowsBackup

    <Application Id="WindowsBackup" Executable="WindowsBackupClient.exe" EntryPoint="WindowsBackup.App" uap10:TrustLevel="mediumIL" uap10:RuntimeBehavior="windowsApp">

    <uap:VisualElements DisplayName="ms-resource:WindowsBackup/Resources/WindowsBackupHostName" Description="ms-resource:WindowsBackup/Resources/WindowsBackupDescription" Square150x150Logo="WindowsBackup\Assets\MedTile.png" Square44x44Logo="WindowsBackup\Assets\AppList.png" BackgroundColor="transparent" >

    Add AppListEntry="none" to in the end

    <uap:VisualElements DisplayName="ms-resource:WindowsBackup/Resources/WindowsBackupHostName" Description="ms-resource:WindowsBackup/Resources/WindowsBackupDescription" Square150x150Logo="WindowsBackup\Assets\MedTile.png" Square44x44Logo="WindowsBackup\Assets\AppList.png" BackgroundColor="transparent" AppListEntry="none">
     
  10. wuliyen

    wuliyen MDL Member

    Oct 6, 2009
    126
    340
    10
    #2572 wuliyen, May 28, 2025
    Last edited: May 29, 2025
    Click to Do

    \Windows\System32\IntegratedServicesRegionPolicySet.json

    search Click to Do

    disabled for your region
     
  11. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,653
    2,768
    60
    SOFTHIVE? It's supposed to be added to my disable_telemetry script (offline)
    To use it online... replace SOFTHIVE with SOFTWARE
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,653
    2,768
    60
    #2574 freddie-o, May 29, 2025
    Last edited: May 29, 2025
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. wuliyen

    wuliyen MDL Member

    Oct 6, 2009
    126
    340
    10
    It needs to be processed through offline mirroring to be effective.
     
  14. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,653
    2,768
    60
    Can you explain how to?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. wuliyen

    wuliyen MDL Member

    Oct 6, 2009
    126
    340
    10
    After modifying the file, replace the file in the image and then install the system.

    In an installed system, replacement will be ineffective.
     
  16. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,653
    2,768
    60
    So we have to replace the files in an updated Windows image
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,653
    2,768
    60
    #2579 freddie-o, May 29, 2025
    Last edited: May 29, 2025
    For Windows 11 --- These lines will prevent the SystemApps (with telemetry) from getting deployed during Windows setup.
    Click to Do, Get Started and Windows Backup also won't get added to the Start menu
    Code:
    rem == delete SystemApps with telemetry from InboxApplications to prevent them getting deployed ==
    set key=HKLM\SOFTHIVE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\InboxApplications
    for %%i in (
    AppRep.ChxApp
    CloudExperienceHost
    Client.AIX
    Client.CBS
    Client.CoreAI
    ) do (
      for /f %%a in ('reg query "%key%" /f %%i /k ^| find /i "InboxApplications"') do if not errorlevel 1 (reg delete %%a /f)
    )
    


    These lines will Disallow / Block SystemApps (with telemetry) from running --- even after a Cumulative Update
    Click to Do, Get Started and Windows Backup will just get added to the Start menu if you add Cumulative updates online (on an installed system)
    Code:
    rem == Block SystemApps with telemetry from running using Software Restriction Policies ==
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers" /v "authenticodeenabled" /t REG_DWORD /d "0" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers" /v "DefaultLevel" /t REG_DWORD /d "262144" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers" /v "TransparentEnabled" /t REG_DWORD /d "1" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers" /v "PolicyScope" /t REG_DWORD /d "0" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers" /v "ExecutableTypes" /t REG_MULTI_SZ /d "ADE\ADP\BAS\BAT\CHM\CMD\COM\CPL\CRT\EXE\HLP\HTA\INF\INS\ISP\LNK\MDB\MDE\MSC\MSI\MSP\MST\OCX\PCD\PIF\REG\SCR\SHS\URL\VB\WSC" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\0\Paths\{32a1661a-6479-425a-ab56-0a88213a31a2}" /v "Description" /t REG_SZ /d "" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\0\Paths\{32a1661a-6479-425a-ab56-0a88213a31a2}" /v "SaferFlags" /t REG_DWORD /d "0" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\0\Paths\{32a1661a-6479-425a-ab56-0a88213a31a2}" /v "ItemData" /t REG_SZ /d "C:\Windows\SystemApps\MicrosoftWindows.Client.CoreAI_cw5n1h2txyewy" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\0\Paths\{4a9abca6-5931-4688-85ec-45151b74d564}" /v "Description" /t REG_SZ /d "" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\0\Paths\{4a9abca6-5931-4688-85ec-45151b74d564}" /v "SaferFlags" /t REG_DWORD /d "0" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\0\Paths\{4a9abca6-5931-4688-85ec-45151b74d564}" /v "ItemData" /t REG_SZ /d "C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\0\Paths\{cb7dea17-be21-49e1-8bab-477c3762313c}" /v "Description" /t REG_SZ /d "" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\0\Paths\{cb7dea17-be21-49e1-8bab-477c3762313c}" /v "SaferFlags" /t REG_DWORD /d "0" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\0\Paths\{cb7dea17-be21-49e1-8bab-477c3762313c}" /v "ItemData" /t REG_SZ /d "C:\Windows\SystemApps\MicrosoftWindows.Client.AIX_cw5n1h2txyewy" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\0\Paths\{cba2b0e5-48cd-432e-b99e-e1911230fa4c}" /v "Description" /t REG_SZ /d "" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\0\Paths\{cba2b0e5-48cd-432e-b99e-e1911230fa4c}" /v "SaferFlags" /t REG_DWORD /d "0" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\0\Paths\{cba2b0e5-48cd-432e-b99e-e1911230fa4c}" /v "ItemData" /t REG_SZ /d "C:\Windows\SystemApps\Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\0\Paths\{eba85572-f7f5-4a16-8462-b1e14f3c9767}" /v "Description" /t REG_SZ /d "" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\0\Paths\{eba85572-f7f5-4a16-8462-b1e14f3c9767}" /v "SaferFlags" /t REG_DWORD /d "0" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\0\Paths\{eba85572-f7f5-4a16-8462-b1e14f3c9767}" /v "ItemData" /t REG_SZ /d "C:\Windows\SystemApps\Microsoft.Windows.AppRep.ChxApp_cw5n1h2txyewy" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\262144\Paths\{191cd7fa-f240-4a17-8986-94d480a6c8ca}" /v "Description" /t REG_SZ /d "" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\262144\Paths\{191cd7fa-f240-4a17-8986-94d480a6c8ca}" /v "SaferFlags" /t REG_DWORD /d "0" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\262144\Paths\{191cd7fa-f240-4a17-8986-94d480a6c8ca}" /v "ItemData" /t REG_EXPAND_SZ /d "%%HKEY_LOCAL_MACHINE\SOFTHIVE\Microsoft\Windows NT\CurrentVersion\SystemRoot%%" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\262144\Paths\{d2c34ab2-529a-46b2-b293-fc853fce72ea}" /v "Description" /t REG_SZ /d "" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\262144\Paths\{d2c34ab2-529a-46b2-b293-fc853fce72ea}" /v "SaferFlags" /t REG_DWORD /d "0" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\safer\codeidentifiers\262144\Paths\{d2c34ab2-529a-46b2-b293-fc853fce72ea}" /v "ItemData" /t REG_EXPAND_SZ /d "%%HKEY_LOCAL_MACHINE\SOFTHIVE\Microsoft\Windows\CurrentVersion\ProgramFilesDir%%" /f
    
    Start Menu.png




    Blocked.png
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. wuliyen

    wuliyen MDL Member

    Oct 6, 2009
    126
    340
    10
    Client.CBS, The system using Simplified Chinese may encounter issues.