<?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>topic RE: Attach to User Account Control Window in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Attach-to-User-Account-Control-Window/m-p/81676#M33221</link>
    <description>I guess yes it creates a secure desktop even when notify is set to do not dim, this is to prevent programs from running in admin mode without user consent (try alt tab you won't see the prompt).&lt;BR /&gt;&lt;BR /&gt;In a BP prod environment the VM will be secured and maintained by only a few who are authorized, so setting the notify to off shouldn't be an issue.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Also a workaround:&lt;BR /&gt;&lt;/STRONG&gt;1. Run Task Scheduler in admin mode&lt;BR /&gt;2. Create a task corresponding to what you're trying to achieve&lt;BR /&gt;3. Set the task to run with highest privilege&lt;BR /&gt;4. Then use Start process Process Name&amp;nbsp;&lt;STRONG&gt;SCHTASKS&lt;/STRONG&gt;&amp;nbsp; Arguments /Run /TN "TaskName"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Gopal Bhaire&lt;BR /&gt;Analyst&lt;BR /&gt;Accenture&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Mon, 23 Sep 2019 05:45:00 GMT</pubDate>
    <dc:creator>GopalBhaire</dc:creator>
    <dc:date>2019-09-23T05:45:00Z</dc:date>
    <item>
      <title>Attach to User Account Control Window</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Attach-to-User-Account-Control-Window/m-p/81661#M33206</link>
      <description>&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to run a powershell command that opens a configuration file.After the command gets executed ,a User Account Control(UAC) window shows up.I have to select the "Yes" option on this window and only then does the file open.I have set the UAC notification setting to notify(Do not dim screen).I am not able to attach to this window using the window title(i have tried using wildcards also) or the process name(consent.exe).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I set the UAC notification settings to Never Notify,the process works fine.But i don't want to change the notification settings.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help.&lt;/SPAN&gt;</description>
      <pubDate>Fri, 13 Sep 2019 10:51:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Attach-to-User-Account-Control-Window/m-p/81661#M33206</guid>
      <dc:creator>TimsySangal</dc:creator>
      <dc:date>2019-09-13T10:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: Attach to User Account Control Window</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Attach-to-User-Account-Control-Window/m-p/81662#M33207</link>
      <description>Hi,&lt;BR /&gt;Thank you for posting your question on Blue Prism Community.&lt;BR /&gt;Attaching to Windows Security Popups while automating a different application can be tricky. However, when attaching to an existing applications, you can consider passing the PID (Process ID) as well, in addition to the Process name and Window title to see if it works. &lt;BR /&gt;&lt;BR /&gt;Also, please make sure that you are only passing "consent" as the Process name, not "consent.exe". Furthermore, please double check that you attempting to attach to the correct Process.&lt;BR /&gt;&lt;BR /&gt;If neither of these work, alternate solution would be to use &lt;STRONG&gt;Global Send Key Events&lt;/STRONG&gt; action and pass the required keystrokes through to the target application and it will end navigating the popup window, as it will be the Foreground window at the time. As you may be aware, &lt;STRONG&gt;Global Send Key Event&lt;/STRONG&gt; target whichever the Active window and it does not necessarily have to be the target application.&lt;BR /&gt;&lt;BR /&gt;Hope this information helps.&lt;BR /&gt;&lt;BR /&gt;Kind regards,&lt;BR /&gt;Arshad&lt;BR /&gt;Customer Support Engineer&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Arshad Ziard&lt;BR /&gt;Customer Support Engineer&lt;BR /&gt;Blue Prism&lt;BR /&gt;Australia/Sydney&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Sep 2019 07:36:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Attach-to-User-Account-Control-Window/m-p/81662#M33207</guid>
      <dc:creator>arshad.ziard</dc:creator>
      <dc:date>2019-09-16T07:36:00Z</dc:date>
    </item>
    <item>
      <title>RE: Attach to User Account Control Window</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Attach-to-User-Account-Control-Window/m-p/81663#M33208</link>
      <description>​"...passing the PID (Process ID)..."&lt;BR /&gt;How do I get the PID?&lt;BR /&gt;&lt;BR /&gt;Navigation stage action Launch does not have any return value.&lt;BR /&gt;Neither is there any action I could find to query the PID via Application Modeller&lt;BR /&gt;&lt;BR /&gt;Utility object Start Process does not return any PID.&lt;BR /&gt;&lt;BR /&gt;The only way I now can think of now&amp;nbsp;is to use Windows commands. Or do I miss something?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Walter Koller&lt;BR /&gt;Solution Manager&lt;BR /&gt;Erste Group IT International GmbH&lt;BR /&gt;Europe/Vienna&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Sep 2019 06:31:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Attach-to-User-Account-Control-Window/m-p/81663#M33208</guid>
      <dc:creator>Walter.Koller</dc:creator>
      <dc:date>2019-09-17T06:31:00Z</dc:date>
    </item>
    <item>
      <title>RE: Attach to User Account Control Window</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Attach-to-User-Account-Control-Window/m-p/81664#M33209</link>
      <description>You can attach by process name. The process name can be found in task manager and then you can attach to an existin e.g .exe or app as you have and only by adding the name of the process e.g notepad*.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The process ID can be found by running the C# code&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;SPAN&gt;Process currentProcess = Process.GetCurrentProcess();&lt;/SPAN&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;SPAN&gt;string pid = Process.Id.ToString();&lt;/SPAN&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;BR /&gt;You can find more info on the Microsoft Page here&lt;BR /&gt;&lt;A href="https://social.msdn.microsoft.com/Forums/vstudio/en-US/3f41c91e-b0f6-4a21-b421-961a9f2dca5e/getting-process-id-of-a-my-running-process?forum=csharpgeneral" target="_blank" rel="noopener"&gt;https://social.msdn.microsoft.com/Forums/vstudio/en-US/3f41c91e-b0f6-4a21-b421-961a9f2dca5e/getting-process-id-of-a-my-running-process?forum=csharpgeneral&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Cohen&lt;BR /&gt;Romania&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Sep 2019 08:23:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Attach-to-User-Account-Control-Window/m-p/81664#M33209</guid>
      <dc:creator>JohnCohen</dc:creator>
      <dc:date>2019-09-17T08:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: Attach to User Account Control Window</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Attach-to-User-Account-Control-Window/m-p/81665#M33210</link>
      <description>Hi Walter,&lt;BR /&gt;&lt;BR /&gt;You can get the process id from Blue Prism by using the action "Get Process PID" in the object,Utility-Environment.&lt;BR /&gt;&lt;BR /&gt;Hope it helps.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Consultant&lt;BR /&gt;Capgemini&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Sep 2019 09:34:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Attach-to-User-Account-Control-Window/m-p/81665#M33210</guid>
      <dc:creator>TimsySangal</dc:creator>
      <dc:date>2019-09-17T09:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: Attach to User Account Control Window</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Attach-to-User-Account-Control-Window/m-p/81666#M33211</link>
      <description>Hi Arshad,&lt;BR /&gt;&lt;BR /&gt;Thank you for the prompt response.I tried attaching to the pop-up window using the window title,process name and the PID but was not successful.I get an error message saying-"target application could not be identified" or "Could not open the target application".&lt;BR /&gt;&lt;BR /&gt;I used the alternate approach also by attaching to the powershell window.The highlighted window is the Powershell window and the pop up is not activated.I sent mouse clicks to the pop up to activate it and then to the "Yes" button to click it.After the clicks are sent to the pop up window,it still does not get highlighted and does not throw any errors also.Also,the "yes" button gets highlighted but the click is not happening.&lt;BR /&gt;&lt;BR /&gt;Please suggest.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Consultant&lt;BR /&gt;Capgemini&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Sep 2019 09:56:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Attach-to-User-Account-Control-Window/m-p/81666#M33211</guid>
      <dc:creator>TimsySangal</dc:creator>
      <dc:date>2019-09-17T09:56:00Z</dc:date>
    </item>
    <item>
      <title>RE: Attach to User Account Control Window</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Attach-to-User-Account-Control-Window/m-p/81667#M33212</link>
      <description>Hi John,&lt;BR /&gt;&lt;BR /&gt;Thank you for your response.&lt;BR /&gt;&lt;BR /&gt;The process name of the User Active Control pop-up is consent.exe.I checked the same from task manager.I was able to get the PID of this window from the action "Get process PID" in the "Utility-Environment" object.I passed both these in the attach action but got an error saying-"Could not open the target application"&lt;BR /&gt;&lt;BR /&gt;Please suggest.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Consultant&lt;BR /&gt;Capgemini&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Sep 2019 10:03:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Attach-to-User-Account-Control-Window/m-p/81667#M33212</guid>
      <dc:creator>TimsySangal</dc:creator>
      <dc:date>2019-09-17T10:03:00Z</dc:date>
    </item>
    <item>
      <title>RE: Attach to User Account Control Window</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Attach-to-User-Account-Control-Window/m-p/81668#M33213</link>
      <description>Ok, if it gets highlighted is good. Try to use Global Send Keys with {TAB}. Sometimes you can identify the button with TAB. Tab is verry handy with these type of programs. Use the program in your fgavor by seeing what tab does. Sometimes you need to do 2 TAB keys to unlock the right button.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Cohen&lt;BR /&gt;Romania&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Sep 2019 10:51:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Attach-to-User-Account-Control-Window/m-p/81668#M33213</guid>
      <dc:creator>JohnCohen</dc:creator>
      <dc:date>2019-09-17T10:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: Attach to User Account Control Window</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Attach-to-User-Account-Control-Window/m-p/81669#M33214</link>
      <description>Hi John,&lt;BR /&gt;&lt;BR /&gt;It is searching for the image of the "Yes" button and high lighting that on the screen.The pop up window dialog box does not get activated and because of this reason keystrokes do not work.&lt;BR /&gt;&lt;BR /&gt;Once the "Yes" button area got highlighed,I tried to send "ENTER" through global send key events but it does not work.&lt;BR /&gt;&lt;BR /&gt;If somehow we can activate the pop up window,these options will work.But that's not happening as of now,the main powershell window which leads to this pop up window remains activated.The dialog box will get activated when we click on it,which is not happening as of now.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Consultant&lt;BR /&gt;Capgemini&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Sep 2019 11:40:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Attach-to-User-Account-Control-Window/m-p/81669#M33214</guid>
      <dc:creator>TimsySangal</dc:creator>
      <dc:date>2019-09-17T11:40:00Z</dc:date>
    </item>
    <item>
      <title>RE: Attach to User Account Control Window</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Attach-to-User-Account-Control-Window/m-p/81670#M33215</link>
      <description>have you resolved it?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Cohen&lt;BR /&gt;RPA developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Sep 2019 12:14:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Attach-to-User-Account-Control-Window/m-p/81670#M33215</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-19T12:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: Attach to User Account Control Window</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Attach-to-User-Account-Control-Window/m-p/81671#M33216</link>
      <description>Hi John,&lt;BR /&gt;&lt;BR /&gt;I am still stuck here.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Consultant&lt;BR /&gt;Capgemini&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Sep 2019 13:16:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Attach-to-User-Account-Control-Window/m-p/81671#M33216</guid>
      <dc:creator>TimsySangal</dc:creator>
      <dc:date>2019-09-19T13:16:00Z</dc:date>
    </item>
    <item>
      <title>RE: Attach to User Account Control Window</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Attach-to-User-Account-Control-Window/m-p/81672#M33217</link>
      <description>​maybe this can help. &lt;A href="https://stackoverflow.com/questions/49393850/attach-blueprism-to-powershell" target="_blank" rel="noopener"&gt;&lt;/A&gt;&lt;A href="https://stackoverflow.com/questions/49393850/attach-blueprism-to-powershell" target="test_blank"&gt;https://stackoverflow.com/questions/49393850/attach-blueprism-to-powershell&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;S&lt;SPAN style="text-decoration: underline;"&gt;tackOverflow&amp;nbsp;can&amp;nbsp;help&amp;nbsp;you&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Cohen&lt;BR /&gt;RPA Developer&lt;BR /&gt;&lt;BR /&gt;Romania&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Sep 2019 13:50:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Attach-to-User-Account-Control-Window/m-p/81672#M33217</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-19T13:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: Attach to User Account Control Window</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Attach-to-User-Account-Control-Window/m-p/81673#M33218</link>
      <description>Hi Ionut,&lt;BR /&gt;&lt;BR /&gt;Thank you for your response.&lt;BR /&gt;&lt;BR /&gt;I am able to attach to powershell but not able to attach to the pop-up window that appears after running this command on powershell(User Account Control is enable on the system)-&lt;BR /&gt;&lt;BR /&gt;powershell -c start -verb runas notepad.exe C:\Windows\System32\drivers\etc\hosts&lt;BR /&gt;&lt;BR /&gt;When I disable UAC, the notepad file is launched but Blue Prism does not get attached to this instance of notepad. &lt;BR /&gt;&lt;BR /&gt;In both these cases,it throws the same error-"could not open the target application"&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Consultant&lt;BR /&gt;Capgemini&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Sep 2019 14:19:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Attach-to-User-Account-Control-Window/m-p/81673#M33218</guid>
      <dc:creator>TimsySangal</dc:creator>
      <dc:date>2019-09-19T14:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: Attach to User Account Control Window</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Attach-to-User-Account-Control-Window/m-p/81674#M33219</link>
      <description>Windows creates a Secure Desktop for running UAC prompt, attaching to it is not possible. Global send keys, Global mouse click by attaching to explorer won't work.&amp;nbsp;&lt;BR /&gt;Your only option is to disable the prompt.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Gopal Bhaire&lt;BR /&gt;Analyst&lt;BR /&gt;Accenture&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Sep 2019 08:59:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Attach-to-User-Account-Control-Window/m-p/81674#M33219</guid>
      <dc:creator>GopalBhaire</dc:creator>
      <dc:date>2019-09-20T08:59:00Z</dc:date>
    </item>
    <item>
      <title>RE: Attach to User Account Control Window</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Attach-to-User-Account-Control-Window/m-p/81675#M33220</link>
      <description>Hi Gopal,&lt;BR /&gt;&lt;BR /&gt;Thank you for your response.&lt;BR /&gt;&lt;BR /&gt;The UAC settings are currently set to-Notify me only when apps try to make changes to my computer(do not dim my desktop).&lt;BR /&gt;&lt;BR /&gt;The "do not dim my desktop" option does not take over the desktop and allows us to continue to work on other application.Is a secure desktop created in this case as well?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Consultant&lt;BR /&gt;Capgemini&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Sep 2019 03:04:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Attach-to-User-Account-Control-Window/m-p/81675#M33220</guid>
      <dc:creator>TimsySangal</dc:creator>
      <dc:date>2019-09-23T03:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: Attach to User Account Control Window</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Attach-to-User-Account-Control-Window/m-p/81676#M33221</link>
      <description>I guess yes it creates a secure desktop even when notify is set to do not dim, this is to prevent programs from running in admin mode without user consent (try alt tab you won't see the prompt).&lt;BR /&gt;&lt;BR /&gt;In a BP prod environment the VM will be secured and maintained by only a few who are authorized, so setting the notify to off shouldn't be an issue.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Also a workaround:&lt;BR /&gt;&lt;/STRONG&gt;1. Run Task Scheduler in admin mode&lt;BR /&gt;2. Create a task corresponding to what you're trying to achieve&lt;BR /&gt;3. Set the task to run with highest privilege&lt;BR /&gt;4. Then use Start process Process Name&amp;nbsp;&lt;STRONG&gt;SCHTASKS&lt;/STRONG&gt;&amp;nbsp; Arguments /Run /TN "TaskName"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Gopal Bhaire&lt;BR /&gt;Analyst&lt;BR /&gt;Accenture&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Sep 2019 05:45:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Attach-to-User-Account-Control-Window/m-p/81676#M33221</guid>
      <dc:creator>GopalBhaire</dc:creator>
      <dc:date>2019-09-23T05:45:00Z</dc:date>
    </item>
    <item>
      <title>RE: Attach to User Account Control Window</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Attach-to-User-Account-Control-Window/m-p/81677#M33222</link>
      <description>Hi Gopal,&lt;BR /&gt;&lt;BR /&gt;Thank you for the response.I will try this workaround and share the updates with you.&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Consultant&lt;BR /&gt;Capgemini&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Sep 2019 12:18:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Attach-to-User-Account-Control-Window/m-p/81677#M33222</guid>
      <dc:creator>TimsySangal</dc:creator>
      <dc:date>2019-09-24T12:18:00Z</dc:date>
    </item>
    <item>
      <title>RE: Attach to User Account Control Window</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Attach-to-User-Account-Control-Window/m-p/81678#M33223</link>
      <description>Hi Timsy,&lt;BR /&gt;&lt;BR /&gt;Can you resolve this? I'm with the same problem.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;------------------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Consultant&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yank Solutions&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;------------------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Olavo Neto&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Jan 2021 20:37:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Attach-to-User-Account-Control-Window/m-p/81678#M33223</guid>
      <dc:creator>OlavoNeto</dc:creator>
      <dc:date>2021-01-06T20:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: Attach to User Account Control Window</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Attach-to-User-Account-Control-Window/m-p/81679#M33224</link>
      <description>Hi Olavo,&lt;BR /&gt;&lt;BR /&gt;We created a new account for which the UAC settings were disabled(set to Never Notify).The pop does not show up in this case and then the host file can be edited by opening it in admin mode using PowerShell commands.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Timsy Sangal&lt;BR /&gt;Consultant&lt;BR /&gt;Capgemini&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Jan 2021 11:02:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Attach-to-User-Account-Control-Window/m-p/81679#M33224</guid>
      <dc:creator>TimsySangal</dc:creator>
      <dc:date>2021-01-07T11:02:00Z</dc:date>
    </item>
  </channel>
</rss>

