{"id":1047,"date":"2024-04-03T16:39:22","date_gmt":"2024-04-03T15:39:22","guid":{"rendered":"https:\/\/kolbi.cz\/blog\/?p=1047"},"modified":"2025-07-16T11:41:00","modified_gmt":"2025-07-16T10:41:00","slug":"userchoice-protection-driver-ucpd-sys","status":"publish","type":"post","link":"https:\/\/kolbi.cz\/blog\/2024\/04\/03\/userchoice-protection-driver-ucpd-sys\/","title":{"rendered":"UserChoice Protection Driver &#8211; UCPD.sys"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\"><strong>UPDATE 05.10.2024<\/strong>: <em>Microsoft has updated UCPD.sys multiple times since my initial blog post. The current version is 3.1, and it blocks the following executables from changing HTTP, HTTPS, and .PDF file associations:<\/em><\/p>\n\n\n\n<p class=\"has-small-font-size wp-block-paragraph\"><code>dllhost.exe<br>reg.exe<br>rundll32.exe<br>powershell.exe<br>regedit.exe<br>wscript.exe<br>cscript.exe<br>cmd.exe<br>InfDefaultInstall.exe<br>pwsh.exe<br>WmiPrvSE.exe<\/code><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>UPDATE 30.05.2024:<\/strong> <em>I have released a SetUserFTA update that works with UCPD.sys. Its available for personal use only and can be downloaded on <a href=\"https:\/\/setuserfta.com\">SetUserFTA.com<\/a><\/em><br><br><em>This is probably not a permanent solution, because Microsoft can block it with an updated UCPD.sys very quickly<\/em>.<em> It is a rather hacky approach and might not work for everyone, but it should be fine for personal use.<\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>UCPD.sys &#8211; the initial discovery<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Starting in February, multiple people reported on my blog that setting http and https protocols with SetUserFTA and SetDefaultBrowser stopped working for them &#8211; means, changing the Default Browser was not possible anymore with my tools. I have compiled a debug version to get more information from the affected users\/machines and to my surprise, writing to the corresponding registry keys returned ACCESS_DENIED and it was also not possible to edit those keys with regedit, reg.exe or PowerShell anymore.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-9.png\"><img loading=\"lazy\" decoding=\"async\" width=\"866\" height=\"146\" src=\"https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-9.png\" alt=\"\" class=\"wp-image-1084\" srcset=\"https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-9.png 866w, https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-9-300x51.png 300w, https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-9-768x129.png 768w\" sizes=\"auto, (max-width: 866px) 100vw, 866px\" \/><\/a><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-10.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"314\" src=\"https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-10-1024x314.png\" alt=\"\" class=\"wp-image-1085\" srcset=\"https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-10-1024x314.png 1024w, https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-10-300x92.png 300w, https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-10-768x235.png 768w, https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-10-1030x316.png 1030w, https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-10.png 1032w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">the registry keys in question are:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>HKCU\\SOFTWARE\\Microsoft\\Windows\\Shell\\Associations\\UrlAssociations\\http\\UserChoice HKCU\\SOFTWARE\\Microsoft\\Windows\\Shell\\Associations\\UrlAssociations\\https\\UserChoice<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Changing the default browser was still working by using the Settings app in Windows, but modifying those keys by scripts or tools seemed to be blocked <em>somehow<\/em>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The first reports were all from Windows 10 Pro users &#8211; and only from private environments. I created some test VM&#8217;s to analyze the issue, but everything was still working fine for me, even after applying the latest windows updates &#8211; I was not able to reproduce the issue myself.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">I got more reports and wondered whats going on, because none of my VM&#8217;s had this &#8220;issue&#8221;. then &#8211; after some days, multiple reboots and building multiple VM&#8217;s, suddenly those registry keys were being blocked on some my VM&#8217;s too &#8211; without any new updates or changes (at least not visible ones). it somehow activated this &#8220;protection&#8221;, but i was not able to trigger this behavior in a reliable matter with new VM&#8217;s.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">I did many, many tests to understand what is going on here. I discovered, that even with full permissions or SYSTEM privileges, these registry keys cannot be edited anymore. this already smelled like a driver based protection, but why and how would Microsoft do something like that? Initially I expected this &#8220;feature&#8221; to be located in an existing driver, because everything else would be too easy to defeat &#8211; but it turned out, that Microsoft indeed created a dedicated driver for this!<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">I ran a lot of different tests on my VM&#8217;s and i figured &#8211; by blackbox testing &#8211; that there must be a deny list of specific processes like regedit.exe, reg.exe and powershell.exe but that some (Microsoft) processes still can modify those keys &#8211; but no 3rd party utilities anymore.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">I also found out that the protection does not run in Windows safe mode &#8211; this was another hint about a driver &#8211; but how can we find out, which driver is responsible for that?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">there are multiple approaches for this and one idea that I had, was really straight forward: if this is a driver, it probably contains the path and names of the protected registry keys and we can just &#8220;grep&#8221; through the driver files and look for the string &#8220;UrlAssociations&#8221;. drivers are usually located in C:\\Windows\\System32\\drivers and have a .sys extension. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">here is a simple PowerShell script that scans all drivers for the string &#8220;UrlAssociations&#8221;:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"269\" src=\"https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-1024x269.png\" alt=\"\" class=\"wp-image-1053\" srcset=\"https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-1024x269.png 1024w, https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-300x79.png 300w, https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-768x202.png 768w, https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image.png 1448w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">that gives only one hit! if we check the properties of UCPD.sys it says: &#8220;UserChoice Protection Driver&#8221; &#8211; that is a really helpful description &#8211; and a very creative name \/s<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">btw: findstr.exe does not work in this case, because it cannot handle unicode strings. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">here is a screenshot of the drivers properties:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-1.png\"><img loading=\"lazy\" decoding=\"async\" width=\"720\" height=\"596\" src=\"https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-1.png\" alt=\"\" class=\"wp-image-1054\" srcset=\"https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-1.png 720w, https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-1-300x248.png 300w\" sizes=\"auto, (max-width: 720px) 100vw, 720px\" \/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">disassembling this driver confirmed my previous findings: there is a blacklist for processes and also a whitelist for Microsoft signed binaries. check the following screenshots:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-2.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1012\" height=\"544\" src=\"https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-2.png\" alt=\"\" class=\"wp-image-1055\" srcset=\"https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-2.png 1012w, https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-2-300x161.png 300w, https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-2-768x413.png 768w\" sizes=\"auto, (max-width: 1012px) 100vw, 1012px\" \/><\/a><figcaption class=\"wp-element-caption\"><strong>IsInDenyList<\/strong> &#8211; these binaries cannot modify the protected registry keys<\/figcaption><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-3.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"834\" src=\"https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-3-1024x834.png\" alt=\"\" class=\"wp-image-1056\" srcset=\"https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-3-1024x834.png 1024w, https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-3-300x244.png 300w, https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-3-768x625.png 768w, https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-3.png 1442w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><figcaption class=\"wp-element-caption\"><strong>IsMicrosoftSignedFile<\/strong> &#8211; this checks if an executable is signed by Microsoft (whitelist) &#8211; these can still modify the protected registry keys<\/figcaption><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-4.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"538\" src=\"https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-4-1024x538.png\" alt=\"\" class=\"wp-image-1057\" srcset=\"https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-4-1024x538.png 1024w, https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-4-300x158.png 300w, https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-4-768x403.png 768w, https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-4.png 1508w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><figcaption class=\"wp-element-caption\">Strings of protected registry keys in the driver<\/figcaption><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">from this list I noticed that .pdf seems to be protected too and my tests confirmed that. the corresponding registry key is following:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FileExts\\.pdf\\UserChoice<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">a windows driver can be administered with builtin tools like sc.exe or fltmc.exe &#8211; if its a filter driver, which obviously is the case here.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-5.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"423\" src=\"https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-5-1024x423.png\" alt=\"\" class=\"wp-image-1058\" srcset=\"https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-5-1024x423.png 1024w, https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-5-300x124.png 300w, https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-5-768x317.png 768w, https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-5.png 1274w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><figcaption class=\"wp-element-caption\">The driver has the NOT_STOPPABLE attribute set (it shows STOPPABLE until you actually try to stop it)<\/figcaption><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-6.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"643\" src=\"https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-6-1024x643.png\" alt=\"\" class=\"wp-image-1059\" srcset=\"https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-6-1024x643.png 1024w, https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-6-300x188.png 300w, https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-6-768x482.png 768w, https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-6.png 1096w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><figcaption class=\"wp-element-caption\">Unloading the filter driver does not work, because the driver doesn&#8217;t seems to have an unload function<\/figcaption><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">we cannot simply unload this driver, BUT we can of course disable it! this can be done by this one-liner &#8211; in an elevated PowerShell followed by a reboot.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>New-ItemProperty -Path &#8220;HKLM:\\SYSTEM\\CurrentControlSet\\Services\\UCPD&#8221; -Name &#8220;Start&#8221; -Value 4 -PropertyType DWORD -Force<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">this brings back the functionality of SetUserFTA, but sadly requires administrative permissions and a reboot.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">in my tests I also noticed that there is an UCPDMgr.exe in the system32 directory. disassembling this binary didn&#8217;t reveal much. there is code which configures the driver and changes some other registry keys related to it. it didn&#8217;t look like this was useful and I focused more on the driver itself therefore.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">but <a href=\"https:\/\/twitter.com\/GHaslinger\">@GHaslinger<\/a> found out (<a href=\"https:\/\/hitco.at\/blog\/windows-userchoice-protection-driver-ucpd\/\">his blogpost<\/a> &#8211; in german), that this binary runs as a scheduled task and reverts some registry values, if you changed them manually and that it will eventually re-enable the driver! to fully disable the driver, you must also disable the Scheduled Task therefore:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-7.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"368\" src=\"https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-7-1024x368.png\" alt=\"\" class=\"wp-image-1060\" srcset=\"https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-7-1024x368.png 1024w, https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-7-300x108.png 300w, https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-7-768x276.png 768w, https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-7.png 1226w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">you can disable this task in a script by using powershell with this command (run as administrator):<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Disable-ScheduledTask -TaskName &#8216;\\Microsoft\\Windows\\AppxDeploymentClient\\UCPD velocity&#8217;<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">after this change, the driver will not get enabled again and you can use SetUserFTA or SetDefaultBrowser without blocking again (if you have disabled the driver too of course).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>but what is this driver all about? does it do other things? what is the point of it?<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">beside of the http, https and .pdf blocking, there are references to following registry keys in the driver: ShellFeedsTaskbarViewMode, IsFeedsAvailable, TaskbarDa, DeviceRegion<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">all these references hint at the changes that Microsoft announced for the EEA policy in Windows (Widgets, Feeds, Default Browser): <\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/borncity.com\/win\/2023\/11\/17\/windows-10-11-changes-due-to-the-european-digital-markets-act\/\">https:\/\/borncity.com\/win\/2023\/11\/17\/windows-10-11-changes-due-to-the-european-digital-markets-act\/<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/www.theverge.com\/2023\/9\/5\/23859537\/microsoft-windows-11-default-browser-links-eu-eea-changes\">https:\/\/www.theverge.com\/2023\/9\/5\/23859537\/microsoft-windows-11-default-browser-links-eu-eea-changes<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/blogs.windows.com\/windows-insider\/2023\/11\/16\/previewing-changes-in-windows-to-comply-with-the-digital-markets-act-in-the-european-economic-area\">https:\/\/blogs.windows.com\/windows-insider\/2023\/11\/16\/previewing-changes-in-windows-to-comply-with-the-digital-markets-act-in-the-european-economic-area<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">but i got reports from non-EU users too and the driver gets loaded on machines outside of europe as well AND it blocks changing the default browser too. Im not sure if the geo-detection is just buggy or if the reason is a completely different one. Microsoft does not have any documentation or announcement about this driver, but the EEA changes were planned to rollout until April 2024 &#8211; so that would actually match.<\/p>\n\n\n\n<p class=\"has-large-font-size wp-block-paragraph\"><strong>TL\/DR<\/strong>:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Microsoft implemented a driver based protection to block changes to http\/https and .pdf associations by 3rd party utilities. the rollout was staggered and activated &#8220;randomly&#8221;, but in the meantime I got many reports &#8211; also from business or education environments (but not Server OS).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Microsoft also updated the driver during my tests (from 2.0 to 2.1) and extended the deny list of executables. this means, they can change the behavior almost on the fly and add new tricks or block additional extensions\/protocols!<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For this reason, its the safest to disable the driver for the moment &#8211; or if you are brave enough, you can even delete it by using following command (in an elevated cmd.exe and reboot afterwards):<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>sc.exe delete UCPD<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">when you delete it, the UCPDMgr.exe does not activate it again &#8211; at least that didn&#8217;t happen in my tests. if you only want to disable the driver you can use these two commands in an elevated powershell:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>New-ItemProperty -Path &#8220;HKLM:\\SYSTEM\\CurrentControlSet\\Services\\UCPD&#8221; -Name &#8220;Start&#8221; -Value 4 -PropertyType DWORD -Force<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Disable-ScheduledTask -TaskName &#8216;\\Microsoft\\Windows\\AppxDeploymentClient\\UCPD velocity&#8217;<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Then you have to reboot and this protection is gone. maybe a future windows update will re-enable it. we will see.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>But are there other ways around this protection? <\/strong>Yes &#8211; and i have released an updated SetUserFTA to work with the activated driver. You can find it on <a href=\"https:\/\/setuserfta.com\">https:\/\/setuserfta.com<\/a> <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you have FSLogix installed, you can use its redirection functionality to override this driver with a simple ruleset just like this:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-12.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"580\" src=\"https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-12-1024x580.png\" alt=\"\" class=\"wp-image-1108\" srcset=\"https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-12-1024x580.png 1024w, https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-12-300x170.png 300w, https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-12-768x435.png 768w, https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-12.png 1412w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Are there other utilities affected by this &#8220;protection&#8221;?<\/strong> Yes, there are already knowledge base articles from VMware and Ivanti:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><em>Issue with DEM FTA and Default Browser settings post applying Feb24\/March24 Monthly windows patches(KB5035845)<\/em><\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/kb.vmware.com\/s\/article\/97169\">https:\/\/kb.vmware.com\/s\/article\/97169<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/forums.ivanti.com\/s\/article\/Restoring-File-types-with-Workspace-Control-User-Settings-is-not-working-after-Microsoft-Security-Update\">https:\/\/forums.ivanti.com\/s\/article\/Restoring-File-types-with-Workspace-Control-User-Settings-is-not-working-after-Microsoft-Security-Update<\/a><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-8.png\"><img loading=\"lazy\" decoding=\"async\" width=\"523\" height=\"1024\" src=\"https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-8-523x1024.png\" alt=\"\" class=\"wp-image-1072\" srcset=\"https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-8-523x1024.png 523w, https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-8-153x300.png 153w, https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-8-768x1504.png 768w, https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-8-784x1536.png 784w, https:\/\/kolbi.cz\/blog\/wp-content\/uploads\/2024\/04\/image-8.png 1045w\" sizes=\"auto, (max-width: 523px) 100vw, 523px\" \/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Microsoft has implemented a very aggressive measure with this driver and obviously didn&#8217;t think about the impact of it in enterprise environments. maybe we will see additional processes in the whitelist in the future &#8211; but to be honest &#8211; i doubt so.<\/p>\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>UPDATE 05.10.2024: Microsoft has updated UCPD.sys multiple times since my initial blog post. The current version is 3.1, and it blocks the following executables from <a class=\"mh-excerpt-more\" href=\"https:\/\/kolbi.cz\/blog\/2024\/04\/03\/userchoice-protection-driver-ucpd-sys\/\" title=\"UserChoice Protection Driver &#8211; UCPD.sys\">[&#8230;]<\/a><\/p>\n<\/div>","protected":false},"author":1,"featured_media":1054,"comment_status":"open","ping_status":"open","sticky":true,"template":"","format":"standard","meta":{"footnotes":""},"categories":[14,6],"tags":[34,33],"class_list":["post-1047","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-security","category-windows","tag-setuserfta","tag-ucpd"],"_links":{"self":[{"href":"https:\/\/kolbi.cz\/blog\/wp-json\/wp\/v2\/posts\/1047","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kolbi.cz\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kolbi.cz\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kolbi.cz\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kolbi.cz\/blog\/wp-json\/wp\/v2\/comments?post=1047"}],"version-history":[{"count":50,"href":"https:\/\/kolbi.cz\/blog\/wp-json\/wp\/v2\/posts\/1047\/revisions"}],"predecessor-version":[{"id":1200,"href":"https:\/\/kolbi.cz\/blog\/wp-json\/wp\/v2\/posts\/1047\/revisions\/1200"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/kolbi.cz\/blog\/wp-json\/wp\/v2\/media\/1054"}],"wp:attachment":[{"href":"https:\/\/kolbi.cz\/blog\/wp-json\/wp\/v2\/media?parent=1047"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kolbi.cz\/blog\/wp-json\/wp\/v2\/categories?post=1047"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kolbi.cz\/blog\/wp-json\/wp\/v2\/tags?post=1047"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}