<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>article Unable to uninstall Dynatrace OneAgent on Windows in Troubleshooting</title>
    <link>https://community.dynatrace.com/t5/Troubleshooting/Unable-to-uninstall-Dynatrace-OneAgent-on-Windows/ta-p/212019</link>
    <description>&lt;H1 id="toc-hId-1846786847"&gt;Abstract&lt;/H1&gt;
&lt;P&gt;How to manually uninstall Dynatrace OneAgent on Windows hosts.&lt;/P&gt;
&lt;H1 id="toc-hId--705370114"&gt;Problem&lt;/H1&gt;
&lt;P&gt;While trying to uninstall an old version of &lt;SPAN&gt;OneAgent&lt;/SPAN&gt; on Windows you're getting an &lt;STRONG&gt;MSI error 1603&lt;/STRONG&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This generally happens if the old .msi package pertaining to the same old version has been removed or deleted from the machine. Windows installer requires the same MSI package to uninstall a product.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/troubleshoot/windows-server/application-management/msi-installation-error-1603" target="_self"&gt;https://learn.microsoft.com/en-us/troubleshoot/windows-server/application-management/msi-installation-error-1603&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;H1 id="toc-hId-1037440221"&gt;Troubleshooting steps&lt;/H1&gt;
&lt;P&gt;To solve this issue, you must find the exact installer from a different machine or request Dynatrace to provide it to you. &lt;U&gt;Ensure that the version you're requesting is supported at that moment&lt;/U&gt;, otherwise, it will require manual uninstallation from the machine.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you do not have access to the MSI package yet, please manually uninstall OneAgent from the Windows host.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Follow the steps below with admin rights or get help from a local Windows administrator to execute the steps:&lt;/SPAN&gt;&lt;/P&gt;
&lt;H3&gt;&lt;U&gt;Manual uninstall of OneAgent in case of msi 1603 error:&lt;/U&gt;&lt;/H3&gt;
&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;In the command prompt, please run the following command to find IdentifyingNumber&lt;BR /&gt;&amp;gt;wmic product where name='Dynatrace OneAgent'&amp;nbsp;get IdentifyingNumber&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Follow the steps below with admin rights or get help from a local Windows administrator to execute the steps:&lt;BR /&gt;After following the steps, in the last please remove all the registry entries with&amp;nbsp;IdentifyingNumber&lt;/SPAN&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Uninstall the agent (if uninstall does not work, see the manual cleanup procedure below)&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Reboot (to remove all the injected code)&lt;/LI&gt;
&lt;LI&gt;Delete the INSTALL_DIR&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&amp;nbsp;RUNTIME_DIR&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;directories [1].&lt;BR /&gt;Default INSTALL_DIR =&lt;SPAN&gt; &lt;CODE&gt;C:\Program Files\dynatrace\oneagent&lt;/CODE&gt;&lt;/SPAN&gt;&lt;BR /&gt;Default RUNTIME_DIR =&lt;SPAN&gt; &lt;CODE&gt;%PROGRAMDATA%\dynatrace\oneagent&lt;/CODE&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Delete the following subfolders in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;%APPDATA%&lt;/STRONG&gt;:
&lt;OL&gt;
&lt;LI&gt;OneAgent&lt;/LI&gt;
&lt;LI&gt;ruxit&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(if present)&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Delete &lt;CODE&gt;%SYSTEMDRIVE%\AI_RecycleBin&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(if present)&lt;/LI&gt;
&lt;LI&gt;Delete the following file: &lt;CODE&gt;%SystemRoot%\System32\drivers\oneagentmon.sys&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;Using&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;pnputil.exe, delete driver from DriverStore&lt;BR /&gt;
&lt;OL&gt;
&lt;LI&gt;Run&amp;nbsp;pnputil.exe /enum-drivers&lt;/LI&gt;
&lt;LI&gt;Locate driver with the provider name&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Dynatrace LLC, note the "published name" (e.g. oem2.inf)&lt;/LI&gt;
&lt;LI&gt;Delete driver with&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;pnputil.exe /delete-driver &amp;lt;published name&amp;gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Delete the oneagentmon service:&lt;BR /&gt;
&lt;OL&gt;
&lt;LI&gt;Run&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;sc stop oneagentmon&lt;/LI&gt;
&lt;LI&gt;Run&amp;nbsp;sc delete oneagentmon&lt;/LI&gt;
&lt;LI&gt;If deleting the service with&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;sc.exe&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;fails for whatever reason, you can manually delete the service's registry key&lt;SPAN&gt;&amp;nbsp;&lt;CODE&gt;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\oneagentmon&lt;/CODE&gt;&lt;/SPAN&gt;&lt;BR /&gt;In case you delete the key manually,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;U&gt;be sure to reboot the machine after the last step&lt;/U&gt;. Otherwise the service control manager will think the service still exists and re-creating it&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;I&gt;will&lt;/I&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;fail if the machine is not rebooted in between.&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Remove WinPcap by running&amp;nbsp;&lt;CODE&gt;C:\Program Files\WinPcap\uninstall.exe&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(note that the OneAgent uninstaller removes WinPcap but keeps uninstall.exe, this step will remove that as well)&lt;/LI&gt;
&lt;LI&gt;Reboot (optional) - needed for Windows to delete registry keys for paths that were removed.&lt;/LI&gt;
&lt;/OL&gt;
&lt;H1 id="toc-hId--1514716740"&gt;Resolution&lt;/H1&gt;
&lt;P&gt;Hopefully, you will be able to uninstall the old OneAgent version by following the manual uninstallation steps.&lt;/P&gt;
&lt;H1 id="toc-hId-228093595"&gt;What's next&lt;/H1&gt;
&lt;P&gt;However, if the steps provided did not work, please contact&amp;nbsp;Product Specialist/Technical Support at Dynatrace,&amp;nbsp;&lt;SPAN&gt;mention that this article was used, and provide the following in the ticket:&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV class="p-client_container"&gt;
&lt;DIV class="p-ia4_client_container"&gt;
&lt;DIV class="p-ia4_client p-ia4_client--with-search-in-top-nav p-ia4_client--workspace-switcher-rail-visibletest p-ia4_client--sidebar-wide p-ia4_client--narrow-feature-on"&gt;
&lt;DIV class="p-client_workspace_wrapper" role="tabpanel" aria-label="Dynatrace"&gt;
&lt;DIV class="p-client_workspace" role="tabpanel" aria-label="DMs"&gt;
&lt;DIV class="p-client_workspace__layout"&gt;
&lt;DIV class="active-managed-focus-container" role="none"&gt;
&lt;DIV class="p-view_contents p-view_contents--primary" tabindex="-1" role="dialog" aria-label="Conversation with Anton Konikov"&gt;
&lt;DIV class="tabbed_channel__Abx5r"&gt;
&lt;DIV class="tabbed_channel__Abx5r"&gt;
&lt;DIV class="channel_tab_panel__zJ5Bt c-tabs__tab_panel c-tabs__tab_panel--active c-tabs__tab_panel--full_height" role="none" data-qa="tabs_content_container"&gt;
&lt;DIV class="p-file_drag_drop__container"&gt;
&lt;DIV class="p-workspace__primary_view_body"&gt;
&lt;DIV class="p-message_pane p-message_pane--classic-nav p-message_pane--scrollbar-float-adjustment p-message_pane--with-bookmarks-bar" data-qa="message_pane"&gt;
&lt;DIV role="presentation"&gt;
&lt;DIV class="c-virtual_list c-virtual_list--scrollbar c-message_list c-message_list--floating c-message_list--dark c-scrollbar c-scrollbar--fade" role="presentation"&gt;
&lt;DIV class="c-scrollbar__hider" role="presentation" data-qa="slack_kit_scrollbar"&gt;
&lt;DIV class="c-scrollbar__child" role="presentation"&gt;
&lt;DIV class="c-virtual_list__scroll_container" tabindex="-1" role="list" data-qa="slack_kit_list" aria-label="Anton Konikov (direct message, active)"&gt;
&lt;DIV id="1734101723.604509" class="c-virtual_list__item" tabindex="0" role="listitem" aria-setsize="-1" data-qa="virtual-list-item" data-item-key="1734101723.604509"&gt;
&lt;DIV class="c-message_kit__background p-message_pane_message__message c-message_kit__message p-message_pane_message__message--last" role="presentation" data-qa="message_container" data-qa-unprocessed="false" data-qa-placeholder="false"&gt;
&lt;DIV class="c-message_kit__hover" role="document" aria-roledescription="message" data-qa-hover="true"&gt;
&lt;DIV class="c-message_kit__actions c-message_kit__actions--above"&gt;
&lt;DIV class="c-message_kit__gutter"&gt;
&lt;DIV class="c-message_kit__gutter__right" role="presentation" data-qa="message_content"&gt;
&lt;DIV class="c-message_kit__blocks c-message_kit__blocks--rich_text"&gt;
&lt;DIV class="c-message__message_blocks c-message__message_blocks--rich_text" data-qa="message-text"&gt;
&lt;DIV class="p-block_kit_renderer" data-qa="block-kit-renderer"&gt;
&lt;DIV class="p-block_kit_renderer__block_wrapper p-block_kit_renderer__block_wrapper--first"&gt;
&lt;DIV class="p-rich_text_block" dir="auto"&gt;
&lt;UL class="p-rich_text_list p-rich_text_list__bullet p-rich_text_list--nested" data-stringify-type="unordered-list" data-list-tree="true" data-indent="0" data-border="1" data-border-radius-top-cap="0"&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="1"&gt;direct URL to the impacted host&lt;/LI&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="1"&gt;version of the OneAgent installed on the host&lt;/LI&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="1"&gt;what steps were performed&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Mon, 03 Mar 2025 14:00:00 GMT</pubDate>
    <dc:creator>nadeem_m</dc:creator>
    <dc:date>2025-03-03T14:00:00Z</dc:date>
    <item>
      <title>Unable to uninstall Dynatrace OneAgent on Windows</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/Unable-to-uninstall-Dynatrace-OneAgent-on-Windows/ta-p/212019</link>
      <description>&lt;H1 id="toc-hId-1846786847"&gt;Abstract&lt;/H1&gt;
