Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Confirm
Close Dialog

Notepad Replacer 1.5 Now Available!

April 29, 2022
We're very excited to announce that Notepad Replacer 1.5 is now available for download! This version fixes an uninstaller issue and a loop issue.
Notepad Replacer 1.5 Changes
  • Fix: Resolved an issue that caused an infinite loop if you selected the Notepad.exe as the replacement
  • Fix: Resolved an uninstaller issue that removed the registry keys if the uninstall was cancelled
Updating Notepad Replacer
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 Notepad Replacer change log. Thank you to everyone who helped to test the beta versions, that feedback is what makes Notepad Replacer so amazing. Thanks everyone!

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 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.
DLJunkie's profile on WallpaperFusion.com
3.
Kirk Meyer's profile on WallpaperFusion.com
4.
Images Azzaro'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 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.
API Menu
  • Click "Add Token."
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.
Token Details
  • Copy the token, and paste it in the $apiToken variable on line 11 of the script.
Paste Token Into 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.
Activities Menu
  • Select "Unmatched" from the Matched dropdown selector and then click the "Filter" button. The results will show below.
Unmatched Activity
  • Click the "Create Check" link next to the relevant activity.
Create Check
  • 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:
Step 1: Identification
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.
Step 2: Schedule
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."
Step 3: Matching
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.
Step 4: Status
Notification Fields
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.
Test
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").
Test Results
  • 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!

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!

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 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
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
Next Page
Last Page