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.
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.
I use UltraSearch Professional (but I rarely have to search for anything). There are lots out there to choose from.
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 Spoiler 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 Spoiler
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">
Click to Do \Windows\System32\IntegratedServicesRegionPolicySet.json search Click to Do disabled for your region
SOFTHIVE? It's supposed to be added to my disable_telemetry script (offline) To use it online... replace SOFTHIVE with SOFTWARE
After modifying the file, replace the file in the image and then install the system. In an installed system, replacement will be ineffective.
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 Spoiler