Category Archives: System Utilities

Automation Tools, Backup & Restore, Benchmarking, Clipboard Tools, File & Disk Management, File Compression, Launchers & Task Managers, Other, Printer, Registry Tools, Shell Tools, System Maintenance, Text/Document Editors

Acronis Backup for Server 12.5-Update6

Type: Shareware
Cost: $839
Size: 9.96 MB
Release date: Mar 26 2021
Platform: Win2000,WinXP,Win7 x32,Win7 x64,Windows 8,Windows 10,WinServer,WinOther,WinVista,WinVista x64
Publisher’s Site:  http://www.acronis.com
Publisher’s Product Page:  https://www.acronis.com/en-us/solutions/backup/windows-server/
Country: United States of America


Acronis Backup for Server

Protect your business-critical servers with Acronis Backup 12, the world’s fastest, easiest backup!


Protect up to 15 platforms with 1 easy-to-use solution:
– Windows & Linux servers – both on-premise & remote
– Microsoft Exchange, Microsoft SQL Server, Active Directory & SharePoint
– Microsoft Azure & Amazon EC2 cloud workloads
– Manage everything via 1 unified web console accessible from any device

Eliminate downtime with the worlds fastest backup technology:
– Achieve RTOs in 15 seconds or less
– Restore systems 2x faster than our closest competitor
– Restore Windows/Linux server backups to existing VMware/Hyper-V hosts instantly
And more!
– Choose from 4 encryption standards to safeguard backups both at rest & in transit
– Capture everything – files, data, applications, OS – with powerful 1-click disk imaging
– Restore anything with a few simple clicks – from a single file to a full server
– Restore a server to new, dissimilar hardware without complications
– Disaster-proof your systems with easy auto-backup to the ultra-secure Acronis Cloud

Graphcat<

WholeClear EDB to PST Converter 1.0

Type: Shareware
Cost: $199
Size: 24.15 MB
Release date: Feb 13 2021
Platform: Win2000,WinXP,Win7 x32,Win7 x64,Windows 8,Windows 10,WinServer,WinOther,WinVista,WinVista x64
Publisher’s Site:  http://www.wholeclear.com/
Publisher’s Product Page:  http://www.wholeclear.com/exchange/edb/pst/
Country: United States of America


WholeClear EDB to PST Converter

WholeClear EDB to PST Converter lets users convert EDB file to PST file format with or without Outlook installation. In a few steps, EDB data is exported to PST format to read by Outlook 2019, 2016, 2013, 2010, 2007, etc. All data like emails, contacts, notes, journals, calendars, events, etc. are smoothly converted from EDB to Outlook PST format. You are free to convert any healthy and corrupt EDB file data to PST format. If you have large or oversized EDB file, then no need to worry the software comfortably convert it into PST file and then split PST file into multiple PST files to save it from corruption. To handle this program, only basic computer skills are enough. No technical knowledge is required. Users can get a detailed preview of EDB file after their scanning. The conversion process of EDB mailboxes to PST format is quick and users can check all EDB file items in preview panel prior their conversion. Also, specific items/folders are exported to PST from offline EDB file using filters. Message Class and Date Range are two filters that users can use. Without any restrictions, private, public and archive mailbox folders are converted from Exchange data to PST file format. The software supports both Unicode and ANSI PST file format. Also, it well supports all Outlook versions. There is full safety to user data throughout EDB file items to PST conversion process. All email components are preserved while converting EDB emails to PST file format. There is no harm to data structure throughout the conversion process. Use demo edition of WholeClear EDB to PST Converter & check the software before you pay for it. It does not have issues with to convert EDB file of any Exchange version. Also, it works with all Windows versions.

Registry monitor and protector 5.1.1.1

Type: Freeware
Cost: $0
Size: 4.25 MB
Release date: Jun 18 2021
Platform: Win2000,WinXP,Win7 x32,Win7 x64,Windows 8,Windows 10,WinServer,WinOther,WinVista,WinVista x64
Publisher’s Site:  http://www.easefilter.com
Publisher’s Product Page:  https://www.easefilter.com/Forums_Files/regmon.htm
Country: Canada


Registry monitor and protector

Registry monitor and protector is a tool which was developed with registry filter driver SDK. A registry filtering driver is any kernel-mode driver that filters registry calls, such as the driver component of an antivirus software package. The configuration manager, which implements the registry, allows registry filtering drivers to filter any thread’s calls to registry functions. By registering a RegistryCallback routine in the registry filter driver, it can receive notifications of each registry operation before the configuration manager processes the operation. A set of REG_XXX_KEY_INFORMATION data structures contain information about each registry operation. The RegistryCallback routine can block a registry operation. The callback routine also receives notifications when the configuration manager has finished creating or opening a registry key.
Handling registry call notifications

To be notified of registry operations, it needs to register the RegistryCallback routine with REG_NOTIFY_CLASS which specifies the type of registry operation that the configuration manager is passing to a RegistryCallback routine, When the configuration manager calls a driver’s RegistryCallback routine, it passes a REG_NOTIFY_CLASS enumeration value to the routine. The configuration manager also passes a notification-specific structure that contains information about the notification. The RegistryCallback routine can inspect the contents of the input and output buffers that are supplied for registry operations.
Monitoring registry calls to track the registry changes

To track the registry changes, register these ‘Reg_Post_Create_Key, Reg_Post_Delete_Key, Reg_Post_Set_Value_Key, Reg_Post_Delete_Value_Key, Reg_Post_SetInformation_Key, Reg_Post_Rename_Key, Reg_Post_Create_KeyEx, Reg_Post_Restore_Key,Reg_Post_Replace_Key’ notification classes. When the registry key, value or security was modified, the callback routine will be invoked with a data structure that contains in