Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Confirm
Close Dialog

ClipboardFusion 4.2 Now Available!ClipboardFusion 4.2 Now Available!

December 2, 2015

ClipboardFusion 4.2 is now available for download! This version contains some background syncing improvements, a few bug fixes, and a couple of new options:

  • Login box is no longer missing at 200% DPI scaling
  • The Copy button on the Macros tab now works as expected
  • Images now show up in History even if scrubbing is enabled
  • Text scrubbing notification is no longer shown when the option is disabled
  • Image preview popup on hover no longer overlaps context menu
  • Increased the Recent and Pinned Items limits to 75
  • Made some background sync improvements to reduce data usage
  • Added the ability to assign hotkeys for pasting History items 1-9
  • Added search boxes to the Recent and Pinned sub-menus in the context menu
  • Added an option to disable the notification when clearing the clipboard contents

We encourage everyone to update to this new 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 Change Log.

Top WallpaperFusion Members for November 2015Top WallpaperFusion Members for November 2015

December 1, 2015
Congratulations to our top contributing members for November 2015! 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.
LavenderGirl54's profile on WallpaperFusion.com
2.
Judith Lane's profile on WallpaperFusion.com
3.
Carsen Vaughn1's profile on WallpaperFusion.com
4.
DLJunkie's profile on WallpaperFusion.com
5.
SPoR's profile on WallpaperFusion.com
6.
Joseph Di Giovanni's profile on WallpaperFusion.com
7.
NASA's profile on WallpaperFusion.com
8.
Kirk Meyer's profile on WallpaperFusion.com
9.
Daniel Parker's profile on WallpaperFusion.com
10.
CDEEPK's profile on WallpaperFusion.com
JigsawMania
1.
Kimmyj1's profile on WallpaperFusion.com
2.
TERRYSBABY55's profile on WallpaperFusion.com
3.
maria9's profile on WallpaperFusion.com
4.
calvin bailey's profile on WallpaperFusion.com
5.
Nancy Shell325313's profile on WallpaperFusion.com
6.
Harmony2's profile on WallpaperFusion.com
7.
Cliff15's profile on WallpaperFusion.com
8.
Shyy Gurl's profile on WallpaperFusion.com
9.
David309's profile on WallpaperFusion.com
10.
Sherry Love's profile on WallpaperFusion.com
Check out the current top members or look at previous months on our Top Members page!

Black Friday/Cyber Monday 2015 Sale is Here!Black Friday/Cyber Monday 2015 Sale is Here!

November 27, 2015

UPDATE: The sale is now over. Thanks everyone!

It's sale time again! Celebrate Black Friday and Cyber Monday with some amazing deals on all of our software!
We're offering all of our products at a sale price of up to 50% off, until November 30th!

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

DisplayFusion
DisplayFusion
VoiceBot
VoiceBot
FileSeek
FileSeek
ClipboardFusion
ClipboardFusion
iTunesFusion
iTunesFusion
LogFusion
LogFusion

DisplayFusion 7.3.2 Now Available!DisplayFusion 7.3.2 Now Available!

November 16, 2015

We're happy to announce that DisplayFusion 7.3.2 is now available for download! This release is just to fix up the hotkey error that many people have run into since updating to the latest version of Windows 10.

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.

Installer OptionsInstaller Options

November 14, 2015

Please note: If you're deploying FileSeek via Active Directoy GPO, please read the MSI Installation section carefully, and as always, make sure to test it thoroughly before deploying it into production.

Note: The FileSeek installer requires administrative privileges in order to run successfully. If the installer is run using an account that doesn't have administrative privileges on the system, UAC will request the credentials for an administrative account on the system.

EXE Installation

For more options, please consult the Inno Setup help file that comes with Inno Setup.


The following parameters are especially useful for deployments.


/SILENT
Enables Silent Install option (shows progress while running)

/VERYSILENT
Enables Silent Install option (does not show progress while running)

/LANG=en
Forces the installation language to English

/DIR="c:\folder"
Sets the default installation folder

/LKEYUSER="license key"
Specifies the license key for the current user (the user running the installation)

/LKEYALL="license key"
Specifies the license key for all users

