Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Introducing User Groups, Check Group Permissions & More!Introducing User Groups, Check Group Permissions & More!

July 2, 2019
We’re pleased to announce some great new CheckCentral features that have recently been rolled out. These new features make organizing your checks and users easier than ever.


NEW! Creating User Groups, Setting Security on Check Groups


It is now possible to manage access to your individual CheckCentral check groups thanks to the introduction of user groups, and check group permissions. To get started, simply head to the user groups page via the Organization tab to quickly create new user groups.


Create User Group



Once you have user groups created, they can be used to assign permissions to a check group. Simply visit the check groups page (under the Checks tab) and select the check group you’d like to modify the permissions for. You’ll see a Permissions section where you are able to add a permissions entry for your new user group, specifying what level of access that group should have.


Add Permission



NEW! Improved Organization via Labels


You can now set labels on your checks. Checks with the same label will be grouped together on the Dashboard and Checks page, allowing you to organize checks within a check group.


Check Labels



You’ll see the new Label field when creating or editing a check. You can also set labels in bulk via the Checks page.


Improvements to custom dashboards and more!


Custom dashboards can now be configured to only display specific check groups, making your custom dashboards even more flexible.


As always, we welcome your feedback about these updates, as well as the service as a whole, so please feel free to reach out.

Top WallpaperFusion Members for June 2019Top WallpaperFusion Members for June 2019

July 2, 2019
Congratulations to our top contributing members for June 2019! They have been hard at work submitting, rating, and discussing images on WallpaperFusion, and have racked up some impressive reputation scores along the way!
Contributors
1.
Mikelly's profile on WallpaperFusion.com
2.
Laodurias' profile on WallpaperFusion.com
3.
artistunique's profile on WallpaperFusion.com
4.
izann's profile on WallpaperFusion.com
5.
GraveDigger's profile on WallpaperFusion.com
6.
Delphinidae's profile on WallpaperFusion.com
7.
Alan Wade's profile on WallpaperFusion.com
8.
LavenderGirl54's profile on WallpaperFusion.com
9.
Judith Lane's profile on WallpaperFusion.com
10.
djunet julianto's profile on WallpaperFusion.com
JigsawMania
1.
masa2's profile on WallpaperFusion.com
2.
MOMMOOT's profile on WallpaperFusion.com
3.
cis1's profile on WallpaperFusion.com
4.
Turtle God's profile on WallpaperFusion.com
5.
Mouse3's profile on WallpaperFusion.com
6.
Penni's profile on WallpaperFusion.com
7.
trucker47's profile on WallpaperFusion.com
8.
nova100's profile on WallpaperFusion.com
9.
cherbear48's profile on WallpaperFusion.com
10.
Mirus' profile on WallpaperFusion.com
Check out the current top members or look at previous months on our Top Members page!

Deploying DisplayFusion Compatibility Rules Using Group Policy PreferencesDeploying DisplayFusion Compatibility Rules Using Group Policy Preferences

June 26, 2019
If you're running DisplayFusion in a corporate environment and need to centrally add Compatibility rules for specific applications, you can do this using Active Directory Group Policy Preferences.
The steps below will walk you through creating a Compatibility rule for Chrome that will disable the DisplayFusion TitleBar Buttons.
  1. Open the Group Policy Management Console.
  2. Add a new Group Policy Object for DisplayFusion and open it for editing.
  3. Expand the left tree down to User Configuration > Preferences > Windows Settings > Registry.
  4. Right-click in the right pane and choose New > Registry Item.
  5. Select "HKEY_CURRENT_USER" as the Hive, and set the "Key Path" to
    Software\Binary Fortress Software\DisplayFusion\Compatibility
    .
  6. Set the "Value Name" to
    App_1_Path
    .
  7. Set the "Value Data" to the path for the EXE you want to create the Compatibility settings for. You can also use wildcards, (e.g.
    *chrome.exe
    ).
  8. Add more Registry Items to the policy for the Compatibility Settings you want to enable for this application.
  9. Make sure to replace "X" in the Value Name with the number that matches the "App_X_Path" value created in step 6. Set the Value Data to 1 to enable the Compatibility setting.
    See the table below for a list of Compatibility settings and their Registry Value Name.
    Repeat steps 4-8 for any other applications you want to create Compatibility rules for. Increase the number in the Value Names for whichever one you're working on. e.g. the second rule would be App_2_Path, the third rule would be App_3_Path, etc.
  10. Link the GPO to an OU that has the DisplayFusion users in it so that they'll get the new policy the next time they logon.
  11. If the user has already configured Compatibility rules, these settings can end up overriding them. It's best to block access to the Compatibility tab with the DisplayFusion Group Policy (ADMX) templates.
