https://bugs.winehq.org/show_bug.cgi?id=44892
Bug ID: 44892 Summary: regedit imports keys at wrong place when used through command line Product: Wine Version: 3.4 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: trivial Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: BM-2cUwG2wgWXGUJb7ja8qctbv4cKkDJxp72r@bitmessage.ch Distribution: ---
Created attachment 60961 --> https://bugs.winehq.org/attachment.cgi?id=60961 +reg log, registry file and screenshot after import
When importing registry files with Wow6432Node regedit creates another key named "Wow6432Node" inside Wow6432Node and imports rest of the keys inside it.
This behavior is only observed when using console to import registry, gui import works fine.
wine regedit reg_file.reg wine regedit /C reg_file.reg regedit reg_file.reg
All commands produce same results.