Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Confirm
Close Dialog

User Image
KCTechPro
3 discussion posts
Is there a method to cut and paste window positions within the profile management? I want to capture the window position to a new profile, then cut and paste to an older profile. Or, allow me to capture and append to the existing profile. If there's a config file I can hack, that will works for me.
Dec 20, 2018  • #1
Keith Lammers (BFS)'s profile on WallpaperFusion.com
The profile is stored in the registry at this location:

Computer\HKEY_CURRENT_USER\Software\Binary Fortress Software\DisplayFusion\WindowPositionProfiles

It's not really feasible to edit it right in the regedit window, but you can copy the data out to Notepad, make the changes, then paste it back in.

You should exit DisplayFusion before pasting the changes back in so that they don't get overwritten by cached values.

Hope that helps!
Dec 20, 2018  • #2
User Image
KCTechPro
3 discussion posts
Excellent! I can work with that.
Dec 21, 2018  • #3
User Image
KCTechPro
3 discussion posts
Where are the window positions stored?
Dec 21, 2018  • #4
Keith Lammers (BFS)'s profile on WallpaperFusion.com
If you copy the data for the Window Position Profile out of regedit and into notepad, you should see the window positions. Each app will be in its own json block like this:

Code

{
            "windowHandle": 1706422,
            "processPath": "C:\\ProgramData\\CloudShow\\3.0.0.0\\CloudShowClient.exe",
            "windowClass": "\"WindowsForms10.Window.8.app.0.3598b65_r34_ad1\"",
            "windowText": "\"CloudShow 3.0\"",
            "x": -3840,
            "y": 0,
            "width": 1134,
            "height": 909,
            "isMaximized": false,
            "isMinimized": false,
            "hasMaximizeBox": true,
            "hasMinimizeBox": false,
            "matchWindowHandle": false,
            "matchProcessPath": true,
            "matchWindowClass": true,
            "matchWindowText": true
        }


X,Y are the positions.

Hope that helps!
Dec 22, 2018  • #5
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(-)  Login to Vote(-)