The following table lists the names of the settings in the Compatibility rule edit window, and the corresponding registry Value Name. All registry values are type "String (REG_SZ)" and all of them use 0 for disabled, and 1 for enabled. Make sure to replace "X" with the number that matches the "App_X_Path" value you're adding this setting for.
Setting Name Registry Value Name
Disable TitleBar ButtonsApp_X_DisableTitleBarButtons
Disable TitleBar Buttons (all applications)App_X_DisableTitleBarButtonsAll
Disable Window SnappingApp_X_DisableWindowSnapping
Disable Wallpaper changes while runningApp_X_DisableWallpaperChanges
Disable middle-click window movingApp_X_DisableWindowMoveMiddleClick
Disable maximized window draggingApp_X_DisableWindowMoveMaximizedDrag
Disable removing from Windows TaskbarApp_X_DisableWindowsTaskbarRemove
Disable Application HooksApp_X_DisableAppHooks
Disable DisplayFusion Taskbars while runningApp_X_DisableTaskbarsAll
Disable moving new windows to current monitorApp_X_DisableMoveNewProcessWindowsToCurrentMonitor
Use process file icon on DisplayFusion taskbarApp_X_ForceProcessTaskbarProcessIcon
Force DisplayFusion to treat this application as full screenApp_X_ForceTreatAsFullScreenWindow
Disable unfocused mouse scrollingApp_X_DisableMouseScroll
Use alternate Mouse Scroll methodApp_X_DisableMouseScroll
Normal TitleBar Button Offset XApp_X_TitleBarButtonOffset
Normal TitleBar Button Offset YApp_X_TitleBarButtonOffsetY
Maximized TitleBar Button Offset XApp_X_TitleBarButtonOffsetMaxX
Maximized TitleBar Button Offset YApp_X_TitleBarButtonOffsetMaxY

HashTools 4.2 Now Available!HashTools 4.2 Now Available!

June 13, 2019

We're pleased to announce that HashTools 4.2 is now available for download! We encourage everyone to update to this new version today to take advantage of these improvements.

  • Change: You can now search for the file's hash on VirusTotal via the right-click menu
  • Change: Whitespace and line breaks are now scrubbed when pasting Compare Hash from the clipboard
  • Change: Added more detailed tooltips when hovering over files in the list
  • Fix: When installing with /VERYSILENT, the context menu dialog box no longer shows
  • Change: General improvements and changes

HashTools Screenshots

Hash Tools

Moving Different File Explorer Folder Windows with Trigger RulesMoving Different File Explorer Folder Windows with Trigger Rules

June 11, 2019
Trigger rules can be used to position multiple applications, but they can also be used to position multiple instances of the same application. In this example, we'll show you how to configure Trigger rules for two specific folders in File Explorer.
These directions are for applications with unique window titles.
  • Open the applications and position the windows.
  • Right-click the DisplayFusion icon and click "Settings."
  • From the Settings menu, now click the "Triggers" tab.
  • Ensure the "Enable Triggers" checkbox is enabled.
  • Click "Add."
  • Enable the "Process Filename" checkbox. From the pop-up selection window, double-click your application or select it and click "OK."
  • Enable the "Window Text" checkbox.
  • Drag the blue target onto the application window.
  • You'll now see the window title in the Window Text text field.
    Alternatively, you can type in the name of the window title.
  • Below the Actions pane, click "Add," then select "Move Window to Specific Size and Location."
  • Drag the blue target onto the application window, and click "OK."
  • Click "OK" to save the Trigger.
  • Repeat the above steps for the additional windows.
  • Click "OK" from the main Settings menu to save and apply your changes.

