Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Confirm
Close Dialog

User Image
Andrej8
5 discussion posts
Hello,

I wonder where can I find the desktop icons settings on Windows 10?
May 19, 2017  • #1
Jon Tackabury (BFS)'s profile on WallpaperFusion.com
In the DisplayFusion tray menu, look for the "Desktop Icons" menu option. All the settings you need should be in there. :)
May 19, 2017  • #2
User Image
Andrej8
5 discussion posts
Thank you, found it. :)

And I wonder if it is possible to automatically update my desktop icons profile when I move some icons? Is this possible? Or do I have to click Desktop Icons > Save Profile every time?
May 20, 2017  • #3
User Image
Andrej8
5 discussion posts
Please check my screenshot that I attach. I'm not sure if I've set it up correctly.

Also, I have 2 desktop icons profiles: one for my laptop and one for my bigger monitor (that I connect to my docking station).
2017-05-20 13_40_24-Settings • DisplayFusion Pro 8.1.2.png
2017-05-20 13_40_24-Settings • DisplayFusion Pro 8.1.2.png
May 20, 2017  • #5
PabloMartinez's profile on WallpaperFusion.com
I can't see your screenshot because it's protected. Protected files can only see administrators.
May 20, 2017  • #6
User Image
Andrej8
5 discussion posts
Sorry, you should now be able to see it.
May 20, 2017  • #7
PabloMartinez's profile on WallpaperFusion.com
Not a problem. I sometimes also forget to disable checkbox. :)
On the screenshot are all correct. In load trigger you can use a script to ensure that there is no confirmation message each time you desktop unlocked:

Code

using System;
using System.Drawing;

public static class DisplayFusionFunction
{
    public static void Run(IntPtr windowHandle)
    {
        // Set you profile name
BFS.DisplayFusion.LoadDesktopIconsProfile("DesktopIconsProfile");
    }
}
May 20, 2017 (modified May 20, 2017)  • #8
User Image
Andrej8
5 discussion posts
Thank you, Pablo. It works.
May 23, 2017  • #9
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(1)  Login to Vote(-)