Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Confirm
Close Dialog

DisplayFusion 9.2 Beta 1 Now Available!

April 13, 2018

We're very excited to announce that DisplayFusion 9.2 Beta 1 is available for download! This release fixes a bunch of issues from 9.1, and also adds the ability to specify a delay for checking Trigger Match Conditions (great for creating rules for specific websites!).

Note: The first time you click the Screen Saver tab in the Settings window, it will be slow to load due to Windows Defender scanning the updated screen saver files.

DisplayFusion 9.2 Beta 1 Highlights

  • Change: Added a "Delay Match" for trigger rules, to allow processes to start up, open windows, set window titles... etc before trying to match
  • Change: Added a 'Delete Cache' button for online wallpaper providers
  • Change: Reduced the number of times DisplayFusion needs to garbage collect
  • Fix: Selecting a random wallpaper from a source no longer sometimes gives an error
  • Fix: Wallpaper autofix no longer runs when the wallpaper feature is disabled
  • Fix: Removed more reserved hotkey combinations from Windows 10
  • Fix: Cloned monitor profiles are now detected properly as 'current'
  • Fix: Start menu no longer shrinks each time it's opened in Windows 10 on multi-DPI machines
  • Fix: 'Process Created' trigger event matching now works correctly
  • Fix: Firefox 57+ now maximizes to split monitors correctly
  • Fix: Wallpaper generation now supports splits correctly that have a gap on the left-side
  • Fix: Selecting more than 1 font style now works correctly with wallpaper info tags
  • Fix: Pixabay wallpaper provider links now work again
  • Fix: Restoring windows that have been maximized to a split improvements
  • Fix: Tray icon context menu fixes
  • A few other minor fixes and changes.

Updating DisplayFusion

We encourage anyone who likes to test the bleeding edge 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 Beta Change Log.

Trigger Edit Window
Trigger Edit Window

Introducing the CheckCentral Data API!

April 4, 2018

We're excited to announce that CheckCentral now has a read-only API available, so that you can pull Check and Issue details into your own custom applications!

To get started, select the API option from the Organization menu when you're on your CheckCentral page. On this page, you can add API tokens that are used when accessing the API from your scripts. Treat the tokens as you would your password!

API Tokens page
API Tokens page

After adding a token, you can click the Documentation link to view the available API endpoints, and if you click one of the endpoints, you can test it out right in your browser. The API calls return JSON data that you can use in your programming/scripting language of choice.

A test call to the getChecks endpoint
A test call to the getChecks endpoint

Here's a sample PowerShell script that gets the details for the Checks in a specific Check Group, and dumps them to a formatted HTML file: CC-API-GetCheckDetailsForSpecificGroup.ps1

If you need any help with the new API or have any questions, please contact us and we'll help you get up and running.

Top WallpaperFusion Members for March 2018

April 2, 2018
Congratulations to our top contributing members for March 2018! 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.
Alan Wade's profile on WallpaperFusion.com
2.
izann's profile on WallpaperFusion.com
3.
Nodan's profile on WallpaperFusion.com
4.
LavenderGirl54's profile on WallpaperFusion.com
5.
Karen11's profile on WallpaperFusion.com
6.
DLJunkie's profile on WallpaperFusion.com
7.
cooee's profile on WallpaperFusion.com
8.
Judith Lane's profile on WallpaperFusion.com
9.
Kirk Meyer's profile on WallpaperFusion.com
10.
Joseph Di Giovanni's profile on WallpaperFusion.com
JigsawMania
1.
OilCanJay's profile on WallpaperFusion.com
2.
Tsula's profile on WallpaperFusion.com
3.
Nodan's profile on WallpaperFusion.com
4.
Jan47's profile on WallpaperFusion.com
5.
sunny11's profile on WallpaperFusion.com
6.
nesty's profile on WallpaperFusion.com
7.
Peaches3's profile on WallpaperFusion.com
8.
catherine10's profile on WallpaperFusion.com
9.
Debbie Hintzer368178's profile on WallpaperFusion.com
10.
izann's profile on WallpaperFusion.com
Check out the current top members or look at previous months on our Top Members page!

Introducing New, Simplified CheckCentral Subscriptions!

March 27, 2018

We're very excited to announce some changes to our CheckCentral subscription plans that are rolling out today. We're doing away with the old tiered plans, and moving to a system where you only pay for the checks you need, as you need them. Getting started with CheckCentral has never been easier or more affordable!

