<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" 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/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>DisplayFusion RSS: request for desktop icon profiles</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=633ca790-c15f-4c3f-87d1-26d6e44f66b5" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=633ca790-c15f-4c3f-87d1-26d6e44f66b5</link>
<description>DisplayFusion RSS: request for desktop icon profiles</description>
<lastBuildDate>Sun, 03 May 2026 14:26:48 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=633ca790-c15f-4c3f-87d1-26d6e44f66b5</generator>
<item>
<title>RE: request for desktop icon profiles</title>
<link>https://www.displayfusion.com/Discussions/View/request-for-desktop-icon-profiles/?ID=633ca790-c15f-4c3f-87d1-26d6e44f66b5#11</link>
<pubDate>Mon, 26 Jan 2015 18:52:08 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/request-for-desktop-icon-profiles/?ID=633ca790-c15f-4c3f-87d1-26d6e44f66b5#11</guid>
<category>DisplayFusion</category>
<description><![CDATA[Ok, here are the steps that I came up with, to have two scripted functions for switching between desktop icon locations and sizes:
Move your desktop icons to where you want them, and use Ctrl + Mouse Wheel Up to change the size. Make note of how many clicks up you go, you'll need it for later.
...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Ok, here are the steps that I came up with, to have two scripted functions for switching between desktop icon locations and sizes:<br/>
<ul class="ListBullet">
<li>Move your desktop icons to where you want them, and use Ctrl + Mouse Wheel Up to change the size. Make note of how many clicks up you go, you'll need it for later.</li>
<li>Save that layout as a Desktop Icon Profile called "Large"</li>
<li>Move your desktop icons again to where you want them to be when they're small, and use Ctrl + Mouse Wheel Down to change the size back. Again, make not of how many clicks down you go.</li>
<li>Save that layout as a Desktop Icon Profile called "Small"</li>
<li>Create two scripted functions (Settings &gt; Functions tab) with the following code (make sure to change the number value in the parameters of the BFS.Application.Start line to correspond with your number of clicks noted in steps 1 and 3:</li></ul>
<br/>
Load Large Desktop Icons:<br/>
<div class="col-md-12 BoxWrap"><div class="Box table-responsive"><a name="code" style="width:0; height:0;"></a><h2 class="TableTitle" style="border:0"><div class="TableTitleText">Code</div><div class="TitleButtons"><div class="TableTitleButton"><a href="#" onclick="return false;" data-clipboard-target="#code019dee3c16b67004be6c4a713b5da7d3" class="ClipboardCopyControl"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019dee3c16b67004be6c4a713b5da7d3Js'); return false;"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Select All</span></a></div></div></h2><div class="TableTitleContent table-responsive"><div class="AceEditorWrapper" style="border-top:solid 1px var(--color-default-border);padding:0"><pre id="code019dee3c16b67004be6c4a713b5da7d3Js" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">using System;
using System.Drawing;

public static class DisplayFusionFunction
{
  public static void Run()
    {
      BFS.DisplayFusion.LoadDesktopIconsProfile("Large");
      BFS.Application.Start("C:\\Tools\\DesktopIconSize.exe", "+3");
    }
}</pre><textarea id="code019dee3c16b67004be6c4a713b5da7d3" name="code019dee3c16b67004be6c4a713b5da7d3" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div><br/>
<br/>
Load Small Desktop Icons:<br/>
<div class="col-md-12 BoxWrap"><div class="Box table-responsive"><a name="code" style="width:0; height:0;"></a><h2 class="TableTitle" style="border:0"><div class="TableTitleText">Code</div><div class="TitleButtons"><div class="TableTitleButton"><a href="#" onclick="return false;" data-clipboard-target="#code019dee3c16bb75b08759db02c84afaf5" class="ClipboardCopyControl"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019dee3c16bb75b08759db02c84afaf5Js'); return false;"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Select All</span></a></div></div></h2><div class="TableTitleContent table-responsive"><div class="AceEditorWrapper" style="border-top:solid 1px var(--color-default-border);padding:0"><pre id="code019dee3c16bb75b08759db02c84afaf5Js" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">using System;
using System.Drawing;

public static class DisplayFusionFunction
{
  public static void Run()
    {
      BFS.DisplayFusion.LoadDesktopIconsProfile("Small");
      BFS.Application.Start("C:\\Tools\\DesktopIconSize.exe", "-3");
    }
}</pre><textarea id="code019dee3c16bb75b08759db02c84afaf5" name="code019dee3c16bb75b08759db02c84afaf5" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div><br/>
<br/>
Then give those Functions key combinations or titlebar buttons, and use them whenever you want to switch profiles. Hope that helps!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: request for desktop icon profiles</title>
<link>https://www.displayfusion.com/Discussions/View/request-for-desktop-icon-profiles/?ID=633ca790-c15f-4c3f-87d1-26d6e44f66b5#10</link>
<pubDate>Fri, 23 Jan 2015 16:56:16 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/request-for-desktop-icon-profiles/?ID=633ca790-c15f-4c3f-87d1-26d6e44f66b5#10</guid>
<category>DisplayFusion</category>
<description><![CDATA[Ok, I've had a chance to look into this some more. There's a third party command line utility that can modify the size of the desktop icons. It would be possible to run that from a DisplayFusion scripted function, so that you could load a desktop icon profile, and then change the icon sizes all i...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Ok, I've had a chance to look into this some more. There's a third party command line utility that can modify the size of the desktop icons. It would be possible to run that from a DisplayFusion scripted function, so that you could load a desktop icon profile, and then change the icon sizes all in one function. I'll post up an example next week for that <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" />
</div>
]]></content:encoded>
</item>
<item>
<title>RE: request for desktop icon profiles</title>
<link>https://www.displayfusion.com/Discussions/View/request-for-desktop-icon-profiles/?ID=633ca790-c15f-4c3f-87d1-26d6e44f66b5#9</link>
<pubDate>Thu, 15 Jan 2015 20:22:23 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/request-for-desktop-icon-profiles/?ID=633ca790-c15f-4c3f-87d1-26d6e44f66b5#9</guid>
<category>DisplayFusion</category>
<description><![CDATA[I'm not sure, to be totally honest. I'll look into it and keep you posted.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I'm not sure, to be totally honest. I'll look into it and keep you posted.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: request for desktop icon profiles</title>
<link>https://www.displayfusion.com/Discussions/View/request-for-desktop-icon-profiles/?ID=633ca790-c15f-4c3f-87d1-26d6e44f66b5#8</link>
<pubDate>Thu, 08 Jan 2015 14:58:40 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/request-for-desktop-icon-profiles/?ID=633ca790-c15f-4c3f-87d1-26d6e44f66b5#8</guid>
<category>DisplayFusion</category>
<description><![CDATA[Quote:
Sorry for the delayed response. Just moving them to different locations isn't too bad, but actually removing and re-adding specific icons would be really tricky, and isn't possible with the current scripted functions. I'll add this to our feature request list though, and if we're able to ...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>Sorry for the delayed response. Just moving them to different locations isn't too bad, but actually removing and re-adding specific icons would be really tricky, and isn't possible with the current scripted functions. I'll add this to our feature request list though, and if we're able to make something work, I'll be sure to let you know!</div></div><br/>
<br/>
Would it be possible to change the icon size for each profile?
</div>
]]></content:encoded>
</item>
<item>
<title>RE: request for desktop icon profiles</title>
<link>https://www.displayfusion.com/Discussions/View/request-for-desktop-icon-profiles/?ID=633ca790-c15f-4c3f-87d1-26d6e44f66b5#7</link>
<pubDate>Fri, 02 Jan 2015 12:50:30 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/request-for-desktop-icon-profiles/?ID=633ca790-c15f-4c3f-87d1-26d6e44f66b5#7</guid>
<category>DisplayFusion</category>
<description><![CDATA[Quote:
Sorry for the delayed response. Just moving them to different locations isn't too bad, but actually removing and re-adding specific icons would be really tricky, and isn't possible with the current scripted functions. I'll add this to our feature request list though, and if we're able to ...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>Sorry for the delayed response. Just moving them to different locations isn't too bad, but actually removing and re-adding specific icons would be really tricky, and isn't possible with the current scripted functions. I'll add this to our feature request list though, and if we're able to make something work, I'll be sure to let you know!</div></div><br/>
<br/>
Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: request for desktop icon profiles</title>
<link>https://www.displayfusion.com/Discussions/View/request-for-desktop-icon-profiles/?ID=633ca790-c15f-4c3f-87d1-26d6e44f66b5#6</link>
<pubDate>Tue, 30 Dec 2014 16:53:45 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/request-for-desktop-icon-profiles/?ID=633ca790-c15f-4c3f-87d1-26d6e44f66b5#6</guid>
<category>DisplayFusion</category>
<description><![CDATA[Sorry for the delayed response. Just moving them to different locations isn't too bad, but actually removing and re-adding specific icons would be really tricky, and isn't possible with the current scripted functions. I'll add this to our feature request list though, and if we're able to make som...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Sorry for the delayed response. Just moving them to different locations isn't too bad, but actually removing and re-adding specific icons would be really tricky, and isn't possible with the current scripted functions. I'll add this to our feature request list though, and if we're able to make something work, I'll be sure to let you know!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: request for desktop icon profiles</title>
<link>https://www.displayfusion.com/Discussions/View/request-for-desktop-icon-profiles/?ID=633ca790-c15f-4c3f-87d1-26d6e44f66b5#5</link>
<pubDate>Sun, 28 Dec 2014 11:17:17 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/request-for-desktop-icon-profiles/?ID=633ca790-c15f-4c3f-87d1-26d6e44f66b5#5</guid>
<category>DisplayFusion</category>
<description><![CDATA[Quote:
It sounds like you want to adjust the icon size, along with their positions, is that correct? If so, DisplayFusion can't adjust the icon sizes yet, but it would be possible to do in a scripted function. Let me know if I've understood you correctly and maybe we can put a script together fo...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>It sounds like you want to adjust the icon size, along with their positions, is that correct? If so, DisplayFusion can't adjust the icon sizes yet, but it would be possible to do in a scripted function. Let me know if I've understood you correctly and maybe we can put a script together for you.  <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" /></div></div><br/>
<br/>
Did you figure anything out?
</div>
]]></content:encoded>
</item>
<item>
<title>RE: request for desktop icon profiles</title>
<link>https://www.displayfusion.com/Discussions/View/request-for-desktop-icon-profiles/?ID=633ca790-c15f-4c3f-87d1-26d6e44f66b5#4</link>
<pubDate>Tue, 23 Dec 2014 00:28:06 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/request-for-desktop-icon-profiles/?ID=633ca790-c15f-4c3f-87d1-26d6e44f66b5#4</guid>
<category>DisplayFusion</category>
<description><![CDATA[Quote:
It sounds like you want to adjust the icon size, along with their positions, is that correct? If so, DisplayFusion can't adjust the icon sizes yet, but it would be possible to do in a scripted function. Let me know if I've understood you correctly and maybe we can put a script together fo...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>It sounds like you want to adjust the icon size, along with their positions, is that correct? If so, DisplayFusion can't adjust the icon sizes yet, but it would be possible to do in a scripted function. Let me know if I've understood you correctly and maybe we can put a script together for you.  <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" /></div></div><br/>
<br/>
Yeah, I want to have different sizes, locations and icons for each profile. So for pc i have many medium sized icons in specific locations, while for my tv i have few, large sized icons.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: request for desktop icon profiles</title>
<link>https://www.displayfusion.com/Discussions/View/request-for-desktop-icon-profiles/?ID=633ca790-c15f-4c3f-87d1-26d6e44f66b5#3</link>
<pubDate>Mon, 22 Dec 2014 16:08:51 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/request-for-desktop-icon-profiles/?ID=633ca790-c15f-4c3f-87d1-26d6e44f66b5#3</guid>
<category>DisplayFusion</category>
<description><![CDATA[It sounds like you want to adjust the icon size, along with their positions, is that correct? If so, DisplayFusion can't adjust the icon sizes yet, but it would be possible to do in a scripted function. Let me know if I've understood you correctly and maybe we can put a script together for you.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
It sounds like you want to adjust the icon size, along with their positions, is that correct? If so, DisplayFusion can't adjust the icon sizes yet, but it would be possible to do in a scripted function. Let me know if I've understood you correctly and maybe we can put a script together for you.  <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" />
</div>
]]></content:encoded>
</item>
<item>
<title>RE: request for desktop icon profiles</title>
<link>https://www.displayfusion.com/Discussions/View/request-for-desktop-icon-profiles/?ID=633ca790-c15f-4c3f-87d1-26d6e44f66b5#2</link>
<pubDate>Mon, 22 Dec 2014 12:48:14 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/request-for-desktop-icon-profiles/?ID=633ca790-c15f-4c3f-87d1-26d6e44f66b5#2</guid>
<category>DisplayFusion</category>
<description><![CDATA[Anyone?]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Anyone?
</div>
]]></content:encoded>
</item>
<item>
<title>request for desktop icon profiles</title>
<link>https://www.displayfusion.com/Discussions/View/request-for-desktop-icon-profiles/?ID=633ca790-c15f-4c3f-87d1-26d6e44f66b5</link>
<pubDate>Sat, 20 Dec 2014 13:27:54 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/request-for-desktop-icon-profiles/?ID=633ca790-c15f-4c3f-87d1-26d6e44f66b5</guid>
<category>DisplayFusion</category>
<description><![CDATA[I have a pc monitor and a tv, and i've made it so that when i click ctrl+alt+a it switches between them. Howverer i'd like to have to different desktop icon profiles for each monitor. I know how to do this, but the desktop icon profiles does not change the size of the icons and it doesn't detect ...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I have a pc monitor and a tv, and i've made it so that when i click ctrl+alt+a it switches between them. Howverer i'd like to have to different desktop icon profiles for each monitor. I know how to do this, but the desktop icon profiles does not change the size of the icons and it doesn't detect if a icon has been deleted or not. I want it so that when i press ctrl+altä it switches to my tv, and then the icons become bigger, and some that i only use on the pc monitor will dissapear. If i press ctrl+alt+a again it changes back to the pc monitor, the icons turn to the middle size, and all the icons the were removed for the tv profile appear again.<br/>
<br/>
If it's hard to understand what i mean, just ask, and i'll try to formulate it better.
</div>
]]></content:encoded>
</item>
</channel>
</rss>