<?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: How to deal with Windows Security Pop up ? in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/How-to-deal-with-Windows-Security-Pop-up/m-p/102495#M49214</link>
    <description>You could try launching the process indirectly. When you start the process, launch cmd.exe with an argument of "/C &lt;SPAN&gt;C:\Users\Robot1_VM-VS\Desktop\Robot1VM.lnk". There may be a more elegant way to do this, but since Blue Prism would just be launching command prompt, and command prompt would be launching the link, it should prevent Blue Prism from getting held up by the Windows security prompt.&lt;/SPAN&gt;</description>
    <pubDate>Fri, 26 Feb 2021 14:44:27 GMT</pubDate>
    <dc:creator>NicholasZejdlik</dc:creator>
    <dc:date>2021-02-26T14:44:27Z</dc:date>
    <item>
      <title>How to deal with Windows Security Pop up ?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-deal-with-Windows-Security-Pop-up/m-p/102492#M49211</link>
      <description>&lt;P&gt;I'm running a .bat file to open a file that is on a network drive and get the following windows security warning window.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;DIV class="media" style="overflow: hidden"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="37066.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/37082iC282935F71DC4F00/image-size/large?v=v2&amp;amp;px=999" role="button" title="37066.png" alt="37066.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;IMG class="img-responsive" data-mce-hlimagekey="362cd341-f7e2-3b6b-65eb-37d00a938eee" data-mce-hlselector="#ComposeQuestion_8ac59abf-45d0-4be9-a1f3-c5bc55de4dd0-tinyMce" /&gt;&lt;/P&gt;
&lt;P&gt;I can spy the window individually and also have created an action that clicks or presses the button.&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;But my problem is that blue prism is stuck in the &lt;STRONG&gt;"Start M-Text-Robot1VM"&lt;/STRONG&gt; action that I use to open that file. It does not jump to the next action unless i manually interfere and click that by myself.&lt;/P&gt;
&lt;DIV class="media" style="overflow: hidden"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="37067.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/37077i0202FF980069E5E7/image-size/large?v=v2&amp;amp;px=999" role="button" title="37067.png" alt="37067.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;IMG class="img-responsive" data-mce-hlimagekey="a74e17fe-3dca-88d5-b80f-e2030f3a9053" data-mce-hlselector="#ComposeQuestion_8ac59abf-45d0-4be9-a1f3-c5bc55de4dd0-tinyMce" /&gt;&lt;/P&gt;
&lt;P&gt;Is there a way to solve this ?&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2021 07:57:36 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-deal-with-Windows-Security-Pop-up/m-p/102492#M49211</guid>
      <dc:creator>MarcoMatuttis1</dc:creator>
      <dc:date>2021-02-26T07:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to deal with Windows Security Pop up ?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-deal-with-Windows-Security-Pop-up/m-p/102493#M49212</link>
      <description>Could you run the BAT via something that does not wait for a response, maybe Utility - Environment?&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="37064.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/37072i44661FB74F4DDA2C/image-size/large?v=v2&amp;amp;px=999" role="button" title="37064.png" alt="37064.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 26 Feb 2021 09:12:34 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-deal-with-Windows-Security-Pop-up/m-p/102493#M49212</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2021-02-26T09:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to deal with Windows Security Pop up ?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-deal-with-Windows-Security-Pop-up/m-p/102494#M49213</link>
      <description>&lt;P&gt;Thats what I do,&amp;nbsp;I use:&lt;/P&gt;
&lt;P&gt;Utility - Environment&lt;/P&gt;
&lt;P&gt;Start Process Action&lt;/P&gt;
&lt;P&gt;And run C:\Users\Robot1_VM-VS\Desktop\Robot1VM.lnk&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2021 10:09:06 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-deal-with-Windows-Security-Pop-up/m-p/102494#M49213</guid>
      <dc:creator>MarcoMatuttis1</dc:creator>
      <dc:date>2021-02-26T10:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to deal with Windows Security Pop up ?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-deal-with-Windows-Security-Pop-up/m-p/102495#M49214</link>
      <description>You could try launching the process indirectly. When you start the process, launch cmd.exe with an argument of "/C &lt;SPAN&gt;C:\Users\Robot1_VM-VS\Desktop\Robot1VM.lnk". There may be a more elegant way to do this, but since Blue Prism would just be launching command prompt, and command prompt would be launching the link, it should prevent Blue Prism from getting held up by the Windows security prompt.&lt;/SPAN&gt;</description>
      <pubDate>Fri, 26 Feb 2021 14:44:27 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-deal-with-Windows-Security-Pop-up/m-p/102495#M49214</guid>
      <dc:creator>NicholasZejdlik</dc:creator>
      <dc:date>2021-02-26T14:44:27Z</dc:date>
    </item>
  </channel>
</rss>

