Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

DisplayFusion 10.0 Beta 15 Now Available!DisplayFusion 10.0 Beta 15 Now Available!

April 8, 2022
We're very excited to announce that DisplayFusion 10.0 (Beta 15) is now available for download! This version fixes some regressions in Beta 14 and fixes a few other recent issues.
DisplayFusion 10.0 (Beta 15) Changes
  • Fix: Resolved an issue where the desktop icon would sometimes fail to launch DisplayFusion
  • Fix: Taskbar no longer continually reloads when it can't set the work area (in this case it seems that explorer.exe has an issue that won't allow the work area to be set, workaround is to restart explorer.exe)
  • Fix: The change log text in the auto update dialog is no longer black when the DisplayFusion Theme setting is set to Dark
  • Fix: Resolved an issue where Triggers couldn't launch any functions
  • Fix: Resolved an issue where the license key failed to load on Windows 7
  • Fix: Resolved an issue with the DisplayFusion Photos Screen Saver transitions having a very low framerate
  • Fix: Resolved an issue where the wallpaper would be black when using the Website wallpaper source
Updating DisplayFusion
We encourage everyone to update to this new beta 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 beta change log. Thank you to everyone who is helping to test these beta versions, your feedback is what makes DisplayFusion so amazing. We would also like to thank all of the translators who have helped translate DisplayFusion to their native languages. Thanks everyone!

Top WallpaperFusion Members for March 2022Top WallpaperFusion Members for March 2022

April 4, 2022
Congratulations to our top contributing members for March 2022! 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.
Joseph Di Giovanni's profile on WallpaperFusion.com
2.
Images Azzaro's profile on WallpaperFusion.com
3.
DLJunkie's profile on WallpaperFusion.com
4.
Kirk Meyer's profile on WallpaperFusion.com
5.
Alan Wade's profile on WallpaperFusion.com
6.
Judith Lane's profile on WallpaperFusion.com
7.
Daniel Parker's profile on WallpaperFusion.com
8.
michael oakes5's profile on WallpaperFusion.com
9.
djunet julianto's profile on WallpaperFusion.com
10.
Joe D's profile on WallpaperFusion.com
JigsawMania
1.
Stinky's profile on WallpaperFusion.com
2.
mwi133x's profile on WallpaperFusion.com
3.
bdagames' profile on WallpaperFusion.com
4.
Aerfren's profile on WallpaperFusion.com
5.
SkylightMT's profile on WallpaperFusion.com
6.
coffeeboy's profile on WallpaperFusion.com
7.
Debbie Hintzer368178's profile on WallpaperFusion.com
8.
Unkn0wn_t0_all's profile on WallpaperFusion.com
9.
izann's profile on WallpaperFusion.com
10.
eyonkers' profile on WallpaperFusion.com
Check out the current top members or look at previous months on our Top Members page!

Check Dell RAID StatusCheck Dell RAID Status

April 1, 2022
CheckCentral can parse anything you send to it, which means you can monitor more than just backups! With this script, you can send the status of your Dell RAID volumes to CheckCentral daily and get notified if anything is amiss.
This script requires Dell OpenManage to be installed on the server as it uses the omreport.exe CLI tool.
  • Click "Add Token."
  • Give the token a name, e.g.
    SERVER01 Dell RAID Script
    .
  • Select "createActivities Only" in the Access Level drop-down and click Save.
  • Copy the token, and paste it in the $apiToken variable on line 11 of the script.
  • On line 14 of the script, set the RAID Controller ID. If there's only one in the machine, this will most likely be
    0
    .
  • Run the script. You'll now see an unmatched activity in CheckCentral.
  • Configure this script to run on a machine somewhere as a regularly scheduled task. (Daily in this example)
For multiple instances, consider using unique API keys. If at a later date one needs to be revoked, it will then only impact a single instance.
  • In CheckCentral, go to Activities.
  • Select "Unmatched" from the Matched dropdown selector and then click the "Filter" button. The results will show below.
  • Click the "Create Check" link next to the relevant activity.
  • Leave the Name as is.
  • Select an existing Check Group or create a new one by clicking "
    Check Group icon
    Add Check Group
    ".
  • Select an existing Label or create a new one by typing the name in the text field of the dropdown (optional).
  • Add a description (optional).
  • The Asset ID is used exclusively with certain ticketing systems and is not required for Checks. Asset ID details and ticketing systems are more fully covered by other documents (e.g. Halo Integration (asset ID).)
  • Leave the Asset ID blank.
Your Check so far will look something like this:
Navigate to the next step in CheckCentral by clicking the "Next" button or the tab name.
  • Leave "Scheduled" selected as we will be running the script regularly.
  • Assuming you'll run the script daily, leave the Expected Interval on "1" "Day(s)." If you plan to run the script on another interval, adjust accordingly.
