http://bugs.winehq.org/show_bug.cgi?id=32349
--- Comment #2 from sworddragon2@aol.com 2012-12-02 23:32:00 CST --- This example does work now:
WINE REGISTRY Version 2
[Software\Microsoft\Windows NT\CurrentVersion] 0 "CSDVersion"="Service Pack 1" "CurrentBuildNumber"="7601" "CurrentVersion"="6.1" "ProductName"="Microsoft Windows 7"
[System\CurrentControlSet\Control\ProductOptions] 0 "ProductType"="WinNT"
After winecfg is called the first time it fills the rest with the default configurations. But there are some minor differences. For example the following will be missing if the file was pre-configured:
[System\CurrentControlSet\Control\Session Manager\Environment] 1354512358 "NUMBER_OF_PROCESSORS"="6" "PROCESSOR_ARCHITECTURE"="AMD64" "PROCESSOR_IDENTIFIER"="AMD64 Family 16 Model 10 Stepping 0, GenuineIntel" "PROCESSOR_LEVEL"="16" "PROCESSOR_REVISION"="0a00"
Is this normal that Wine doesn't fill these entries anymore if they are missing?