Starting today, you'll be able to add or remove checks in groups of 10, with each group costing $5. In addition, all paying customers get access to all of our Enterprise features, including unlimited users, API access, and custom dashboards! We’re also removing the limit on the number of groups that can be configured. Our discounts for pre-paying quarterly or yearly are still available as well.

For our existing customers, you will be grandfathered in at your current subscription rate, and you can easily change the amount of checks on your account via the Subscription page.

If you have any questions or comments about these changes, please don’t hesitate to get in touch with us.

I'm an existing customer. How do I make changes to my check allotment?

After logging in to your CheckCentral organization, click the Subscription link in the top menu. At the top of the Enterprise plan column, there's a slider you can drag left or right to decrease or increase the number of checks you're paying for. The updated monthly subscription cost will be displayed immediately.

I'm a new customer. How many checks do I get during the 60-day free trial?

As many as you like! On the Subscription page, you can adjust the slider to increase or decrease the number of checks at any time during your trial.

What do I do if I'm not sure about these new plans?

Contact us with any questions that you have and we'll be glad to help out!

Add/Remove Checks Dialog
Add/Remove Checks Dialog

Monitoring Active Directory Replication with CheckCentral

March 12, 2018
Save the attached file (checkReplication.ps1) to a directory on the Active Directory server you'd like to monitor. You'll need to schedule it using Task Scheduler. If you haven't changed the execution policy on that server yet, you can do so by opening PowerShell and entering the following:

Set-ExecutionPolicy Unrestricted

In Task Scheduler, create a new basic task.

  • Name can be 'Check Replication' or something similar
  • Trigger can be daily (you can tweak that later if you'd like to check more frequently)
  • Action is going to be 'Start a program'
  • Program is powershell.exe
  • Argument is -File "C:\scripts\checkReplication.ps1" (update with the actual location you saved the PowerShell script).

Ok! Next step is creating the check in CheckCentral. Add a new check and use the following settings:

  • Frequency: scheduled
  • Schedule Type: regular interval
  • Emails are expected: every 24 hours
  • Set as failed when an email is late: after 90 minutes

Copy the email address that is displayed here and update the checkReplication.ps1 script with it (it's the $msgAddress variable)

  • Default Status: Failure
  • Success Rule: check the Condense Whitespace box, and Body Text - Complex Match - "0 / 5"{4}

Complex matches are pretty powerful, and in this instance we're telling CheckCentral to look at the output of the command and to count how many times "0 / 5" shows up, and to only mark the check as successful if that string appears exactly 4 times. Now, this is just for two Active Directory servers. If you have more in your environment, just open up a command prompt on an Active Directory server and run repadmin.exe /replsummary and have a look at the output. When I run this, I want to make sure there are 0 / 5 errors for each of the entries listed. In this particular environment, that's 4 times, and that's where the {4} comes from above. If you have more servers, that number is going to be higher, so just enter that in instead.

Save your check, and try running your scheduled task. If all is well, an email should show up under Recent Activity, and hopefully the dot is green! :)

Top WallpaperFusion Members for February 2018

March 1, 2018
Congratulations to our top contributing members for February 2018! 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.
izann's profile on WallpaperFusion.com
2.
Alan Wade's profile on WallpaperFusion.com
3.
LavenderGirl54's profile on WallpaperFusion.com
4.
cooee's profile on WallpaperFusion.com
5.
Jon Tackabury (BFS)'s profile on WallpaperFusion.com
6.
Judith Lane's profile on WallpaperFusion.com
7.
DLJunkie's profile on WallpaperFusion.com
8.
SmiK's profile on WallpaperFusion.com
9.
Abbie Larsen's profile on WallpaperFusion.com
10.
Joseph Di Giovanni's profile on WallpaperFusion.com
JigsawMania
1.
Peaches3's profile on WallpaperFusion.com
2.
Claudia72's profile on WallpaperFusion.com
3.
Nodan's profile on WallpaperFusion.com
4.
Tsula's profile on WallpaperFusion.com
5.
MAUREEN GLEESON's profile on WallpaperFusion.com
6.
Debbie Hintzer368178's profile on WallpaperFusion.com
7.
Cindy Eldridge's profile on WallpaperFusion.com
8.
Jan47's profile on WallpaperFusion.com
9.
Mirus' profile on WallpaperFusion.com
10.
Denise McDowell's profile on WallpaperFusion.com
Check out the current top members or look at previous months on our Top Members page!
First Page
Previous Page
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
Next Page
Last Page