The initial expectation time is set by the first email message that is received and processed by its Check. (For example, if a notification email arrives at noon and its Check is set for every half hour, it will expect another notification email at 12:30.)
  • Leave the Set as Overdue setting at "After 30 Minutes." If the script notification email is not received after this amount of time has been exceeded, the Check will be marked as a failure. Leave Custom Schedule de-selected.
The Matching step is what matches a notification email to its specific Check. It's also where you'll set the notification's CheckCentral destination email. For email-based notifications, this email can be used for quick matching. Because this is an API-created activity, other Matching Rules are needed.
A Matching Rule is created by default with the Subject of the message crafted by the earlier test run of the script. The "Subject" "Is Exactly" dropdowns and the text
Dell RAID Status:
are displayed, appended with the Computer Name of the computer running the script.
  • Leave the "Dell RAID Status" Matching Rule as is. You can delete the other email address Matching Rule by clicking the trashcan icon, but it is not required.
  • Leave Condense Whitespace and Combine Attachments enabled and the matching modifier set to "All."
The email address will appear different based on your organization name and the name you specified for your check.
The previous Matching step identifies the incoming message to the Check. The Status step looks for indicators of what type of notification you're receiving (e.g. The job was successfully run, it failed, or there were some issues.)
  • Leave the Default Status on "Failure." The "Success Criteria" section is where you'll set the criteria that will mark an activity as successful.
  • Click
    Add Success Rule
    . The output from omreport will show
    "Status : Ok"{#}
    (where # is the number of volumes reported).
  • Set the rule to "Body Text" "Complex Match" and then type
    "Status : Ok"{#}
    (with quotes included) in the empty text field, replacing the
    #
    with the number of volumes. For omreports with only one volume, use
    "Status : Ok"
    instead (without
    {#}
    ).
  • The "Warning Criteria" section is where you'll set the criteria that will mark an activity with a warning. Because there is no warning criteria for this Check, we do not add a rule.
  • Leave the Condense Whitespace and Combine Attachments checkboxes enabled.
Notifications are simply how you want to be informed of Check Failures, Warnings, and some other Status changes.
Email, push, chat and other software can be integrated as well as ticketing systems, allowing for automatic ticket creation and management.
Further configuration is required for each to function and is done via the Notifications tab in the main menu. They can be configured before or after Check creation.
For more understanding of Notification setup, see the CheckCentral Beginner's Guide (Notifications).
  • Select the desired means of Notification. If in doubt of the selections here, leave the defaults.
  • To confirm the activity now matches the check, click the Test button.
Under "Recent Messages Now Matched" your previously unmatched activity will be displayed with a green Status indicator (assuming the full number of volumes returned an "OK").
  • Close the Test window.
  • Click the "Save Check" button.
For more detail on Check creation and best practices, see our Check Creation Guide.
For other guides and support contact information, see CheckCentral Support

LogFusion 6.7 Beta 3 Now Available!LogFusion 6.7 Beta 3 Now Available!

March 30, 2022
We're very excited to announce that LogFusion 6.7 (Beta 3) is now available for download! This update improves x86 compatibility.
LogFusion 6.7 (Beta 3) Changes
  • Change: Improved x86 support
Updating LogFusion
We encourage everyone to update to this new beta version today to take advantage of these improvements. If you've already purchased LogFusion, 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 LogFusion beta change log. Thank you to everyone who is helping to test these beta versions, your feedback is what makes LogFusion so amazing. We would also like to thank all of the translators who have helped translate LogFusion to their native languages. Thanks everyone!
LogFusion Screenshots

Window Inspector 3.0.1 Now Available!Window Inspector 3.0.1 Now Available!

March 30, 2022
We're very excited to announce that Window Inspector 3.0.1 is now available for download! This version improves x86 compatibility.
Window Inspector 3.0.1 Changes
  • Change: Improved x86 support
Updating Window Inspector
We encourage everyone to update to this new beta version today to take advantage of these improvements. If you would like to see a complete list of all the changes, please visit the Window Inspector change log. Thank you to everyone who helped to test the beta versions, that feedback is what makes Window Inspector so amazing. Thanks everyone!
Window Inspector Screenshots

HashTools 4.5.1 Now Available!HashTools 4.5.1 Now Available!

March 30, 2022
We're very excited to announce that HashTools 4.5.1 is now available for download!
HashTools 4.5.1 Changes
  • Change: Improved x86 support
Updating HashTools
We encourage everyone to update to this new beta version today to take advantage of these improvements. If you would like to see a complete list of all the changes, please visit the HashTools change log. Thank you to everyone who helped to test the beta versions, that feedback is what makes HashTools so amazing. Thanks everyone!
HashTools Screenshots

DisplayFusion 10.0 Beta 14 Now Available!DisplayFusion 10.0 Beta 14 Now Available!

March 30, 2022
We're very excited to announce that DisplayFusion 10.0 (Beta 14) is now available for download! This version is a major change and moves DisplayFusion onto a more modern framework. This should help with performance, stability, and make future development easier. There are a ton of bug fixes as well, enjoy!
DisplayFusion 10.0 (Beta 14) Highlights
  • Change: Upgraded to .NET 6 framework (OS support is now Win7-SP1 and higher except these versions of Windows which are not able to run .NET 6: 8.0, Win10-1507(RTM), Win10-1511)
  • Change: New scripting function: BFS.DisplayFusion.MirrorMonitor
  • Change: New scripting function: BFS.Audio.SetVolume
  • Change: New scripting function: BFS.Audio.SetApplicationVolume
  • Change: New scripting function: BFS.Dialog.ShowTrayMessage
  • Fix: Resolved an issue with the taskbar icons for some UWP apps
  • Fix: Resolved an issue with pinned taskbar buttons for UWP apps
  • Fix: Pinned taskbar buttons for UWP apps will now attempt to automatically update their paths when the app auto-updates
  • Fix: Screen saver no longer crashes
  • Fix: Window icon now shows correctly on Alt+Tab even when "Show window text..." is disabled
  • Fix: Windows Lock Screen now gets updated properly when loading Wallpaper Profile via command-line or context menu
  • Fix: Re-added the proper window text to mirror windows created by DisplayFusion
  • Fix: DisplayFusion Functions can now re-size borderless mirror windows properly again
  • Fix: Resolved a scaling issue with the Scripted Function editor
  • Fix: Added Lost Ark to hooks blocklist
Updating DisplayFusion
We encourage everyone to update to this new beta 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 beta change log. Thank you to everyone who is helping to test these beta versions, your feedback is what makes DisplayFusion so amazing. We would also like to thank all of the translators who have helped translate DisplayFusion to their native languages. Thanks everyone!

ClipboardFusion 6.0 Beta 2 Now Available!ClipboardFusion 6.0 Beta 2 Now Available!

March 30, 2022
We're very excited to announce that ClipboardFusion 6.0 (Beta 2) is now available for download! This version fixes some small issues and has some installer improvements.
ClipboardFusion 6.0 (Beta 2) Changes
  • Fix: Resolved an issue with script compiling on some systems
  • Fix: Settings button in Clipboard Manager window can no longer open multiple instances of the Settings window
  • Fix: Tab key will now move correctly between Clipboard Manager lists, and the buttons and filter field below the list
  • Fix: No longer a delay when pasting sometimes
Updating ClipboardFusion
We encourage everyone to update to this new beta version today to take advantage of these improvements. If you've already purchased ClipboardFusion, 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 ClipboardFusion beta change log. Thank you to everyone who is helping to test these beta versions, your feedback is what makes ClipboardFusion so amazing. We would also like to thank all of the translators who have helped translate ClipboardFusion to their native languages. Thanks everyone!

ClipboardFusion 6.0 Beta 1 Now Available!ClipboardFusion 6.0 Beta 1 Now Available!

March 25, 2022
We're very excited to announce that ClipboardFusion 6.0 (Beta 1) is now available for download! This version updates to a new framework which will be installer automatically if needed, adds a new dark mode theme, and includes many performance and bug fixes.
ClipboardFusion 6.0 (Beta 1) Changes
  • Change: Upgraded to .NET 6 framework (OS support is now Win7-SP1 and higher except these versions of Windows which are not able to run .NET 6: 8.0, Win10-1507(RTM), Win10-1511)
  • Change: Added a Theme option (Dark or Light Mode)
  • Fix: Improved CPU usage, no longer re-compiling Macros on every sync
  • Fix: No longer causes issues with Affinity Photo Editor
  • Fix: Resolved a delayed paste when "Keep Clipboard Manager open" is disabled
  • Fix: Resolved an issue where some settings were missed when doing "Restore Settings"
  • Fix: Resolved an issue where online items were not showing in the Clipboard Manager on some systems
  • Fix: Resolved an issue with the highlight colour in the Clipboard Manager
Updating ClipboardFusion
We encourage everyone to update to this new beta version today to take advantage of these improvements. If you've already purchased ClipboardFusion, 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 ClipboardFusion beta change log. Thank you to everyone who is helping to test these beta versions, your feedback is what makes ClipboardFusion so amazing. We would also like to thank all of the translators who have helped translate ClipboardFusion to their native languages. Thanks everyone!

LogFusion 6.7 Beta 2 Now Available!LogFusion 6.7 Beta 2 Now Available!

March 22, 2022
We're very excited to announce that LogFusion 6.7 (Beta 2) is now available for download! This update fixes an issue with the auto-updater.
LogFusion 6.7 (Beta 2) Changes
  • Fix: Resolved an issue with the auto-updater, unfortunately anyone updating from Beta1 to Beta2 will need to download and run the Beta2 installer manually.
Updating LogFusion
We encourage everyone to update to this new beta version today to take advantage of these improvements. If you've already purchased LogFusion, 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 LogFusion beta change log. Thank you to everyone who is helping to test these beta versions, your feedback is what makes LogFusion so amazing. We would also like to thank all of the translators who have helped translate LogFusion to their native languages. Thanks everyone!
LogFusion Screenshots
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091