&lt;P&gt;How to manually uninstall Dynatrace OneAgent on Windows hosts.&lt;/P&gt;
&lt;H1 id="toc-hId--705370114"&gt;Problem&lt;/H1&gt;
&lt;P&gt;While trying to uninstall an old version of &lt;SPAN&gt;OneAgent&lt;/SPAN&gt; on Windows you're getting an &lt;STRONG&gt;MSI error 1603&lt;/STRONG&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This generally happens if the old .msi package pertaining to the same old version has been removed or deleted from the machine. Windows installer requires the same MSI package to uninstall a product.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/troubleshoot/windows-server/application-management/msi-installation-error-1603" target="_self"&gt;https://learn.microsoft.com/en-us/troubleshoot/windows-server/application-management/msi-installation-error-1603&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;H1 id="toc-hId-1037440221"&gt;Troubleshooting steps&lt;/H1&gt;
&lt;P&gt;To solve this issue, you must find the exact installer from a different machine or request Dynatrace to provide it to you. &lt;U&gt;Ensure that the version you're requesting is supported at that moment&lt;/U&gt;, otherwise, it will require manual uninstallation from the machine.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you do not have access to the MSI package yet, please manually uninstall OneAgent from the Windows host.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Follow the steps below with admin rights or get help from a local Windows administrator to execute the steps:&lt;/SPAN&gt;&lt;/P&gt;
&lt;H3&gt;&lt;U&gt;Manual uninstall of OneAgent in case of msi 1603 error:&lt;/U&gt;&lt;/H3&gt;
&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;In the command prompt, please run the following command to find IdentifyingNumber&lt;BR /&gt;&amp;gt;wmic product where name='Dynatrace OneAgent'&amp;nbsp;get IdentifyingNumber&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Follow the steps below with admin rights or get help from a local Windows administrator to execute the steps:&lt;BR /&gt;After following the steps, in the last please remove all the registry entries with&amp;nbsp;IdentifyingNumber&lt;/SPAN&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Uninstall the agent (if uninstall does not work, see the manual cleanup procedure below)&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Reboot (to remove all the injected code)&lt;/LI&gt;
&lt;LI&gt;Delete the INSTALL_DIR&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&amp;nbsp;RUNTIME_DIR&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;directories [1].&lt;BR /&gt;Default INSTALL_DIR =&lt;SPAN&gt; &lt;CODE&gt;C:\Program Files\dynatrace\oneagent&lt;/CODE&gt;&lt;/SPAN&gt;&lt;BR /&gt;Default RUNTIME_DIR =&lt;SPAN&gt; &lt;CODE&gt;%PROGRAMDATA%\dynatrace\oneagent&lt;/CODE&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Delete the following subfolders in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;%APPDATA%&lt;/STRONG&gt;:
&lt;OL&gt;
&lt;LI&gt;OneAgent&lt;/LI&gt;
&lt;LI&gt;ruxit&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(if present)&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Delete &lt;CODE&gt;%SYSTEMDRIVE%\AI_RecycleBin&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(if present)&lt;/LI&gt;
&lt;LI&gt;Delete the following file: &lt;CODE&gt;%SystemRoot%\System32\drivers\oneagentmon.sys&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;Using&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;pnputil.exe, delete driver from DriverStore&lt;BR /&gt;
&lt;OL&gt;
&lt;LI&gt;Run&amp;nbsp;pnputil.exe /enum-drivers&lt;/LI&gt;
&lt;LI&gt;Locate driver with the provider name&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Dynatrace LLC, note the "published name" (e.g. oem2.inf)&lt;/LI&gt;
&lt;LI&gt;Delete driver with&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;pnputil.exe /delete-driver &amp;lt;published name&amp;gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Delete the oneagentmon service:&lt;BR /&gt;
&lt;OL&gt;
&lt;LI&gt;Run&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;sc stop oneagentmon&lt;/LI&gt;
&lt;LI&gt;Run&amp;nbsp;sc delete oneagentmon&lt;/LI&gt;
&lt;LI&gt;If deleting the service with&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;sc.exe&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;fails for whatever reason, you can manually delete the service's registry key&lt;SPAN&gt;&amp;nbsp;&lt;CODE&gt;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\oneagentmon&lt;/CODE&gt;&lt;/SPAN&gt;&lt;BR /&gt;In case you delete the key manually,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;U&gt;be sure to reboot the machine after the last step&lt;/U&gt;. Otherwise the service control manager will think the service still exists and re-creating it&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;I&gt;will&lt;/I&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;fail if the machine is not rebooted in between.&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Remove WinPcap by running&amp;nbsp;&lt;CODE&gt;C:\Program Files\WinPcap\uninstall.exe&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(note that the OneAgent uninstaller removes WinPcap but keeps uninstall.exe, this step will remove that as well)&lt;/LI&gt;
&lt;LI&gt;Reboot (optional) - needed for Windows to delete registry keys for paths that were removed.&lt;/LI&gt;
&lt;/OL&gt;
&lt;H1 id="toc-hId--1514716740"&gt;Resolution&lt;/H1&gt;
&lt;P&gt;Hopefully, you will be able to uninstall the old OneAgent version by following the manual uninstallation steps.&lt;/P&gt;
&lt;H1 id="toc-hId-228093595"&gt;What's next&lt;/H1&gt;
&lt;P&gt;However, if the steps provided did not work, please contact&amp;nbsp;Product Specialist/Technical Support at Dynatrace,&amp;nbsp;&lt;SPAN&gt;mention that this article was used, and provide the following in the ticket:&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV class="p-client_container"&gt;
&lt;DIV class="p-ia4_client_container"&gt;
&lt;DIV class="p-ia4_client p-ia4_client--with-search-in-top-nav p-ia4_client--workspace-switcher-rail-visibletest p-ia4_client--sidebar-wide p-ia4_client--narrow-feature-on"&gt;
&lt;DIV class="p-client_workspace_wrapper" role="tabpanel" aria-label="Dynatrace"&gt;
&lt;DIV class="p-client_workspace" role="tabpanel" aria-label="DMs"&gt;
&lt;DIV class="p-client_workspace__layout"&gt;
&lt;DIV class="active-managed-focus-container" role="none"&gt;
&lt;DIV class="p-view_contents p-view_contents--primary" tabindex="-1" role="dialog" aria-label="Conversation with Anton Konikov"&gt;
&lt;DIV class="tabbed_channel__Abx5r"&gt;
&lt;DIV class="tabbed_channel__Abx5r"&gt;
&lt;DIV class="channel_tab_panel__zJ5Bt c-tabs__tab_panel c-tabs__tab_panel--active c-tabs__tab_panel--full_height" role="none" data-qa="tabs_content_container"&gt;
&lt;DIV class="p-file_drag_drop__container"&gt;
&lt;DIV class="p-workspace__primary_view_body"&gt;
&lt;DIV class="p-message_pane p-message_pane--classic-nav p-message_pane--scrollbar-float-adjustment p-message_pane--with-bookmarks-bar" data-qa="message_pane"&gt;
&lt;DIV role="presentation"&gt;
&lt;DIV class="c-virtual_list c-virtual_list--scrollbar c-message_list c-message_list--floating c-message_list--dark c-scrollbar c-scrollbar--fade" role="presentation"&gt;
&lt;DIV class="c-scrollbar__hider" role="presentation" data-qa="slack_kit_scrollbar"&gt;
&lt;DIV class="c-scrollbar__child" role="presentation"&gt;
&lt;DIV class="c-virtual_list__scroll_container" tabindex="-1" role="list" data-qa="slack_kit_list" aria-label="Anton Konikov (direct message, active)"&gt;
&lt;DIV id="1734101723.604509" class="c-virtual_list__item" tabindex="0" role="listitem" aria-setsize="-1" data-qa="virtual-list-item" data-item-key="1734101723.604509"&gt;
&lt;DIV class="c-message_kit__background p-message_pane_message__message c-message_kit__message p-message_pane_message__message--last" role="presentation" data-qa="message_container" data-qa-unprocessed="false" data-qa-placeholder="false"&gt;
&lt;DIV class="c-message_kit__hover" role="document" aria-roledescription="message" data-qa-hover="true"&gt;
&lt;DIV class="c-message_kit__actions c-message_kit__actions--above"&gt;
&lt;DIV class="c-message_kit__gutter"&gt;
&lt;DIV class="c-message_kit__gutter__right" role="presentation" data-qa="message_content"&gt;
&lt;DIV class="c-message_kit__blocks c-message_kit__blocks--rich_text"&gt;
&lt;DIV class="c-message__message_blocks c-message__message_blocks--rich_text" data-qa="message-text"&gt;
&lt;DIV class="p-block_kit_renderer" data-qa="block-kit-renderer"&gt;
&lt;DIV class="p-block_kit_renderer__block_wrapper p-block_kit_renderer__block_wrapper--first"&gt;
&lt;DIV class="p-rich_text_block" dir="auto"&gt;
&lt;UL class="p-rich_text_list p-rich_text_list__bullet p-rich_text_list--nested" data-stringify-type="unordered-list" data-list-tree="true" data-indent="0" data-border="1" data-border-radius-top-cap="0"&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="1"&gt;direct URL to the impacted host&lt;/LI&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="1"&gt;version of the OneAgent installed on the host&lt;/LI&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="1"&gt;what steps were performed&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 03 Mar 2025 14:00:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/Unable-to-uninstall-Dynatrace-OneAgent-on-Windows/ta-p/212019</guid>
      <dc:creator>nadeem_m</dc:creator>
      <dc:date>2025-03-03T14:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to uninstall dynatrace OneAgent on Windows</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/Unable-to-uninstall-Dynatrace-OneAgent-on-Windows/tac-p/212051#M176</link>
      <description>&lt;P&gt;Been there, WILL do that, next time. I was like crazy looking for old packages in others hosts lol.&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2023 12:44:49 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/Unable-to-uninstall-Dynatrace-OneAgent-on-Windows/tac-p/212051#M176</guid>
      <dc:creator>dannemca</dc:creator>
      <dc:date>2023-05-12T12:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to uninstall Dynatrace OneAgent on Windows</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/Unable-to-uninstall-Dynatrace-OneAgent-on-Windows/tac-p/234104#M528</link>
      <description>&lt;P&gt;This is very helpful! Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 20:24:14 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/Unable-to-uninstall-Dynatrace-OneAgent-on-Windows/tac-p/234104#M528</guid>
      <dc:creator>DavidRitter</dc:creator>
      <dc:date>2024-01-11T20:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to uninstall Dynatrace OneAgent on Windows</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/Unable-to-uninstall-Dynatrace-OneAgent-on-Windows/tac-p/236723#M563</link>
      <description>&lt;P&gt;Thanks for sharing! Briliant!&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 14:23:18 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/Unable-to-uninstall-Dynatrace-OneAgent-on-Windows/tac-p/236723#M563</guid>
      <dc:creator>Romanenkov_Al3x</dc:creator>
      <dc:date>2024-02-09T14:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to uninstall Dynatrace OneAgent on Windows</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/Unable-to-uninstall-Dynatrace-OneAgent-on-Windows/tac-p/246390#M681</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;For better results, it is advisable to run the following command in command prompt and get the identifying number:&lt;/P&gt;&lt;P&gt;wmic product where name='Dynatrace OneAgent'&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;get IdentifyingNumber&lt;/P&gt;&lt;P&gt;After following the steps, in the last please remove all the registry entries with&amp;nbsp;IdentifyingNumber&lt;/P&gt;&lt;P&gt;Br/Nadeem&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2024 11:53:23 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/Unable-to-uninstall-Dynatrace-OneAgent-on-Windows/tac-p/246390#M681</guid>
      <dc:creator>nadeem_m</dc:creator>
      <dc:date>2024-05-23T11:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to uninstall Dynatrace OneAgent on Windows</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/Unable-to-uninstall-Dynatrace-OneAgent-on-Windows/tac-p/255927#M731</link>
      <description>&lt;P&gt;Hi, assume same instructions today?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 17:59:29 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/Unable-to-uninstall-Dynatrace-OneAgent-on-Windows/tac-p/255927#M731</guid>
      <dc:creator>Kenny_Gillette</dc:creator>
      <dc:date>2024-09-16T17:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to uninstall Dynatrace OneAgent on Windows</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/Unable-to-uninstall-Dynatrace-OneAgent-on-Windows/tac-p/256010#M732</link>
      <description>&lt;P&gt;Yes, it should still work.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 07:09:21 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/Unable-to-uninstall-Dynatrace-OneAgent-on-Windows/tac-p/256010#M732</guid>
      <dc:creator>nadeem_m</dc:creator>
      <dc:date>2024-09-17T07:09:21Z</dc:date>
    </item>
  </channel>
</rss>

