// Restore the window
BFS.Window.Restore(windowHandle);
BFS.General.ThreadWait(1000);
// Move it to Monitor 2 (duplicate this section if you need to do it twice to make it work)
BFS.Window.MoveToMonitor(2, windowHandle);
BFS.General.ThreadWait(1000);
// Maximize the window
BFS.Window.Maximize(windowHandle);
BFS.General.ThreadWait(1000);
// Run the borderless script
BFS.DisplayFusion.RunFunction("Remove Borders and Size to Full Screen (Make Borderless-Windowed)");