/LPATHUSER="C:\license.txt"
This parameter can be used instead of /LKEYUSER. Specifies a text file containing the license key for the current user. Also accepts UNC paths.

/LPATHALL="C:\license.txt"
This parameter can be used instead of /LKEYALL. Specifies a text file containing the license key for all users. Also accepts UNC paths.

/LAUNCHAFTER=0
FileSeek will not run automatically after setup completes.

/MERGETASKS="!desktopicon,!desktopicon\common,!desktopicon\user"
Setup will not create a Desktop icons

/MERGETASKS="desktopicon,desktopicon\common,!desktopicon\user"
Setup will create a Desktop icon for all users


MSI Installation

You can use any of the standard Windows Installer command line options.

To perform a standard silent installation (note that the parameters are case sensitive):

msiexec.exe /i "FileSeekSetup.msi" /qn CUSTOM1="/VERYSILENT" LAUNCHAFTER=0 LKEYALL="license key"

Important Note:
When deploying via Group Policy Software Installation, you absolutely must use the included MST (transform) file on the Modifications tab, otherwise the installation will never complete.


The following MSI properties are especially useful for deployments. Any of the properties below can be included in an MST (transform) file if deploying via Group Policy. If you create your own MST file, you must include the CUSTOM1="/VERYSILENT", and LAUNCHAFTER=0 properties for deploying the MSI through Group Policy Software Installation.


PATH="c:\folder"
Sets the default installation folder

LKEYUSER="license key"
Specifies the license key for the current user (the user running the installation)

LKEYALL="license key"
Specifies the license key for all users

LPATHUSER="C:\license.txt"
This parameter can be used instead of /LKEYUSER. Specifies a text file containing the license key for the current user. Also accepts UNC paths.

LPATHALL="C:\license.txt"
This parameter can be used instead of /LKEYALL. Specifies a text file containing the license key for all users. Also accepts UNC paths.

LAUNCHAFTER=0
FileSeek will not run automatically after setup completes.

TASKS="!desktopicon,!desktopicon\common,!desktopicon\user"
Setup will not create a Desktop icons

TASKS="desktopicon,desktopicon\common,!desktopicon\user"
Setup will create a Desktop icon for all users

TrayStatus 2.0 Now Available!TrayStatus 2.0 Now Available!

November 4, 2015

TrayStatus 2.0 is now available for download!

This version includes an update interface for managing the settings, a fix for an issue with disk activity notifications in Windows 10 PT-BR, general support for Windows 10, and a few performance and stability fixes.

TrayStatus Icons in the System Tray

We encourage everyone to update to this new version today to take advantage of these improvements. TrayStatus is still completely free, so you can update at no charge! If you would like to see a complete list of all the changes, please visit the Change Log.

iTunesFusion 2.4 Now Available!iTunesFusion 2.4 Now Available!

November 2, 2015

We're happy to announce that iTunesFusion 2.4 is now available for download! This version has a few changes and some minor bugfixes.

iTunesFusion 2.4 Highlights

  • Fully tested and updated for Windows 10 (including per-monitor DPI scaling)
  • Added a new file naming tag: <random#>
  • Added an option to ignore disabled (unchecked) songs in iTunes
  • Various other performance, stability, and bug fixes

Updating iTunesFusion

We encourage everyone to update to this new version today to take advantage of these improvements. If you would like to see a complete list of all the changes, please visit the iTunesFusion Change Log.

Screenshots

iTunesFusion Syncing
iTunesFusion Syncing

FileSeek 5.0 Now Available!FileSeek 5.0 Now Available!

November 2, 2015

We're happy to announce that FileSeek 5.0 is now available for download! This release features a slightly modified interface, support for Group Policy (with ADMX templates for almost every setting), and a bunch of other improvements as well!

FileSeek 5.0 Highlights

  • Updated user interface with support for per-monitor DPI scaling in Windows 10
  • Search result columns can now be customized
  • Added multi-column sorting (hold shift when clicking the 2nd+ columns)
  • Search Profiles can now be exported/imported locally
  • Group Policy support (with ADMX templates)
  • Resolved an issue where FileSeek tried to open shell32.dll when double-clicking a file
  • Many other stability, performance, and bug fixes

Updating FileSeek

