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

Windows Live Mail Contact Recovery 1.0

Type: Shareware
Cost: $29
Size: 4.73 MB
Release date: Jul 01 2019
Platform: Win2000,WinXP,Win7 x32,Win7 x64,Windows 8,Windows 10,WinServer,WinOther,WinVista,WinVista x64
Publisher’s Site:  https://www.vartikasoftware.com/
Publisher’s Product Page:  http://www.vartikasoftware.com/product/vs-live-mail-contacts-converter.html
Country: India


Windows Live Mail Contact Recovery

Powerfully export live mail contacts to outlook without outlook installation by using wonderful live mail contacts to outlook Converter Software. It supports to convert selective single & multiple contacts.edb file to PST, MSG & vCard.


If you want to convert contacts .edb windows live mail into PST file but unable to think which software should to purchase so here Vartika made best Windows Live Mail Contact Recovery Software that easily perform to export Windows Live Mail to PST without creating problem.

The Windows Live Mail Contact Recovery Software automatically detects contacts.edb file and safely export live mail contacts to outlook with preserve emails attachments like- to, bcc, cc, time, subjects and from, emails attachments & folders structure. Wonderful live mail contacts,live mail contacts to outlook Software effectively generate preview of conversion process to satisfied users.

Windows Live Mail Contact Recovery Software assistances users to convert selective single and multiple contacts.edb file to PST file, MSG, and vCard with preserve data. Software will convert contacts.edb to msg and , import window live mail contacts to PST (Unicode PST file that you can easily open by MS Outlook supported versions included- 2016, 2013, 2010, 2007 & below versions).

Import all windows live contacts.edb file included with- personal, business, briefcase and advance. Windows Live Mail Contact Recovery Software successfully Import all windows live contacts.edb file included with- personal, business, briefcase and advance.

You can download demo version of the Software that will let you save limited emails but if you want to restore the complete data then you have to purchase full version of the Windows Live Mail Contact Recovery Software that cost is not much as easily fix in you

Graphcat<

Start Menu X 6.5

Type: Freeware
Cost: $0
Size: 7.13 MB
Release date: Sep 04 2019
Platform: Win2000,WinXP,Win7 x32,Win7 x64,Windows 8,Windows 10,WinServer,WinOther,WinVista,WinVista x64
Publisher’s Site:  https://www.ordinarysoft.com/
Publisher’s Product Page:  http://www.startmenux.com
Country: Ukraine


Start Menu X

Start Menu X is a replacement of the system menu for professionals. Power users are a lot more demanding, and it’s not surprising – instead of a petty dozen of programs we have hundreds! This means that we need a solution developed by professionals for professionals. Find out how to find and launch programs without scrolling, extra clicks and moves – this is Start Menu X. Get it now – virtual groups, one-click program launches, turn off timer.

– Group programs by purpose (office applications, graphics, etc) without changing their location on the hard drive.
– The PRO version allows you to assign a primary program to any folder and start it simply by clicking this folder.
– Customize the menu to your taste! Change the structure and add tabs.
– Start Menu X is an embodiment of our 7-year experience in developing alternative menu solutions.

Registry monitor and protector 4.5.4.7

Type: Freeware
Cost: $0
Size: 3.80 MB
Release date: Jul 23 2019
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