<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Set-SageSet1 PowerShell Script V1.00	</title>
	<atom:link href="https://www.carlwebster.com/set-sageset1-powershell-script-v1-00/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.carlwebster.com/set-sageset1-powershell-script-v1-00/</link>
	<description>The Accidental Citrix Admin - The site for those who find themselves supporting Citrix involuntarily or accidentally</description>
	<lastBuildDate>Thu, 24 Feb 2022 17:57:17 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>
		By: Carl Webster		</title>
		<link>https://www.carlwebster.com/set-sageset1-powershell-script-v1-00/comment-page-1/#comment-62794</link>

		<dc:creator><![CDATA[Carl Webster]]></dc:creator>
		<pubDate>Thu, 24 Feb 2022 17:57:17 +0000</pubDate>
		<guid isPermaLink="false">https://www.carlwebster.com/?p=13488#comment-62794</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.carlwebster.com/set-sageset1-powershell-script-v1-00/comment-page-1/#comment-62793&quot;&gt;Jay Alford&lt;/a&gt;.

To run the cleanup you run cleanmgr /sagerun:1

Webster]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.carlwebster.com/set-sageset1-powershell-script-v1-00/comment-page-1/#comment-62793">Jay Alford</a>.</p>
<p>To run the cleanup you run cleanmgr /sagerun:1</p>
<p>Webster</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jay Alford		</title>
		<link>https://www.carlwebster.com/set-sageset1-powershell-script-v1-00/comment-page-1/#comment-62793</link>

		<dc:creator><![CDATA[Jay Alford]]></dc:creator>
		<pubDate>Thu, 24 Feb 2022 17:36:39 +0000</pubDate>
		<guid isPermaLink="false">https://www.carlwebster.com/?p=13488#comment-62793</guid>

					<description><![CDATA[Script works great but after i run cleanmgr /sageset:1 it just lets me hit ok and closes without clearning anything.]]></description>
			<content:encoded><![CDATA[<p>Script works great but after i run cleanmgr /sageset:1 it just lets me hit ok and closes without clearning anything.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Carl Webster		</title>
		<link>https://www.carlwebster.com/set-sageset1-powershell-script-v1-00/comment-page-1/#comment-28408</link>

		<dc:creator><![CDATA[Carl Webster]]></dc:creator>
		<pubDate>Sun, 29 Nov 2020 19:27:28 +0000</pubDate>
		<guid isPermaLink="false">https://www.carlwebster.com/?p=13488#comment-28408</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.carlwebster.com/set-sageset1-powershell-script-v1-00/comment-page-1/#comment-28320&quot;&gt;Victor Pelletier&lt;/a&gt;.

Victor,

I am NOT a programmer or developer, so I asked a couple of my friends who are. Here is the info I gathered from their responses.

1. &quot;CLSID&quot; is literally the name of the registry key below which COM objects are registered. As for the GUID, it comes with the (handler) COM object that performs the actual cleanup, i.e., if you create a COM object you need to &quot;name&quot; it by providing a new GUID - any GUID.
2. He just needs to register the clsid of his own extension dll that implements the disk cleanup interface(s).

If these responses do not give you the information you need, I would recommend going to StackOverflow.com and asking there as I am not equipped to answer developer related questions.

Thanks

Webster]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.carlwebster.com/set-sageset1-powershell-script-v1-00/comment-page-1/#comment-28320">Victor Pelletier</a>.</p>
<p>Victor,</p>
<p>I am NOT a programmer or developer, so I asked a couple of my friends who are. Here is the info I gathered from their responses.</p>
<p>1. &#8220;CLSID&#8221; is literally the name of the registry key below which COM objects are registered. As for the GUID, it comes with the (handler) COM object that performs the actual cleanup, i.e., if you create a COM object you need to &#8220;name&#8221; it by providing a new GUID &#8211; any GUID.<br />
2. He just needs to register the clsid of his own extension dll that implements the disk cleanup interface(s).</p>
<p>If these responses do not give you the information you need, I would recommend going to StackOverflow.com and asking there as I am not equipped to answer developer related questions.</p>
<p>Thanks</p>
<p>Webster</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Victor Pelletier		</title>
		<link>https://www.carlwebster.com/set-sageset1-powershell-script-v1-00/comment-page-1/#comment-28320</link>

		<dc:creator><![CDATA[Victor Pelletier]]></dc:creator>
		<pubDate>Thu, 26 Nov 2020 19:34:27 +0000</pubDate>
		<guid isPermaLink="false">https://www.carlwebster.com/?p=13488#comment-28320</guid>

					<description><![CDATA[hi, i fail to comprehend microsoft guidance to add a custom location in the cleanmgr. I need to add handler for every third party app i can find across hundreds of computer. Doing a test with a c:\test\ folder where i can delete *.* i dont understand which CLSID I must include in the registry key]]></description>
			<content:encoded><![CDATA[<p>hi, i fail to comprehend microsoft guidance to add a custom location in the cleanmgr. I need to add handler for every third party app i can find across hundreds of computer. Doing a test with a c:\test\ folder where i can delete *.* i dont understand which CLSID I must include in the registry key</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Carl Webster		</title>
		<link>https://www.carlwebster.com/set-sageset1-powershell-script-v1-00/comment-page-1/#comment-1661</link>

		<dc:creator><![CDATA[Carl Webster]]></dc:creator>
		<pubDate>Tue, 12 Feb 2019 12:35:58 +0000</pubDate>
		<guid isPermaLink="false">https://www.carlwebster.com/?p=13488#comment-1661</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.carlwebster.com/set-sageset1-powershell-script-v1-00/comment-page-1/#comment-1660&quot;&gt;Beau&lt;/a&gt;.

Not at this time but that is an excellent suggestion. I will add it to my every growing list of things to do.

You can always, for now, manually run &quot;cleanmgr /sageset:1&quot; and deselect the Recycle Bin item.

Webster]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.carlwebster.com/set-sageset1-powershell-script-v1-00/comment-page-1/#comment-1660">Beau</a>.</p>
<p>Not at this time but that is an excellent suggestion. I will add it to my every growing list of things to do.</p>
<p>You can always, for now, manually run &#8220;cleanmgr /sageset:1&#8221; and deselect the Recycle Bin item.</p>
<p>Webster</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Beau		</title>
		<link>https://www.carlwebster.com/set-sageset1-powershell-script-v1-00/comment-page-1/#comment-1660</link>

		<dc:creator><![CDATA[Beau]]></dc:creator>
		<pubDate>Tue, 12 Feb 2019 08:37:57 +0000</pubDate>
		<guid isPermaLink="false">https://www.carlwebster.com/?p=13488#comment-1660</guid>

					<description><![CDATA[Great script. Is there anyway we can activley exclude some options. i.e. I would like to cleanup all options except the recycle bin for example.]]></description>
			<content:encoded><![CDATA[<p>Great script. Is there anyway we can activley exclude some options. i.e. I would like to cleanup all options except the recycle bin for example.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