We encourage everyone to update to the new version today. We'd like to send out a big thank you to everyone who helped beta test FileSeek, and to the translators who worked hard to make FileSeek available in their native languages!

Screenshots

FileSeek 5.0 Main Window
FileSeek 5.0 Main Window
New Results View Settings
New Results View Settings

Top WallpaperFusion Members for October 2015Top WallpaperFusion Members for October 2015

November 1, 2015
Congratulations to our top contributing members for October 2015! 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.
LavenderGirl54's profile on WallpaperFusion.com
2.
Quinta20's profile on WallpaperFusion.com
3.
Judith Lane's profile on WallpaperFusion.com
4.
DLJunkie's profile on WallpaperFusion.com
5.
michael oakes5's profile on WallpaperFusion.com
6.
modgorilla's profile on WallpaperFusion.com
7.
Dutch Sines' profile on WallpaperFusion.com
8.
Graison500's profile on WallpaperFusion.com
9.
Joseph Di Giovanni's profile on WallpaperFusion.com
10.
Robbie Hatfield's profile on WallpaperFusion.com
JigsawMania
1.
Cliff15's profile on WallpaperFusion.com
2.
maria9's profile on WallpaperFusion.com
3.
David309's profile on WallpaperFusion.com
4.
terab31's profile on WallpaperFusion.com
5.
punkygirl's profile on WallpaperFusion.com
6.
Rothwell's profile on WallpaperFusion.com
7.
Tobykat1's profile on WallpaperFusion.com
8.
Shyy Gurl's profile on WallpaperFusion.com
9.
SFC Ski's profile on WallpaperFusion.com
10.
simcoesurfer's profile on WallpaperFusion.com
Check out the current top members or look at previous months on our Top Members page!

DisplayFusion 8.0 Beta 1 Available, Now with Triggers!DisplayFusion 8.0 Beta 1 Available, Now with Triggers!

October 30, 2015

We're very excited to announce that DisplayFusion 8.0 Beta 1 is now available for download! We don't normally do a news post for Beta releases, but this one has a huge new feature that we're hoping to get some feedback on.

Triggers!

We've added a new feature called Triggers. Triggers is essentially a much more comprehensive version of Window Location, and as such, it replaces the existing Window Location feature. DisplayFusion 8.0 Beta 1 will import your existing Window Location rules, so anything you've setup already shouldn't be affected. If you do notice any issues with the imported rules, please let us know. The installer and auto-updater automatically backup your settings, so if anything bad happens to your Window Location rules, you can roll back to 7.3.1 and restore your settings from before the update.

The Triggers feature adds a bunch of new functionality for automating your workflow:

  • You can now have Trigger rules run on more than just window creation. Your rules can now trigger when a window is created, or focused, and also when DisplayFusion starts or exits. We're planning to add more trigger events in future betas as well.
  • Rules can now match based on window text (window title) and window class, in addition to process, and process command line parameters. You can mix and match them to make them as generic or as specific as you like. As always, you can use asterisks in the process path to match multiple processes with the same rule.
  • Rules can now be limited to a specific Monitor Profile, allowing you to have separate rules for different monitor configurations.
  • Rules can now perform multiple actions, instead of just one, allowing you to do things like move to a specific monitor and set the window as "always on top."

For more details on the new Triggers feature, please see the Working with Triggers how-to guide.

Other Highlights in 8.0 Beta 1

  • Added an Advanced Setting to disable the splash screen that was added in 7.3.1
  • Added a desktop context menu entry for pausing/resuming wallpaper changes
  • Left/right side auto-hidden taskbars no longer open below applications in Windows 10
  • Cleared the Win + E hotkey by default as the latest Windows 10 Insider Preview now reserves that for itself
  • Opening a new Chrome Incognito with Ctrl + Shift + N no longer results in a blank window
  • Many other bug fixes and improvements (full change log here)

DisplayFusion 8.0 Beta 1 Screenshots

Example Trigger Rule
Example Trigger Rule

Getting Help and Giving Feedback

As always, we love to hear feedback on the beta versions, and to help out whenever you run into issues. If you have any questions, problems, or feedback with the Triggers feature (or any other features), please contact us through the website form or by using the Help > Support Request button that's located on the lower-left of every DisplayFusion window.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100