Return to site

Regshot Equivalent For Mac

broken image


  1. Regshot Equivalent For Mac Os
  2. Regshot Equivalent For Mac Catalina
  3. Regshot Equivalent For Mac Shortcut

After you Ghost a different computer than you created the image with, Windows might see the network card in the new machine as a new network card anyway, since the MAC address is different on it. There are binaries available for Windows, Linux and Mac OS-X. The Windows version allows one to parse hives resident from a live system. As background, the ShellBag information is a set of.

Configuring and optimizing a PC takes some thought, a lot of experience and, usually, a great deal of time. So it's all the more annoying if your carefully tuned settings are altered by something else, without your permission.

Sometimes you'll have an idea when this happens. You might install something, carry out a particular action, and the setting changes. If you can't see when or why a change happens, that could be even worse, especially if it's something security-related -- perhaps malware was involved. Whatever your situation, you need to investigate further, and a good first step is to monitor the Registry, find out more about what's being changed, and when. The best way of doing this depends on your precise needs, but here are five possible options.

1. BgInfo

  • Netcat Tutorial:- Netcat, also known as the Swiss army knife for hackers.It's a networking tool or a utility which is used to read and write data by initiating a connection over TCP and UDP port. In this post, we will learn how to use Netcat windows and netcat linux version. Using netcat, you can perform many tasks like transferring files, chatting, port scanning, setting up a backdoor.
  • Apr 22, 2020 Popular Alternatives to SysTracer for Windows, PortableApps.com, Software as a Service (SaaS), Mac, Linux and more. Explore 7 apps like SysTracer, all suggested and ranked by the AlternativeTo user community.
  • PDF Cyber attacks are fast moving and increasing in number and severity. When the attacks occur, the attacked enterprise responds with a collection of. Find, read and cite all the research.

The simplest form of Registry key monitoring is just to display its value occasionally. This won't give you a lot of detail, but you'll at least get an idea of when a setting has changed, and can then investigate in more detail.

Sysinternals' BgInfo is a tiny tool which can display a vast amount of system information -- and whatever Registry values you like -- on your desktop wallpaper. It's very lightweight, no background monitoring processes to worry about, but you'll still get a warning (eventually) when something changes.

Launch BgInfo, clear all the current values in the editing area, and select Custom > New > Registry Value.

Type IE Start Page in the Identifier box.

Enter HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerMainStart Page in the Path box, and click OK > OK.

Select IE Start Page in the 'Fields' box, click Add > OK, and you should now see your current Internet Explorer start page displayed on the desktop.

If the Registry value changes then you'll see the new URL when you reboot, or BgInfo runs again, perhaps giving you an early chance to spot unauthorized changes.

2. REG

Displaying Registry values can be useful, but logging them to a file makes it easier to analyze later, and is also a better choice for recording what's happening on someone else's PC.

Basic logging requires nothing more than a batch file. Here's a simple example.

@echo off
date /t >> report.txt
time /t >> report.txt
reg query 'hkcuSoftwareMicrosoftInternet ExplorerMain' /v 'Start Page' >> report.txt

