Commit b258f880 authored by Alexandre Julliard's avatar Alexandre Julliard

wine.inf: Make the initial owner information empty.

parent a933d540
......@@ -199,16 +199,16 @@ HKLM,%CurrentVersion%,"FirstInstallDateTime",1,21,81,7c,23
HKLM,%CurrentVersion%,"ProductId",,"12345-oem-0000001-54321"
HKLM,%CurrentVersion%,"ProgramFilesDir",,"%16422%"
HKLM,%CurrentVersion%,"ProgramFilesPath",0x20000,"%%ProgramFiles%%"
HKLM,%CurrentVersion%,"RegisteredOrganization",2,"Change preferred organization in ~/.wine/system.reg"
HKLM,%CurrentVersion%,"RegisteredOwner",2,"Change preferred owner in ~/.wine/system.reg"
HKLM,%CurrentVersion%,"RegisteredOrganization",2,""
HKLM,%CurrentVersion%,"RegisteredOwner",2,""
HKLM,%CurrentVersion%\Controls Folder\PowerCfg,"DiskSpinDownMax",,"3600"
HKLM,%CurrentVersion%\Controls Folder\PowerCfg,"DiskSpinDownMin",,"3"
HKLM,%CurrentVersion%\Controls Folder\PowerCfg,"LastID",,"5"
HKLM,%CurrentVersion%\Setup,"BootDir",,"%30%"
HKLM,%CurrentVersion%\Setup,"SharedDir",,"%25%"
HKLM,%CurrentVersion%\Uninstall,,,""
HKLM,%CurrentVersionNT%,"RegisteredOrganization",2,"Change preferred organization in ~/.wine/system.reg"
HKLM,%CurrentVersionNT%,"RegisteredOwner",2,"Change preferred owner in ~/.wine/system.reg"
HKLM,%CurrentVersionNT%,"RegisteredOrganization",2,""
HKLM,%CurrentVersionNT%,"RegisteredOwner",2,""
HKLM,%CurrentVersionNT%,"SystemRoot",,"%10%"
HKLM,%CurrentVersionNT%\Fonts,,,""
HKLM,%CurrentVersionNT%\Q246009,"Installed",,"1"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment