MoonPoint Support Logo

 




Advanced Search
September
Sun Mon Tue Wed Thu Fri Sat
   
9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30      
2026
Months
Sep
Oct Nov Dec


Wed, Sep 09, 2026 8:03 pm

Registry values for Collectorz Movie Collector running under Wine

I needed to check the version and some other values for the Collectorz Windows desktop version of its Movie Collector database program which was running under Wine on a Linux system. You can view values that are stored in the Windows Registry under a Wine prefix by entering a command similar to WINEPREFIX=$HOME/wineprefix wine regedit where wineprefix is the name of the Wine prefix. E.g., WINEPREFIX=$HOME/.wine-collectorz wine regedit. You can find the registry keys for Movie Collector under HKEY_CURRENT_USER\Software\Collectorz.com\Movie

Wine -
Movie Collector registry keys

You can check specific keys with reg query commands like the ones below, where the Wine prefix is .wine-collectorz, which show the version of Movie Collector, the location of the currently specified database, and the location where backups will be stored.

alice@Wonderland:~$ WINEPREFIX=$HOME/.wine-collectorz wine reg query "HKCU\Software\Collectorz.com\Movie\Version info" /v Version

HKEY_CURRENT_USER\Software\Collectorz.com\Movie\Version info
    Version    REG_SZ    23.3.5

alice@Wonderland:~$ WINEPREFIX=$HOME/.wine-collectorz wine reg query "HKCU\Software\Collectorz.com\Movie\Databases" /v CurrentDatabase

HKEY_CURRENT_USER\Software\Collectorz.com\Movie\Databases
    CurrentDatabase    REG_SZ    T:\Movie Collector\Movies.mvc

alice@Wonderland:~$ WINEPREFIX=$HOME/.wine-collectorz wine reg query "HKCU\Software\Collectorz.com\Movie\Folders" /v Backup

HKEY_CURRENT_USER\Software\Collectorz.com\Movie\Folders
    Backup    REG_SZ    I:\Movie Collector\Backup\

alice@Wonderland:~$ 

References:

  1. Collectorz.com® Movie Collector for Windows - Getting Started
    Collectorz.com

Related:

  1. Creating and using a Wine prefix on an Ubuntu Linux system
    Date: July 31, 2026
  2. Windows Reg Query Command
    Date: October 1, 2016

[/os/unix/linux/wine] permanent link

Valid HTML 4.01 Transitional

Privacy Policy   Contact

Blosxom logo