Top WallpaperFusion Members for May 2019Top WallpaperFusion Members for May 2019

June 5, 2019
Congratulations to our top contributing members for May 2019! They have been hard at work submitting, rating, and discussing images on WallpaperFusion, and have racked up some impressive reputation scores along the way!
Contributors
1.
Laodurias' profile on WallpaperFusion.com
2.
izann's profile on WallpaperFusion.com
3.
Robert Gusick54818's profile on WallpaperFusion.com
4.
Mellou's profile on WallpaperFusion.com
5.
Alan Wade's profile on WallpaperFusion.com
6.
DLJunkie's profile on WallpaperFusion.com
7.
LavenderGirl54's profile on WallpaperFusion.com
8.
Judith Lane's profile on WallpaperFusion.com
9.
djunet julianto's profile on WallpaperFusion.com
10.
Joseph Di Giovanni's profile on WallpaperFusion.com
JigsawMania
1.
masa2's profile on WallpaperFusion.com
2.
MOMMOOT's profile on WallpaperFusion.com
3.
cherbear48's profile on WallpaperFusion.com
4.
nova100's profile on WallpaperFusion.com
5.
Turtle God's profile on WallpaperFusion.com
6.
cis1's profile on WallpaperFusion.com
7.
Penni's profile on WallpaperFusion.com
8.
Mirus' profile on WallpaperFusion.com
9.
Snooa's profile on WallpaperFusion.com
10.
rtgranny's profile on WallpaperFusion.com
Check out the current top members or look at previous months on our Top Members page!

The 2019 Spring Sale is Here!The 2019 Spring Sale is Here!

May 22, 2019

Update: The sale ended on May 28, 2019. Thanks everyone!

It's that time of year again! Help us celebrate the arrival of spring with some fantastic deals on all of our software!

We're offering all of our desktop apps at a sale price of up to 50% off, until May 28, 2019!

Desktop Applications

If you're not familiar with all of our apps, feel free to check them out on our More Apps page.

DisplayFusion
ClipboardFusion
FileSeek
LogFusion
TrayStatus
iTunesFusion

Happy spring, everyone!

VoiceBot 3.5 Now Available!VoiceBot 3.5 Now Available!

May 22, 2019

We're very excited to announce that VoiceBot 3.5 is now available for download! We've fixed a few bugs and added a "No acceleration" option to the "Move Mouse (Relative)" action.

VoiceBot 3.5 Highlights

  • Change: Added a "No acceleration" option to the Mouse Move action settings
  • Change: The "only log matched commands" setting now applies when push-to-talk is configured
  • Fix: Resolved an issue where IsAppRunningByAppID scripting function always returned true
  • Fix: Resolved an issue where Press Key > Right Shift was sending a generic Shift
  • Fix: Hotkeys for disabled macros will no longer be registered
  • Fix: Lowered CPU usage while listening for commands
  • Fix: Improved responsiveness with background audio present
  • Fix: Add Recognizer button in Profile edit window now opens the correct Windows 10 Settings page

Updating VoiceBot

We encourage everyone to update to the new version today to take advantage of these improvements. If you would like to see a complete list of all the changes, please view the VoiceBot Change Log. We would also like to thank all of the translators who have helped translate VoiceBot to their native languages.

VoiceBot Screenshots

VoiceBot Main Window

TrayStatus 4.0 Now Available!TrayStatus 4.0 Now Available!

May 22, 2019

We're very excited to announce that TrayStatus 4.0 is now available for download! This version fixes a few issues and adds a couple of new features.

TrayStatus 4.0 Highlights

  • Important: Change to tray icons may cause them to move into the notification hidden area after updating to 4.0. If this happens, click the "up" arrow next to the tray icons on the taskbar, then drag the TrayStatus icons back down to the main area on the taskbar.
  • Change: Added a Triggers feature for automatically toggling caps/num/scroll lock keys
  • Change: Added an option to customize the colour of the drive letter overlays for Hard Drive Activity indicators
  • Change: Added an option to use separate indicators for each logical drive letter instead of each physical drive
  • Change: Added a 'Fix Performance Counters' button in the Settings window
  • Change: More languages included
  • Fix: Double-clicking a tray icon now correctly toggles that key
  • Fix: Restoring settings now uses the custom backup path when it's configured
  • Fix: Resolved an issue that caused the tray icons to get moved around, or moved to the overflow constantly

TrayStatus 4.0 Screenshots

Edit Trigger Window
New Hard Drive Activity Options

Updating TrayStatus

We encourage everyone to update to this new version today to take advantage of these improvements. If you've already purchased TrayStat, it's a lifetime license, so you can upgrade to this version at no cost! If you would like to see a complete list of all the changes, please visit the TrayStatus Change Log.

DisplayFusion 9.5 Now Available!DisplayFusion 9.5 Now Available!

May 22, 2019

We're very excited to announce that DisplayFusion 9.5 is now available for download! This version adds a few scripting functions, resolves a couple of issues with the Brave web browser, fixes some issues with the Windows 10 Light Theme, and more!

Important Notes!

  • The first time you open the Settings > Screen Saver tab after installing this update, it will be very slow to open, due to Windows Defender locking the .scr files for a long time during the initial scan.

DisplayFusion 9.5 Highlights

  • Change: Border Padding Size option is no longer reliable in Windows 10, removed it
  • Change: New scripting functions for saving/loading Window Position Profiles
  • Change: New scripting function for Mirror Selected Area function
  • Change: Added options to set the thumbnail width and height for Alt+Tab
  • Change: DisplayFusion 9.5 Beta 2 and higher will require .NET 4.6.2
  • Change: When using the "Mirror Window" Function, a red border will be shown around the source window
  • Change: Added a new scripting function for getting the list of available DisplayFusion Functions (BFS.DisplayFusion.GetFunctions())
  • Change: Added a new wallpaper Image Info tag for monitor ID (<wp-monitorid>)
  • Fix: Monitor Fading no longer leaks GDI handles
  • Fix: Steam chat windows now group correctly on the taskbar
  • Fix: TitleBar Buttons should no longer cause Origin in-game overlay to close
  • Fix: Microsoft Edge no longer has multiple entries in Alt+Tab
  • Fix: Appropriate taskbar elements flipped to black when Windows 10 Light Theme is in use
  • Fix: Resolved issues with Brave web browser middle-click and dragging
  • Fix: Added translucency to the multi-monitor taskbars when using the Windows 10 Light Theme
  • Fix: DisplayFusion no longer causes Task View to hang in Windows 10 German
  • Fix: Enabling the "Disallow TopMost Calls" Advanced Setting should now resolve any issues with windows not focusing properly when using left/right side taskbars
  • Fix: Resolved one instance (not all) of "Failed to call SetDisplayConfig" error when applying Monitor Configuration
  • Fix: Resolved a few issues with taskbar button icons for Universal apps
  • Fix: Using Shift as a modifier on the key combination for the "Maximize Window" Function no longer overrides splits
  • Fix: "Mirror Selected Area" now works better when activated using the hotkey
  • Fix: WallpaperFusion is now limited to changing once every 15 minutes
  • Fix: WallpaperFusion tag filtering is improved
  • Fix: Monitor configuration changes for better refresh rate handling
  • Fix: Many other improvements and fixes

Updating DisplayFusion

We encourage everyone to update to this new version today to take advantage of these improvements. If you've already purchased DisplayFusion, it's a lifetime license, so you can upgrade to this version at no cost! If you would like to see a complete list of all the changes, please visit the DisplayFusion Change Log. We'd like to send out a big thanks to the dozens of people who helped with the DisplayFusion translations, and the thousands of people that helped test the Beta versions. Thanks everyone!

DisplayFusion 9.5 Screenshots

DisplayFusion Desktop Wallpaper
Mirror Window Function
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091