GhostBuster Changelog

What's new in GhostBuster 111833

Dec 29, 2015
  • I have some issues syncing sources with TFS (last changeset lacks).
  • Re-uploaded downloads after fixing a small but sometimes show stopping command-line issue
  • (the command-line help message box shows when going elevated). Please update if you encounter this issue.
  • Removed default event log creation to make GhostBuster more portable and solve a policy/access issue.
  • An existing GhostBuster event log can be removed with a PowerShell command:
  • remove-eventlog -LogName "GhostBuster”
  • A new command-line option /EVENTLOG has been added to manually create a GhostBuster event log.
  • Set version to 1.0.7

New in GhostBuster 111832 (Dec 29, 2015)

  • Removed default event log creation to make GhostBuster more portable and solve a policy/access issue.
  • A new command-line option /EVENTLOG has been added to manually create a GhostBuster event log.
  • Set version to 1.0.6

New in GhostBuster 110700 (Jan 3, 2015)

  • Updated code that shows a devices properties (context menu).
  • Added new code to release comport that are removed but still in use.
  • Note: it will not repair missing reservation in the comportdb (yet).
  • Added opening the registry for either the device or the services key (if present).
  • Note: due to technical limitations regedit must be closed before viewing a new devices registry entries.
  • Made it possible to lift the services barrier and remove them too (IniFile). It will probably not remove the device's service that was detected and led to the labeling as service.
  • New Installer based on Wix/WixBuilder.
  • Note: depending on the installation type, the location of the Ghostbuster.ini file will vary.
  • Either '%appdata%\GhostBuster' or '%allusersprofile%\Ghostbuster' will be used.
  • Note: In the new serialport dialog a COM99 serial port shows up.
  • This is some left-over from testing I will remove in a next release.
  • Set version to 1.0.5.

New in GhostBuster 106145 (Sep 9, 2014)

  • Changed click-once update to application exit.
  • Set version to 1.0.4.

New in GhostBuster 106143 (Jan 16, 2014)

  • Added a Portable Executable for Windows XP merged against .Net 4 Full Framework.
  • Fixed certificate.
  • Updated Paypal done button.
  • Added menuitem for click-once updates check.
  • Added menuitem to visit website.
  • Set automatic update check to application exit.
  • Set version to 1.0.0.4.

New in GhostBuster 98926 (Jan 3, 2013)

  • Improved System Restore Detection (search for rstrui.exe).
  • Flagged null guid device as system so it cannot be removed anymore.
  • Added to devices with an empty deviceclass.
  • Set copyright to 2012.
  • Version set to v1.0.2.0

New in GhostBuster 91520 (Jul 19, 2012)

  • Added WMI based RestorePoint support
  • Removed test code from program.cs
  • Improved counting.
  • Changed color of ghosted but unfiltered devices.
  • Changed HwEntries into an ObservableCollection.
  • Added Properties Form.
  • Added Properties MenuItem to Context Menu.
  • Added Hide Unfiltered Devices to Context Menu.

New in GhostBuster 80445 (Feb 18, 2012)

  • Added Commandline support,
  • Added Eventlog output,
  • Added Task scheduler support,
  • The scheduled task can be used to run GhostBuster without further UAC prompts

New in GhostBuster 38421 (Apr 29, 2010)

  • Added WaitCursor during Enumeration of devices.
  • Removed Path from IniFileName so it will default to '%AppData%\GhostBuster' and therefor prevent UAC problems with Vista/Window 7.
  • Added UAC Shield to RemoveBtn.
  • Added code to restart with Elevated security.
  • Added UAC Tooltip.
  • Ensure visibility of Selected ListViewItem after refresh (but not during removal).
  • Correctly Enable and Disable Context MenuItems.
  • Added Registry Access Rights to Enumeration of Services.
  • This was preventing correct working of the GhostBuster on WHS/W2K3 Server and solved the Security Violations.
  • Added try/catch in SetupDi.EnumServices() to prevent screwed up service registry entries like SBCore to crash the program.