This hides the batch file prompts, adds the current date and time to the end of the 'report.txt' file, and then uses the standard reg.exe command to save the current IE home page to the same log. (Microsoft's guide to reg.exe syntax tells you more about what you can do.)

Copy this into your Startup folder, maybe run it as a scheduled task, and over time you'll build a record of the home page history. If malware (or another user) changes it, you'll see approximately when that happened, and can investigate further.

3. Registry auditing

Windows auditing is a powerful feature which can track many system events, including changes to Registry keys.

To enable Registry auditing, open an elevated command line (right-click cmd.exe and select 'Run as administrator') and enter the command:

Regshot

auditpol /set /subcategory:'Registry' /success:enable

Launch REGEDIT, and browse to HKEY_LOCAL_MACHINESOFTWAREMicrosoftInternet ExplorerMain (or any other key you'd like to monitor).

Right-click the key in the left-hand pane, and select Permissions > Advanced.

Click the Auditing tab and select Add.

Click 'Select a principal', type 'Everyone' in the 'Enter the object name' box and click OK.

Regshot equivalent for mac os

Choose whether you want auditing to apply to this keys, or subkeys too, then click OK to close all open dialogs.

To see how this works with our example key, change your IE home page to another site, then restore it.

Launch Event Viewer, and browse to Event Viewer > Windows Logs > Security.

You should see 'Audit Success' events recording the date and time of your tweaks, and clicking these displays the name of the Registry key accessed, and the process responsible for the edit.

When you've finished, remove any audit entries you've created (right-click a Registry key > Permissions > Advanced > Auditing > select > Remove), and repeat the auditpol command above, replacing 'enable' with 'disable', to turn off auditing.

4. Process Monitor

Logging Registry changes is a simple technique, very unobtrusive, great if you just need to get a basic idea of what's happening on someone else's PC.

But if you're working on your own system, there's no substitute for Process Monitor, a powerful tool which displays Registry changes, file accesses, process creations and more, all in real time.

If you're new to the package then the sheer volume of data can be a problem, but adding a filter or two should make life easier.

Click Filter > Filter > Add.

Select 'Path' in the first list box, 'contains' in the second.

Enter all or a part of the Registry path you're monitoring in the text box. We'll use SoftwareMicrosoftInternet ExplorerMainStart Page to keep up with our example.

Select 'include' in the final list box, then Add, and we're done.

Turn on event capturing if it's not running already (File > Capture Events), and try changing Internet Explorer's home page via IE itself, Regedit and any other convenient tool.

In each case Process Monitor displays any reads or writes to your Registry key, along with the date, time, new value, and the process making this happen.

We've kept this really simple, just about monitoring a single key, but Process Monitor does much more. You could try widening filters a little (use SoftwareMicrosoftInternet Explorer to monitor all IE changes). Adding more filters. Or remove them all, capture everything, and use the various highlighting and search features to find what you need.

If you need more troubleshooting power, Process Monitor is a great choice. Go explore.

5. Regshot

So far we've assumed you know which Registry settings you'd like to monitor, but that's not always the case.

Sometimes you might just want to see everything that's changed recently, or after carrying out some specific task (installing a program).

Sounds like a complex task, but the freeware Regshot makes it all very simple.

Regshot equivalent for mac shortcut

Launch the program and click 1st shot > Shot to take a snapshot of the Registry as it is now (use 1st shot > Shot and save if you'd like to save the snapshot for use in future sessions).

Now install a program, carry out some action, or just wait for a while, until you think some Registry changes have been made.

If you've closed Regshot, click 1st shot > Load to reload the snapshot you created earlier.

Click 2nd shot > Shot to take a second snapshot.

Click 'Compare' and Regshot scans both files, looking for the differences. This takes quite some time and Regshot's interface won't respond while it's working, but be patient, it'll finish eventually.

When the job is done, Regshot produces a plain text report listing keys and values added, deleted or modified. This may be quite lengthy, because Windows and some applications are changing Registry keys all the time, but browse it carefully and you'll still have a vast amount of troubleshooting data to explore.

Usually when software gets installed onto your computer, it copies the needed files and registry entries onto the system for the program to function properly. And when you want to uninstall the software it should but doesn't always remove everything that was added in the first place. Most of the time there is useless data left over which should have been removed because the uninstaller maybe is corrupted or even badly programmed. Depending on the program and how good the uninstaller is, this could range from one or two innocuous registry keys right up to hundreds of keys and several Megabytes of leftover files.

One way to find out yourself what is getting added to your system during a software install is to actually check the state of your system before the installation, and then check again afterwards to see what has changed. Here's a selection of 7 tools that can track what file and registry changes are made during a software install by creating and then comparing before and after snapshots of your system, all were tested on Windows 7.

1. Regshot unicode

Regshot is a long running utility that can quickly take a before and after snapshot of the system registry. Also in the more recent unicode version it's gained the ability to monitor for file changes using CRC32 and MD5 file checksums although this function is turned off by default and you have to go to File -> Options -> Common Options -> and tick 'Check files in the specified folders' to enable it.

Only the Windows folder is entered into the list of watched folders so you have to enter any others yourself through the Folders tab. This version also added the Connect to remote registry option.

Regshot is very much a 'hands on' utility and is more for experienced or advanced users to quickly check for system changes between two different points in time. Simply create the 1st shot, install the software or run the program you want to watch, and then press 2nd shot. After comparing the differences in the 1st and 2nd shots, it will open an HTML log in your browser listing all the detected changes.

Being only a few hundred KB and portable, Regshot is an extremely valuable tool to have around. The original Regshot is still very slowly being developed and there is a recent beta with separate 32 / 64-bit and ANSI / Unicode versions that can be found at SourceForge.

Download Regshot 2 Unicode

2. InstallWatch Pro

InstallWatch Pro is quite an old utility which works in a similar way to RegShot in that it tracks any changes made to your registry and files between 2 given points in time although this program is more specifically designed for tracking installs. The program is quite detailed in what it can track and includes additions, deletions, or modifications to files and directories, INI files and the system registry.

The good thing about InstallWatch is the easy to read way in which the results are displayed because it behaves just like a standard Explorer window with an expanding tree view of the sections on the left. While the program is running it will detect if you run a setup installer and ask to create a before snapshot, or you can simply click the Snapshot button on the toolbar.

After install, it will ask to create the after snapshot or you can use the Analyze button. The result can then be browsed or individual sections can be exported to text or HTML. All installs are instantly accessible from the tree view and there is also a useful search function.

Download InstallWatch Pro

3. SpyMe Tools

This utility has something the others in the list don't which is a function to monitor a drive or folder in real time for file changes and could prove a useful addition when doing a bit of troubleshooting. SpyMe Tools is a quite an old program but is still perfectly capable at creating before and after snapshots to watch an install or software for changes.

It does have one drawback though because there is only the facility to snapshot either files or registry, not both together, changeable in the Current Mode option on the toolbar.

Like InstallWatch Pro the interface looks a lot like Explorer so you should feel at home navigating around. The way SpyMe Tools works is slightly awkward because you have to click the Scan button and save the snapshot, install or run the software to track, then click the Scan button again and save another snapshot with a different name.

Both are then tested for changes using the Compare button and the results will show in the window. The differences between the 2 snapshots can be saved as a text file. SpyMe Tools is also a portable program.

Download Spyme Tools

4. InCtrl5

InCtrl5 is an incredibly old tool dating way back to the year 2000 but some users may have heard or used it before, and it can still do a job with a little bit of effort. There are one or two issues with it though which require a bit of knowledge to use the program effectively. First, unsurprisingly InCtrl5 will need to be run in compatibility mode for Windows Vista, 7 or 8.

Secondly, there is an issue with it's output results for 64-bit users as it won't display the SoftwareWow6432Node registry keys as coming from there, but will instead show them as coming from simply Software, something to watch out for.

Using the program is pretty easy and it will track changes to the registry, drives and folders, ini files and also specific text files. Inclusions and exclusions can be configured by using the What to track buttons. After selecting the installer you want to track, it will create the before snapshot for you.

Then you install the software and press the Install Complete button to create the after snapshot and the analysis, which could take a little while. The result will then open up a window where it can be viewed or saved as HTM, TXT or CSV files formats.

Download InCtrl5

12Next › View All

You might also like:

7 Tools to Monitor Software Installs and then Uninstall Removing the Leftovers4 Tools to Decode and Convert Windows Registry Hex Values to Text7 Tools to Defrag and Compact the Windows RegistryHow To Recover and Export Data from Offline Registry Files2 Ways to Convert REG to EXE, BAT, VBS and AU3 to Bypass Registry Editing Restriction

Marek3 years ago

The free System Explorer systemexplorer.net and has also a Snapshots tool to record and compare changes in files and/or registry.

Reply
Regshot Equivalent For Mac

My favourites were always Advanced Registry Tracer [ART] & Advanced Registry Monitor [ARM].
They both have a 'create redo reg' & 'create undo reg' feature.

From memory they [or only one of them] can detect file size increase/decrease/modified & file date changes too.

Its been a while but Advanced Registry Tracer' System requirements for ART states it can support current windows versions.

Mark.

Reply
David Maisonave (Axter)4 years ago

Process Monitor works with x64 and 32 registry.
It also can monitor both files and registry at the same time, plus much much more.
It's free, and you can get it from Microsoft.
It replaced RegMon and FileMon tools.
You can download it from the following link:
technet.microsoft.com/en-us/sysinternals/processmonitor

The only downside is that because it has so many extra capabilities, it's not as user friendly as older registry tools. It does come with a great help file, and once you get the hang of it, you'll never look at older registry tools the same.

Reply

We've mentioned Process Monitor in other articles and its real time abilities.

Sadly there's far too much useless information and filtering needed for it to be used as a before and after snapshot comparison tool.

Reply
james4 years ago

I want to compare two snapshots of virtualbox and I want to know that is there any tool that can show me the difference among registry as well as file structure

Reply

Many thanks, this article helped me find something in the registry.

Reply
Andrewcamary5 years ago

Great information shared !
I will add one more comprehensive tool named Lepide File server auditing tool which also provides the way to track every critical changes/access made on file server into real time.

Reply

Hi,
spy me Weblink is not working anymore

Reply
nascent6 years ago

Many thanks for the article. I tried SpyMe Tools and it worked fantastically. Was able to easily collapse registry keys for changes that I could easily rule out, and it made it far easier to locate the keys I was looking for.

The biggest issue was figuring out how to use the program. Pressing the scan button seems to scan, but doesn't show any output so I couldn't figure out what to do from there. Eventually I saved the scan results (even though none showed) and then ran another scan, again nothing showed, saved those results, and then ran a compare and browsed manually for the files. Aside from that the ui and functionality seems great, my new favourite.

Reply

Any of those software would help me to keep track of changes after the software is installed?

For example… 30 days trial software. If change os dates does not work to avoid end of trial period is because it's storing something on the registry probably at every usage.

I would like to see what was changed after the execution of a software.

Any of thsese soiftware would help me?

Thank you in advance!
Take care!

Reply
EEE6 years ago

The version of Regshot listed in the article is old.

X-Regshot 2.0 can output .reg DIFF files when taking into account 2 registry comparisons.
winpenpack.com/main/download.php?view.750

The only trick is to change the default language from Russian to English, the flag button in the bottom right on first startup.

Regshot 1.x leaves a lot to be desired unfortunately.

Reply

It appears you have got confused somewhere, X-Regshot IS Regshot with a rather pointless WinPenPack splash screen tagged on.

We link to both versions (1.9x and 2.0.xx) and are talking about the same Unincode version X-Regshot uses…

Reply
steve7 years ago

the last freeware version of Total Uninstall is still available ( not at the authors' site) and it's all I've used for about the last 10 years

Reply

Yeah, we've talked about that in another article dedicated to uninstall monitors…

raymond.cc/blog/monitor-software-installs-remove-leftovers-install-monitor/

Reply
Mahesh7 years ago

Thanks.

Reply

I want to know if any of these programs would help me to get a .reg of the installed software, so when i install simples programs, and i have to reinstall windows any time, i wouldn´t have to reinstall my software too, but just merge my .reg file and i get my little sofware working again

Reply
HAL9000 Author7 years ago

I think a few of them do what you ask, but RegShot is probably the easiest to use.

After running the 2nd snapshot and comparing, look in the Report folder (usually C:Hive) and find the RedoReg.txt file. That's the difference file and you simply rename the extension to .reg and import into the registry later.

Reply

Hey I just downloaded that Regshot Unicode and it's some strange version from 2010 2.01.70 when the build at source forge is 1.9.0.281 from the Regshot team dated 2/2/2013

What gives and who compiled that 'Regshot 2' version in Russia?

Reply
HAL9000 Author7 years ago

The Regshot Unicode version was a fork of the original Regshot after it was pretty much abandoned for something like 3 or 4 years. It's been around since 2010 and many people prefer it for the extra functions and unicode support. Unfortunately the website for it is now gone.

Reply

Both InstallWatch Pro and Systracer output the changes between before and after snapshots as reg files. Unfortunately the free version of InstallWatch Pro is limited in that a record of deleted registry keys and values is not available. The full version had this feature, but after much searching using Google I have not been able to locate it.

Reply
Paranoid Geek7 years ago

I scanned InstallSpy 2 with VirusTotal.com and it's showing a possible infection. Can anyone confirm?

Reply

That's definitely a false positive, the creator and host of the file, 2brightsparks.com, is a well respected software developer. 1 out of 46 at VirusTotal is classic false positive territory.

Reply
MATTHEW7 years ago

Thank you so much. I recently performed a complete system restore, only re-installing 8 programs. Now, I have to temporarily install more programs. Hopefully, I will never have to restore my computer again with this.

Reply

This is awesome info. Thanks alot I only knew about a few of these tools.

Reply
Angelo8 years ago

Thank you very much for your useful post!
It is just what I want.

Reply

this is a great article, but i'd be interested in hearing which is the #1 choice for the author after testing all them. :-/

Reply
Hani11 years ago

Raymond Rules….

Reply

Regshot Equivalent For Mac Os

Thank You…

Reply
billy1312 years ago

Thanks Ray!

Reply

thanks ray..

Reply
philips14c12 years ago

Since I began to use Total Uninstall (1 year ago) I never had to reinstall Windows! This program really removes everything! Windows will be in top shape no mater how many apps you install/uninstall! This kind of application is excellent to keep bloatware and crapware under control.

Regshot Equivalent For Mac Catalina

Reply

Thanks man, its great tutorial. I always wanted to keep my system clean and I am gonna use Total Uninstall.

Thanks!

Reply
xje4bv12 years ago

This is great. Thanks a lot. I used to know about FileMon and RegMon only.

For

auditpol /set /subcategory:'Registry' /success:enable

Launch REGEDIT, and browse to HKEY_LOCAL_MACHINESOFTWAREMicrosoftInternet ExplorerMain (or any other key you'd like to monitor).

Right-click the key in the left-hand pane, and select Permissions > Advanced.

Click the Auditing tab and select Add.

Click 'Select a principal', type 'Everyone' in the 'Enter the object name' box and click OK.

Choose whether you want auditing to apply to this keys, or subkeys too, then click OK to close all open dialogs.

To see how this works with our example key, change your IE home page to another site, then restore it.

Launch Event Viewer, and browse to Event Viewer > Windows Logs > Security.

You should see 'Audit Success' events recording the date and time of your tweaks, and clicking these displays the name of the Registry key accessed, and the process responsible for the edit.

When you've finished, remove any audit entries you've created (right-click a Registry key > Permissions > Advanced > Auditing > select > Remove), and repeat the auditpol command above, replacing 'enable' with 'disable', to turn off auditing.

4. Process Monitor

Logging Registry changes is a simple technique, very unobtrusive, great if you just need to get a basic idea of what's happening on someone else's PC.

But if you're working on your own system, there's no substitute for Process Monitor, a powerful tool which displays Registry changes, file accesses, process creations and more, all in real time.

If you're new to the package then the sheer volume of data can be a problem, but adding a filter or two should make life easier.

Click Filter > Filter > Add.

Select 'Path' in the first list box, 'contains' in the second.

Enter all or a part of the Registry path you're monitoring in the text box. We'll use SoftwareMicrosoftInternet ExplorerMainStart Page to keep up with our example.

Select 'include' in the final list box, then Add, and we're done.

Turn on event capturing if it's not running already (File > Capture Events), and try changing Internet Explorer's home page via IE itself, Regedit and any other convenient tool.

In each case Process Monitor displays any reads or writes to your Registry key, along with the date, time, new value, and the process making this happen.

We've kept this really simple, just about monitoring a single key, but Process Monitor does much more. You could try widening filters a little (use SoftwareMicrosoftInternet Explorer to monitor all IE changes). Adding more filters. Or remove them all, capture everything, and use the various highlighting and search features to find what you need.

If you need more troubleshooting power, Process Monitor is a great choice. Go explore.

5. Regshot

So far we've assumed you know which Registry settings you'd like to monitor, but that's not always the case.

Sometimes you might just want to see everything that's changed recently, or after carrying out some specific task (installing a program).

Sounds like a complex task, but the freeware Regshot makes it all very simple.

Launch the program and click 1st shot > Shot to take a snapshot of the Registry as it is now (use 1st shot > Shot and save if you'd like to save the snapshot for use in future sessions).

Now install a program, carry out some action, or just wait for a while, until you think some Registry changes have been made.

If you've closed Regshot, click 1st shot > Load to reload the snapshot you created earlier.

Click 2nd shot > Shot to take a second snapshot.

Click 'Compare' and Regshot scans both files, looking for the differences. This takes quite some time and Regshot's interface won't respond while it's working, but be patient, it'll finish eventually.

When the job is done, Regshot produces a plain text report listing keys and values added, deleted or modified. This may be quite lengthy, because Windows and some applications are changing Registry keys all the time, but browse it carefully and you'll still have a vast amount of troubleshooting data to explore.

Usually when software gets installed onto your computer, it copies the needed files and registry entries onto the system for the program to function properly. And when you want to uninstall the software it should but doesn't always remove everything that was added in the first place. Most of the time there is useless data left over which should have been removed because the uninstaller maybe is corrupted or even badly programmed. Depending on the program and how good the uninstaller is, this could range from one or two innocuous registry keys right up to hundreds of keys and several Megabytes of leftover files.

One way to find out yourself what is getting added to your system during a software install is to actually check the state of your system before the installation, and then check again afterwards to see what has changed. Here's a selection of 7 tools that can track what file and registry changes are made during a software install by creating and then comparing before and after snapshots of your system, all were tested on Windows 7.

1. Regshot unicode

Regshot is a long running utility that can quickly take a before and after snapshot of the system registry. Also in the more recent unicode version it's gained the ability to monitor for file changes using CRC32 and MD5 file checksums although this function is turned off by default and you have to go to File -> Options -> Common Options -> and tick 'Check files in the specified folders' to enable it.

Only the Windows folder is entered into the list of watched folders so you have to enter any others yourself through the Folders tab. This version also added the Connect to remote registry option.

Regshot is very much a 'hands on' utility and is more for experienced or advanced users to quickly check for system changes between two different points in time. Simply create the 1st shot, install the software or run the program you want to watch, and then press 2nd shot. After comparing the differences in the 1st and 2nd shots, it will open an HTML log in your browser listing all the detected changes.

Being only a few hundred KB and portable, Regshot is an extremely valuable tool to have around. The original Regshot is still very slowly being developed and there is a recent beta with separate 32 / 64-bit and ANSI / Unicode versions that can be found at SourceForge.

Download Regshot 2 Unicode

2. InstallWatch Pro

InstallWatch Pro is quite an old utility which works in a similar way to RegShot in that it tracks any changes made to your registry and files between 2 given points in time although this program is more specifically designed for tracking installs. The program is quite detailed in what it can track and includes additions, deletions, or modifications to files and directories, INI files and the system registry.

The good thing about InstallWatch is the easy to read way in which the results are displayed because it behaves just like a standard Explorer window with an expanding tree view of the sections on the left. While the program is running it will detect if you run a setup installer and ask to create a before snapshot, or you can simply click the Snapshot button on the toolbar.

After install, it will ask to create the after snapshot or you can use the Analyze button. The result can then be browsed or individual sections can be exported to text or HTML. All installs are instantly accessible from the tree view and there is also a useful search function.

Download InstallWatch Pro

3. SpyMe Tools

This utility has something the others in the list don't which is a function to monitor a drive or folder in real time for file changes and could prove a useful addition when doing a bit of troubleshooting. SpyMe Tools is a quite an old program but is still perfectly capable at creating before and after snapshots to watch an install or software for changes.

It does have one drawback though because there is only the facility to snapshot either files or registry, not both together, changeable in the Current Mode option on the toolbar.

Like InstallWatch Pro the interface looks a lot like Explorer so you should feel at home navigating around. The way SpyMe Tools works is slightly awkward because you have to click the Scan button and save the snapshot, install or run the software to track, then click the Scan button again and save another snapshot with a different name.

Both are then tested for changes using the Compare button and the results will show in the window. The differences between the 2 snapshots can be saved as a text file. SpyMe Tools is also a portable program.

Download Spyme Tools

4. InCtrl5

InCtrl5 is an incredibly old tool dating way back to the year 2000 but some users may have heard or used it before, and it can still do a job with a little bit of effort. There are one or two issues with it though which require a bit of knowledge to use the program effectively. First, unsurprisingly InCtrl5 will need to be run in compatibility mode for Windows Vista, 7 or 8.

Secondly, there is an issue with it's output results for 64-bit users as it won't display the SoftwareWow6432Node registry keys as coming from there, but will instead show them as coming from simply Software, something to watch out for.

Using the program is pretty easy and it will track changes to the registry, drives and folders, ini files and also specific text files. Inclusions and exclusions can be configured by using the What to track buttons. After selecting the installer you want to track, it will create the before snapshot for you.

Then you install the software and press the Install Complete button to create the after snapshot and the analysis, which could take a little while. The result will then open up a window where it can be viewed or saved as HTM, TXT or CSV files formats.

Download InCtrl5

12Next › View All

You might also like:

7 Tools to Monitor Software Installs and then Uninstall Removing the Leftovers4 Tools to Decode and Convert Windows Registry Hex Values to Text7 Tools to Defrag and Compact the Windows RegistryHow To Recover and Export Data from Offline Registry Files2 Ways to Convert REG to EXE, BAT, VBS and AU3 to Bypass Registry Editing Restriction

Marek3 years ago

The free System Explorer systemexplorer.net and has also a Snapshots tool to record and compare changes in files and/or registry.

Reply

My favourites were always Advanced Registry Tracer [ART] & Advanced Registry Monitor [ARM].
They both have a 'create redo reg' & 'create undo reg' feature.

From memory they [or only one of them] can detect file size increase/decrease/modified & file date changes too.

Its been a while but Advanced Registry Tracer' System requirements for ART states it can support current windows versions.

Mark.

Reply
David Maisonave (Axter)4 years ago

Process Monitor works with x64 and 32 registry.
It also can monitor both files and registry at the same time, plus much much more.
It's free, and you can get it from Microsoft.
It replaced RegMon and FileMon tools.
You can download it from the following link:
technet.microsoft.com/en-us/sysinternals/processmonitor

The only downside is that because it has so many extra capabilities, it's not as user friendly as older registry tools. It does come with a great help file, and once you get the hang of it, you'll never look at older registry tools the same.

Reply

We've mentioned Process Monitor in other articles and its real time abilities.

Sadly there's far too much useless information and filtering needed for it to be used as a before and after snapshot comparison tool.

Reply
james4 years ago

I want to compare two snapshots of virtualbox and I want to know that is there any tool that can show me the difference among registry as well as file structure

Reply

Many thanks, this article helped me find something in the registry.

Reply
Andrewcamary5 years ago

Great information shared !
I will add one more comprehensive tool named Lepide File server auditing tool which also provides the way to track every critical changes/access made on file server into real time.

Reply

Hi,
spy me Weblink is not working anymore

Reply
nascent6 years ago

Many thanks for the article. I tried SpyMe Tools and it worked fantastically. Was able to easily collapse registry keys for changes that I could easily rule out, and it made it far easier to locate the keys I was looking for.

The biggest issue was figuring out how to use the program. Pressing the scan button seems to scan, but doesn't show any output so I couldn't figure out what to do from there. Eventually I saved the scan results (even though none showed) and then ran another scan, again nothing showed, saved those results, and then ran a compare and browsed manually for the files. Aside from that the ui and functionality seems great, my new favourite.

Reply

Any of those software would help me to keep track of changes after the software is installed?

For example… 30 days trial software. If change os dates does not work to avoid end of trial period is because it's storing something on the registry probably at every usage.

I would like to see what was changed after the execution of a software.

Any of thsese soiftware would help me?

Thank you in advance!
Take care!

Reply
EEE6 years ago

The version of Regshot listed in the article is old.

X-Regshot 2.0 can output .reg DIFF files when taking into account 2 registry comparisons.
winpenpack.com/main/download.php?view.750

The only trick is to change the default language from Russian to English, the flag button in the bottom right on first startup.

Regshot 1.x leaves a lot to be desired unfortunately.

Reply

It appears you have got confused somewhere, X-Regshot IS Regshot with a rather pointless WinPenPack splash screen tagged on.

We link to both versions (1.9x and 2.0.xx) and are talking about the same Unincode version X-Regshot uses…

Reply
steve7 years ago

the last freeware version of Total Uninstall is still available ( not at the authors' site) and it's all I've used for about the last 10 years

Reply

Yeah, we've talked about that in another article dedicated to uninstall monitors…

raymond.cc/blog/monitor-software-installs-remove-leftovers-install-monitor/

Reply
Mahesh7 years ago

Thanks.

Reply

I want to know if any of these programs would help me to get a .reg of the installed software, so when i install simples programs, and i have to reinstall windows any time, i wouldn´t have to reinstall my software too, but just merge my .reg file and i get my little sofware working again

Reply
HAL9000 Author7 years ago

I think a few of them do what you ask, but RegShot is probably the easiest to use.

After running the 2nd snapshot and comparing, look in the Report folder (usually C:Hive) and find the RedoReg.txt file. That's the difference file and you simply rename the extension to .reg and import into the registry later.

Reply

Hey I just downloaded that Regshot Unicode and it's some strange version from 2010 2.01.70 when the build at source forge is 1.9.0.281 from the Regshot team dated 2/2/2013

What gives and who compiled that 'Regshot 2' version in Russia?

Reply
HAL9000 Author7 years ago

The Regshot Unicode version was a fork of the original Regshot after it was pretty much abandoned for something like 3 or 4 years. It's been around since 2010 and many people prefer it for the extra functions and unicode support. Unfortunately the website for it is now gone.

Reply

Both InstallWatch Pro and Systracer output the changes between before and after snapshots as reg files. Unfortunately the free version of InstallWatch Pro is limited in that a record of deleted registry keys and values is not available. The full version had this feature, but after much searching using Google I have not been able to locate it.

Reply
Paranoid Geek7 years ago

I scanned InstallSpy 2 with VirusTotal.com and it's showing a possible infection. Can anyone confirm?

Reply

That's definitely a false positive, the creator and host of the file, 2brightsparks.com, is a well respected software developer. 1 out of 46 at VirusTotal is classic false positive territory.

Reply
MATTHEW7 years ago

Thank you so much. I recently performed a complete system restore, only re-installing 8 programs. Now, I have to temporarily install more programs. Hopefully, I will never have to restore my computer again with this.

Reply

This is awesome info. Thanks alot I only knew about a few of these tools.

Reply
Angelo8 years ago

Thank you very much for your useful post!
It is just what I want.

Reply

this is a great article, but i'd be interested in hearing which is the #1 choice for the author after testing all them. :-/

Reply
Hani11 years ago

Raymond Rules….

Reply

Regshot Equivalent For Mac Os

Thank You…

Reply
billy1312 years ago

Thanks Ray!

Reply

thanks ray..

Reply
philips14c12 years ago

Since I began to use Total Uninstall (1 year ago) I never had to reinstall Windows! This program really removes everything! Windows will be in top shape no mater how many apps you install/uninstall! This kind of application is excellent to keep bloatware and crapware under control.

Regshot Equivalent For Mac Catalina

Reply

Thanks man, its great tutorial. I always wanted to keep my system clean and I am gonna use Total Uninstall.

Thanks!

Reply
xje4bv12 years ago

This is great. Thanks a lot. I used to know about FileMon and RegMon only.

Regshot Equivalent For Mac Shortcut

Reply

Total Uninstall is what I use, but thanks for rest of the softwares, great tips no doubt, cheers mate!

Reply

Leave a Reply





broken image