<?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 empty recycle bin windows 10 using coding in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-empty-recycle-bin-windows-10-using-coding/m-p/801767#M315561</link>
    <description>Thank you &lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt; &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;</description>
    <pubDate>Sat, 12 Mar 2022 02:34:33 GMT</pubDate>
    <dc:creator>Handihusen</dc:creator>
    <dc:date>2022-03-12T02:34:33Z</dc:date>
    <item>
      <title>How to empty recycle bin windows 10 using coding</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-empty-recycle-bin-windows-10-using-coding/m-p/801765#M315559</link>
      <description>Please help me,&lt;BR /&gt;I work from home,&lt;BR /&gt;I have a PC at my office (windows 10, locked for remote destop),&lt;BR /&gt;I used to using windows task scheduler to running some reguler codes,&lt;BR /&gt;&lt;BR /&gt;Now I want to emptying the Recycle Bin at that pc,&lt;BR /&gt;Is there any codes to do:"emptying recycle bin" ?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance &lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt;</description>
      <pubDate>Sat, 12 Mar 2022 02:14:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-empty-recycle-bin-windows-10-using-coding/m-p/801765#M315559</guid>
      <dc:creator>Handihusen</dc:creator>
      <dc:date>2022-03-12T02:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to empty recycle bin windows 10 using coding</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-empty-recycle-bin-windows-10-using-coding/m-p/801766#M315560</link>
      <description>&lt;P&gt;It is not a SAS issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;x "powershell Clear-RecycleBin -Force";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.management/clear-recyclebin?view=powershell-7.2" target="_blank"&gt;https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.management/clear-recyclebin?view=powershell-7.2&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have not tried to see if the code can be executed remote desktop.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Mar 2022 02:28:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-empty-recycle-bin-windows-10-using-coding/m-p/801766#M315560</guid>
      <dc:creator>japelin</dc:creator>
      <dc:date>2022-03-12T02:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to empty recycle bin windows 10 using coding</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-empty-recycle-bin-windows-10-using-coding/m-p/801767#M315561</link>
      <description>Thank you &lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt; &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;</description>
      <pubDate>Sat, 12 Mar 2022 02:34:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-empty-recycle-bin-windows-10-using-coding/m-p/801767#M315561</guid>
      <dc:creator>Handihusen</dc:creator>
      <dc:date>2022-03-12T02:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to empty recycle bin windows 10 using coding</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-empty-recycle-bin-windows-10-using-coding/m-p/801787#M315575</link>
      <description>Its works at my pc/laptop if the code like this:&lt;BR /&gt;x "powershell Clear-RecycleBin";&lt;BR /&gt;&lt;BR /&gt;If i using "-Force" then nothing happen.. &lt;span class="lia-unicode-emoji" title=":thinking_face:"&gt;🤔&lt;/span&gt;</description>
      <pubDate>Sat, 12 Mar 2022 07:29:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-empty-recycle-bin-windows-10-using-coding/m-p/801787#M315575</guid>
      <dc:creator>Handihusen</dc:creator>
      <dc:date>2022-03-12T07:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to empty recycle bin windows 10 using coding</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-empty-recycle-bin-windows-10-using-coding/m-p/801791#M315578</link>
      <description>&lt;P&gt;The force option skips the confirmation message.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.management/clear-recyclebin?view=powershell-7.2#3--clear-all-recycle-bins-without-confirmation" target="_blank"&gt;https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.management/clear-recyclebin?view=powershell-7.2#3--clear-all-recycle-bins-without-confirmation&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Mar 2022 07:54:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-empty-recycle-bin-windows-10-using-coding/m-p/801791#M315578</guid>
      <dc:creator>japelin</dc:creator>
      <dc:date>2022-03-12T07:54:55Z</dc:date>
    </item>
  </channel>
</rss>

