wine/loader/wine.inf.in

1307 lines
56 KiB
INI

;; .INF script for the basic Wine configuration
;; Version: @PACKAGE_STRING@
;;
;; This should be run through setupapi:
;; rundll32 setupapi.dll,InstallHinfSection DefaultInstall 128 wine.inf
;;
;; Copyright (C) 2004 Chris Morgan
;; Copyright (C) 2004 Brian Vincent
;; Copyright (C) 2004 Alexandre Julliard
;;
;; This library is free software; you can redistribute it and/or
;; modify it under the terms of the GNU Lesser General Public
;; License as published by the Free Software Foundation; either
;; version 2.1 of the License, or (at your option) any later version.
;;
;; This library is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
;; Lesser General Public License for more details.
;;
;; You should have received a copy of the GNU Lesser General Public
;; License along with this library; if not, write to the Free Software
;; Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
;;
[version]
signature="$CHICAGO$"
[PreInstall]
WineFakeDlls=FakeDllsPreInstall
[PreInstall.ntamd64]
WineFakeDlls=FakeDllsPreInstall
AddReg=Wow64
[PreInstall.ntarm64]
WineFakeDlls=FakeDllsPreInstall
AddReg=Wow64
[PreInstall.Services]
AddService=MountMgr,0x800,MountMgrService
[PreInstall.ntamd64.Services]
AddService=MountMgr,0x800,MountMgrService
[PreInstall.ntarm64.Services]
AddService=MountMgr,0x800,MountMgrService
[FakeDllsPreInstall]
11,,winedevice.exe
12,,mountmgr.sys
[BaseInstall]
RegisterDlls=RegisterDllsSection
WineFakeDlls=FakeDlls
UpdateInis=SystemIni
CopyFiles=ColorFiles,EtcFiles,InfFiles,NlsFiles,SortFiles
AddReg=\
Classes,\
ContentIndex,\
ControlClass,\
CurrentVersion,\
Debugger,\
DirectX,\
Fonts,\
LicenseInformation,\
MCI,\
Misc,\
OLE,\
Printing,\
Services, \
SessionMgr,\
ThemeManager
[DefaultInstall]
Needs=BaseInstall
WineFakeDlls=FakeDllsWin32
AddReg=\
VCRuntime.ntx86
[DefaultInstall.ntx86]
Needs=BaseInstall
WineFakeDlls=FakeDllsWin32
AddReg=\
VCRuntime.ntx86,\
VersionInfo
[DefaultInstall.ntarm]
Needs=BaseInstall
WineFakeDlls=FakeDllsWin32
AddReg=\
VersionInfo
[DefaultInstall.ntamd64]
Needs=BaseInstall
WineFakeDlls=FakeDllsWin64
AddReg=\
CurrentVersionWow64.ntamd64,\
VCRuntime.ntamd64,\
VersionInfo
[DefaultInstall.ntarm64]
Needs=BaseInstall
WineFakeDlls=FakeDllsWin64
AddReg=\
CurrentVersionWow64.ntarm64,\
VCRuntime.ntamd64,\
VCRuntime.ntarm64,\
VersionInfo
[BaseWow64Install]
RegisterDlls=RegisterDllsSection
WineFakeDlls=FakeDllsWin32,FakeDllsWow64
CopyFiles=NlsFiles
AddReg=\
CurrentVersion,\
Debugger,\
DirectX,\
LicenseInformation,\
MCI,\
Misc,\
VersionInfo
[Wow64Install.ntx86]
Needs=BaseWow64Install
AddReg=\
CurrentVersionWow64.ntx86,\
VCRuntime.ntamd64,\
VCRuntime.ntx86
[Wow64Install.ntarm]
Needs=BaseWow64Install
AddReg=\
CurrentVersionWow64.ntarm
[DefaultInstall.Services]
AddService=BITS,0,BITSService
AddService=EventLog,0x800,EventLogService
AddService=HTTP,0,HTTPService
AddService=MSIServer,0,MSIService
AddService=RpcSs,0,RpcSsService
AddService=scardsvr,0,ScardSvrService
AddService=Spooler,0,SpoolerService
AddService=StiSvc,0,StiService
AddService=TermService,0,TerminalServices
AddService=PlugPlay,0x800,PlugPlayService
AddService=FontCache3.0.0.0,0,WPFFontCacheService
AddService=LanmanServer,0,LanmanServerService
AddService=FontCache,0,FontCacheService
AddService=Schedule,0,TaskSchedulerService
AddService=Winmgmt,0,WinmgmtService
AddService=wuauserv,0,wuauService
AddService=NDIS,0x800,NDISService
AddService=nsiproxy,0x800,NsiProxyService
[DefaultInstall.ntx86.Services]
AddService=BITS,0,BITSService
AddService=EventLog,0x800,EventLogService
AddService=HTTP,0,HTTPService
AddService=MSIServer,0,MSIService
AddService=RpcSs,0,RpcSsService
AddService=scardsvr,0,ScardSvrService
AddService=Spooler,0,SpoolerService
AddService=StiSvc,0,StiService
AddService=TermService,0,TerminalServices
AddService=PlugPlay,0x800,PlugPlayService
AddService=FontCache3.0.0.0,0,WPFFontCacheService
AddService=LanmanServer,0,LanmanServerService
AddService=FontCache,0,FontCacheService
AddService=Schedule,0,TaskSchedulerService
AddService=Winmgmt,0,WinmgmtService
AddService=wuauserv,0,wuauService
AddService=NDIS,0x800,NDISService
AddService=nsiproxy,0x800,NsiProxyService
[DefaultInstall.ntamd64.Services]
AddService=BITS,0,BITSService
AddService=EventLog,0x800,EventLogService
AddService=HTTP,0,HTTPService
AddService=MSIServer,0,MSIService
AddService=RpcSs,0,RpcSsService
AddService=scardsvr,0,ScardSvrService
AddService=Spooler,0,SpoolerService
AddService=StiSvc,0,StiService
AddService=TermService,0,TerminalServices
AddService=PlugPlay,0x800,PlugPlayService
AddService=FontCache3.0.0.0,0,WPFFontCacheService
AddService=LanmanServer,0,LanmanServerService
AddService=FontCache,0,FontCacheService
AddService=Schedule,0,TaskSchedulerService
AddService=Winmgmt,0,WinmgmtService
AddService=wuauserv,0,wuauService
AddService=NDIS,0x800,NDISService
AddService=nsiproxy,0x800,NsiProxyService
[DefaultInstall.ntarm64.Services]
AddService=BITS,0,BITSService
AddService=EventLog,0x800,EventLogService
AddService=HTTP,0,HTTPService
AddService=MSIServer,0,MSIService
AddService=RpcSs,0,RpcSsService
AddService=scardsvr,0,ScardSvrService
AddService=Spooler,0,SpoolerService
AddService=StiSvc,0,StiService
AddService=TermService,0,TerminalServices
AddService=PlugPlay,0x800,PlugPlayService
AddService=FontCache3.0.0.0,0,WPFFontCacheService
AddService=LanmanServer,0,LanmanServerService
AddService=FontCache,0,FontCacheService
AddService=Schedule,0,TaskSchedulerService
AddService=Winmgmt,0,WinmgmtService
AddService=wuauserv,0,wuauService
AddService=NDIS,0x800,NDISService
AddService=nsiproxy,0x800,NsiProxyService
[Strings]
MciExtStr="Software\Microsoft\Windows NT\CurrentVersion\MCI Extensions"
Mci32Str="Software\Microsoft\Windows NT\CurrentVersion\MCI32"
CurrentVersion="Software\Microsoft\Windows\CurrentVersion"
CurrentVersionNT="Software\Microsoft\Windows NT\CurrentVersion"
FontSubStr="Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes"
Control="System\CurrentControlSet\Control"
[Classes]
HKCR,.chm,,2,"chm.file"
HKCR,.cpl,,2,"cplfile"
HKCR,.hlp,,2,"hlpfile"
HKCR,.inf,,2,"inffile"
HKCR,.ini,,2,"inifile"
HKCR,.lnk,,2,"lnkfile"
HKCR,.msi,,2,"Msi.Package"
HKCR,.msp,,2,"Msi.Patch"
HKCR,.pdf,,2,"pdffile"
HKCR,.rtf,,2,"rtffile"
HKCR,.wri,,2,"wrifile"
HKCR,*\shellex\ContextMenuHandlers,,16
HKCR,chm.file,,2,"Compiled HTML Help File"
HKCR,chm.file\DefaultIcon,,2,"%10%\hh.exe,0"
HKCR,chm.file\shell\open\command,,2,"""%10%\hh.exe"" ""%1"""
HKCR,cplfile,,2,"Control Panel Item"
HKCR,cplfile\shell\cplopen,,2,"Open with Control Panel"
HKCR,cplfile\shell\cplopen\command,,2,"rundll32.exe shell32.dll,Control_RunDLL ""%1"",%*"
HKCR,Directory\Background\shellex\ContextMenuHandlers\New,,,"{d969a300-e7ff-11d0-a93b-00a0c90f2719}"
HKCR,DirectShow,,16
HKCR,exefile,,2,"Application"
HKCR,exefile\DefaultIcon,,2,"%1"
HKCR,exefile\shell\open\command,,2,"""%1"" %*"
HKCR,exefile\shell\runas\command,,2,"""%1"" %*"
HKCR,folder\shell\open\ddeexec,,2,"[ViewFolder("%l", %I, %S)]"
HKCR,folder\shell\open\ddeexec,"NoActivateHandler",2,""
HKCR,folder\shell\open\ddeexec\application,,2,"Folders"
HKCR,folder\shellex\ContextMenuHandlers,,16
HKCR,folder\shellnew,"Directory",,""
HKCR,folder\shellnew,"ItemName",,"@%11%\shell32.dll,-142"
HKCR,folder\shellnew,"MenuText",,"@%11%\shell32.dll,-180"
HKCR,hlpfile,,2,"Help File"
HKCR,hlpfile\shell\open\command,,2,"""%11%\winhlp32.exe"" ""%1"""
HKCR,htmlfile\shell\open\command,,2,"""%11%\winebrowser.exe"" ""%1"""
HKCR,inffile,,2,"Setup Information"
HKCR,inffile\shell\install\command,,2,"%11%\rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 %1"
HKCR,inifile,,2,"Configuration Settings"
HKCR,inifile\shell\open\command,,2,"""%11%\notepad.exe"" ""%1"""
HKCR,inifile\shell\print\command,,2,"""%11%\notepad.exe"" /p ""%1"""
HKCR,lnkfile,,2,"Shortcut"
HKCR,lnkfile,"NeverShowExt",2,""
HKCR,lnkfile,"IsShortcut",2,"yes"
HKCR,lnkfile\CLSID,,2,"{00021401-0000-0000-C000-000000000046}"
HKCR,lnkfile\shellex\IconHandler,,2,"{00021401-0000-0000-C000-000000000046}"
HKCR,lnkfile\shellex\ContextMenuHandlers\{00021401-0000-0000-C000-000000000046},,0x10,
HKCR,MediaFoundation,,16
HKCR,Msi.Package,,2,"Windows Installer Package"
HKCR,Msi.Package\DefaultIcon,,2,"msiexec.exe"
HKCR,Msi.Package\shell\Open\command,,2,"%11%\msiexec.exe /i ""%1"" %*"
HKCR,Msi.Package\shell\Repair\command,,2,"%11%\msiexec.exe /f ""%1"" %*"
HKCR,Msi.Package\shell\Uninstall\command,,2,"%11%\msiexec.exe /x ""%1"" %*"
HKCR,Msi.Patch,,2,"Windows Installer Patch"
HKCR,Msi.Patch\DefaultIcon,,2,"msiexec.exe"
HKCR,Msi.Patch\shell\Open\command,,2,"%11%\msiexec.exe /p ""%1"" %*"
HKCR,pdffile,,2,"PDF Document"
HKCR,pdffile\shell\open\command,,2,"""%11%\winebrowser.exe"" ""%1"""
HKCR,rtffile,,2,"Rich Text Document"
HKCR,rtffile\shell\open\command,,2,"""%16422%\Windows NT\Accessories\wordpad.exe"" ""%1"""
HKCR,rtffile\shell\print\command,,2,"""%16422%\Windows NT\Accessories\wordpad.exe"" /p ""%1"""
HKCR,txtfile,,2,"Text Document"
HKCR,txtfile\shell\open\command,,2,"""%11%\notepad.exe"" ""%1"""
HKCR,txtfile\shell\print\command,,2,"""%11%\notepad.exe"" /p ""%1"""
HKCR,wrifile\shell\open\command,,2,"""%16422%\Windows NT\Accessories\wordpad.exe"" ""%1"""
HKCR,wrifile\shell\print\command,,2,"""%16422%\Windows NT\Accessories\wordpad.exe"" /p ""%1"""
HKCR,xmlfile,,2,"XML Document"
HKCR,xmlfile\shell\open\command,,2,"""%11%\winebrowser.exe"" ""%1"""
HKCR,ftp\shell\open\command,,2,"""%11%\winebrowser.exe"" ""%1"""
HKCR,http\shell\open\command,,2,"""%11%\winebrowser.exe"" ""%1"""
HKCR,https\shell\open\command,,2,"""%11%\winebrowser.exe"" ""%1"""
HKCR,mailto\shell\open\command,,2,"""%11%\winebrowser.exe"" ""%1"""
[ContentIndex]
HKLM,System\CurrentControlSet\Control\ContentIndex\Language\Neutral,"WBreakerClass",,"{369647e0-17b0-11ce-9950-00aa004bbb1f}"
HKLM,System\CurrentControlSet\Control\ContentIndex\Language\Neutral,"StemmerClass",,""
HKLM,System\CurrentControlSet\Control\ContentIndex\Language\Neutral,"Locale",0x10003,0
[ControlClass]
HKLM,System\CurrentControlSet\Control\Class\{4d36e967-e325-11ce-bfc1-08002be10318},,,"Disk drives"
HKLM,System\CurrentControlSet\Control\Class\{4d36e967-e325-11ce-bfc1-08002be10318},"Class",,"DiskDrive"
HKLM,System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318},,,"Display adapters"
HKLM,System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318},"Class",,"Display"
HKLM,System\CurrentControlSet\Control\Class\{4d36e96e-e325-11ce-bfc1-08002be10318},,,"Monitors"
HKLM,System\CurrentControlSet\Control\Class\{4d36e96e-e325-11ce-bfc1-08002be10318},"Class",,"Monitor"
HKLM,System\CurrentControlSet\Control\Class\{4d36e978-e325-11ce-bfc1-08002be10318},,,"Ports (COM & LPT)"
HKLM,System\CurrentControlSet\Control\Class\{4d36e978-e325-11ce-bfc1-08002be10318},"Class",,"Ports"
HKLM,System\CurrentControlSet\Control\Class\{4d36e97d-e325-11ce-bfc1-08002be10318},,,"System devices"
HKLM,System\CurrentControlSet\Control\Class\{4d36e97d-e325-11ce-bfc1-08002be10318},"Class",,"System"
HKLM,System\CurrentControlSet\Control\Class\{6bdd1fc6-810f-11d0-bec7-08002be2092f},,,"Imaging devices"
HKLM,System\CurrentControlSet\Control\Class\{6bdd1fc6-810f-11d0-bec7-08002be2092f},"Class",,"Image"
HKLM,System\CurrentControlSet\Control\Class\{745a17a0-74d3-11d0-b6fe-00a0c90f57da},,,"Human Interface Devices"
HKLM,System\CurrentControlSet\Control\Class\{745a17a0-74d3-11d0-b6fe-00a0c90f57da},"Class",,"HIDClass"
[CurrentVersion]
HKCU,%CurrentVersion%\Explorer\Advanced,,16
HKCU,%CurrentVersion%\Explorer\FileExts,,16
HKCU,%CurrentVersion%\Run,,16
HKCU,%CurrentVersionNT%\Winlogon,,16
HKLM,%CurrentVersion%,"CommonFilesDir",,"%16427%"
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,""
HKLM,%CurrentVersion%,"RegisteredOwner",2,""
HKLM,%CurrentVersion%\App Paths,,16
HKLM,%CurrentVersion%\Control Panel\Cursors\Schemes,,16
HKLM,%CurrentVersion%\Controls Folder\PowerCfg,"DiskSpinDownMax",,"3600"
HKLM,%CurrentVersion%\Controls Folder\PowerCfg,"DiskSpinDownMin",,"3"
HKLM,%CurrentVersion%\Controls Folder\PowerCfg,"LastID",,"5"
HKLM,%CurrentVersion%\Explorer\Advanced,,16
HKLM,%CurrentVersion%\Explorer\AutoplayHandlers,,16
HKLM,%CurrentVersion%\Explorer\DriveIcons,,16
HKLM,%CurrentVersion%\Explorer\KindMap,,16
HKLM,%CurrentVersion%\Group Policy,,16
HKLM,%CurrentVersion%\Installer,"InstallerLocation",,"%11%"
HKLM,%CurrentVersion%\Policies\System,"EnableLUA",0x10001,1
HKLM,%CurrentVersion%\PreviewHandlers,,16
HKLM,%CurrentVersion%\Run,,16
HKLM,%CurrentVersion%\Setup,"BootDir",,"%30%"
HKLM,%CurrentVersion%\Setup,"SharedDir",,"%25%"
HKLM,%CurrentVersion%\Setup\WindowsFeatures\WindowsMediaVersion,,,"12.0.7601.18840"
HKLM,%CurrentVersion%\Shell Extensions\Approved,,16
HKLM,%CurrentVersion%\Time Zones,"SymbolicLinkValue",0x60000,"\Registry\Machine\%CurrentVersionNT%\Time Zones"
HKLM,%CurrentVersion%\Uninstall,,16
HKLM,%CurrentVersionNT%,"InstallDate",0x10003,1273299354
HKLM,%CurrentVersionNT%,"ProductId",,"12345-oem-0000001-54321"
HKLM,%CurrentVersionNT%,"RegisteredOrganization",2,""
HKLM,%CurrentVersionNT%,"RegisteredOwner",2,""
HKLM,%CurrentVersionNT%,"SystemRoot",,"%10%"
HKLM,%CurrentVersionNT%\Console,,16
HKLM,%CurrentVersionNT%\Drivers32,,16
HKLM,%CurrentVersionNT%\FontDpi,,16
HKLM,%CurrentVersionNT%\FontLink,,16
HKLM,%CurrentVersionNT%\FontMapper,,16
HKLM,%CurrentVersionNT%\Fonts,,16
HKLM,%CurrentVersionNT%\FontSubstitutes,,16
HKLM,%CurrentVersionNT%\Gre_Initialize,,16
HKLM,%CurrentVersionNT%\Hotfix\Q246009,"Installed",,"1"
HKLM,%CurrentVersionNT%\Image File Execution Options,,16
HKLM,%CurrentVersionNT%\IniFileMapping\win.ini,"desktop",,"USR:Control Panel\Desktop"
HKLM,%CurrentVersionNT%\IniFileMapping\win.ini,"devices",,"USR:Software\Microsoft\Windows NT\CurrentVersion\Devices"
HKLM,%CurrentVersionNT%\IniFileMapping\win.ini,"extensions",,"USR:Software\Microsoft\Windows NT\CurrentVersion\Extensions"
HKLM,%CurrentVersionNT%\IniFileMapping\win.ini,"intl",,"USR:Control Panel\International"
HKLM,%CurrentVersionNT%\IniFileMapping\win.ini,"printerports",,"USR:Software\Microsoft\Windows NT\CurrentVersion\PrinterPorts"
HKLM,%CurrentVersionNT%\IniFileMapping\win.ini,"sounds",,"USR:Control Panel\Sounds"
HKLM,%CurrentVersionNT%\IniFileMapping\win.ini\windows,,,"USR:Software\Microsoft\Windows NT\CurrentVersion\Windows"
HKLM,%CurrentVersionNT%\IniFileMapping\win.ini\windows,"CursorBlinkRate",,"USR:Control Panel\Desktop"
HKLM,%CurrentVersionNT%\LanguagePack,,16
HKLM,%CurrentVersionNT%\NetworkCards,,16
HKLM,%CurrentVersionNT%\OpenGLDrivers,,16
HKLM,%CurrentVersionNT%\Perflib,,16
HKLM,%CurrentVersionNT%\Ports,,16
HKLM,%CurrentVersionNT%\Print,,16
HKLM,%CurrentVersionNT%\ProfileList,,16
HKLM,%CurrentVersionNT%\Winlogon,"Shell",,"explorer.exe"
[CurrentVersionWow64.ntamd64]
HKLM,%CurrentVersion%,"ProgramFilesDir (x86)",,"%16426%"
HKLM,%CurrentVersion%,"CommonFilesDir (x86)",,"%16428%"
HKLM,Software\Microsoft\Wow64\x86,,2,"wow64cpu.dll"
[CurrentVersionWow64.ntarm64]
HKLM,%CurrentVersion%,"ProgramFilesDir (x86)",,"%16426%"
HKLM,%CurrentVersion%,"CommonFilesDir (x86)",,"%16428%"
HKLM,%CurrentVersion%,"ProgramFilesDir (Arm)",,"C:\Program Files (Arm)"
HKLM,%CurrentVersion%,"CommonFilesDir (Arm)",,"C:\Program Files (Arm)\Common Files"
HKLM,Software\Microsoft\Wow64\amd64,,2,"xtajit64.dll"
HKLM,Software\Microsoft\Wow64\arm,,2,"wowarmhw.dll"
HKLM,Software\Microsoft\Wow64\x86,,2,"xtajit.dll"
[CurrentVersionWow64.ntx86]
HKLM,%CurrentVersion%,"ProgramFilesDir (x86)",,"%16422%"
HKLM,%CurrentVersion%,"CommonFilesDir (x86)",,"%16427%"
[CurrentVersionWow64.ntarm]
HKLM,%CurrentVersion%,"ProgramFilesDir (Arm)",,"%16422%"
HKLM,%CurrentVersion%,"CommonFilesDir (Arm)",,"%16427%"
[Debugger]
HKLM,%CurrentVersionNT%\AeDebug,"Debugger",2,"winedbg --auto %ld %ld"
HKLM,%CurrentVersionNT%\AeDebug,"Auto",2,"1"
HKCU,Software\Wine\Debug,"RelayExclude",2,"ntdll.RtlEnterCriticalSection;ntdll.RtlTryEnterCriticalSection;ntdll.RtlLeaveCriticalSection;kernel32.48;kernel32.49;kernel32.94;kernel32.95;kernel32.96;kernel32.97;kernel32.98;kernel32.TlsGetValue;kernel32.TlsSetValue;kernel32.FlsGetValue;kernel32.FlsSetValue;kernel32.SetLastError"
HKCU,Software\Wine\Debug,"RelayFromExclude",2,"winex11.drv;winemac.drv;user32;gdi32;advapi32;kernel32"
[DirectX]
HKLM,Software\Microsoft\DirectX,"Version",,"4.09.00.0904"
HKLM,Software\Microsoft\DirectX,"InstalledVersion",1,00,00,00,09,00,00,00,00
HKLM,Software\Microsoft\DirectMusic,GMFilePath,,"%12%\gm.dls"
HKLM,Software\Microsoft\DirectMusic\Defaults,DefaultOutputPort,,"{58C2B4D0-46E7-11D1-89AC-00A0C9054129}"
HKLM,Software\Microsoft\DirectMusic\SoftwareSynths\{58C2B4D0-46E7-11D1-89AC-00A0C9054129},Description,,"Microsoft Software Synthesizer"
HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"DescriptionA",,"Internet TCP/IP Connection For DirectPlay"
HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"DescriptionW",,"Internet TCP/IP Connection For DirectPlay"
HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"dwReserved1",0x10001,0x000001f4
HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"dwReserved2",0x10001,0x00000000
HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"Guid",,"{36E95EE0-8577-11cf-960C-0080C7534E82}"
HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"NATHelp",,"dpnhupnp.dll"
HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"Path",,"dpwsockx.dll"
HKLM,Software\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay,"DescriptionA",,"IPX Connection For DirectPlay"
HKLM,Software\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay,"DescriptionW",,"IPX Connection For DirectPlay"
HKLM,Software\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay,"dwReserved1",0x10001,0x00000032
HKLM,Software\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay,"dwReserved2",0x10001,0x00000000
HKLM,Software\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay,"Guid",,"{685BC400-9D2C-11cf-A9CD-00AA006886E3}"
HKLM,Software\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay,"Path",,"dpwsockx.dll"
HKLM,Software\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay,"DescriptionA",,"Modem Connection For DirectPlay"
HKLM,Software\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay,"DescriptionW",,"Modem Connection For DirectPlay"
HKLM,Software\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay,"dwReserved1",0x10001,0x00000000
HKLM,Software\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay,"dwReserved2",0x10001,0x00000000
HKLM,Software\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay,"Guid",,"{44EAA760-CB68-11cf-9C4E-00A0C905425E}"
HKLM,Software\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay,"Path",,"dpmodemx.dll"
HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay,"DescriptionA",,"Serial Connection For DirectPlay"
HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay,"DescriptionW",,"Serial Connection For DirectPlay"
HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay,"dwReserved1",0x10001,0x00000000
HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay,"dwReserved2",0x10001,0x00000000
HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay,"Guid",,"{0F1D6860-88D9-11cf-9C4E-00A0C905425E}"
HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay,"Path",,"dpmodemx.dll"
[SessionMgr]
HKLM,%Control%\Session Manager,CriticalSectionTimeout,0x00040002,0x00278d00
HKLM,%Control%\Session Manager,GlobalFlag,0x00040002,0
HKLM,%Control%\Session Manager,HeapDeCommitFreeBlockThreshold,0x00040002,0
HKLM,%Control%\Session Manager,HeapDeCommitTotalFreeThreshold,0x00040002,0
HKLM,%Control%\Session Manager,HeapSegmentCommit,0x00040002,0
HKLM,%Control%\Session Manager,HeapSegmentReserve,0x00040002,0
HKLM,%Control%\Session Manager\Environment,"ComSpec",0x00020000,"%SystemRoot%\system32\cmd.exe"
HKLM,%Control%\Session Manager\Environment,"PATH",0x00020002,"%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\system32\wbem;%SystemRoot%\system32\WindowsPowershell\v1.0"
HKLM,%Control%\Session Manager\Environment,"PATHEXT",,".com;.exe;.bat;.cmd;.vbs;.vbe;.js;.jse;.wsf;.wsh"
HKLM,%Control%\Session Manager\Environment,"TEMP",0x00020002,"%SystemRoot%\temp"
HKLM,%Control%\Session Manager\Environment,"TMP",0x00020002,"%SystemRoot%\temp"
HKLM,%Control%\Session Manager\Environment,"windir",0x00020000,"%SystemRoot%"
HKLM,%Control%\Session Manager\Environment,"winsysdir",,"%11%"
HKLM,%Control%\Session Manager\KnownDLLs,"_wow64cpu",,"wow64cpu.dll"
HKLM,%Control%\Session Manager\KnownDLLs,"_wowarmhw",,"wowarmhw.dll"
HKLM,%Control%\Session Manager\KnownDLLs,"_xtajit",,"xtajit.dll"
HKLM,%Control%\Session Manager\KnownDLLs,"advapi32",,"advapi32.dll"
HKLM,%Control%\Session Manager\KnownDLLs,"clbcatq",,"clbcatq.dll"
HKLM,%Control%\Session Manager\KnownDLLs,"combase",,"combase.dll"
HKLM,%Control%\Session Manager\KnownDLLs,"comdlg32",,"comdlg32.dll"
HKLM,%Control%\Session Manager\KnownDLLs,"coml2",,"coml2.dll"
HKLM,%Control%\Session Manager\KnownDLLs,"difxapi",,"difxapi.dll"
HKLM,%Control%\Session Manager\KnownDLLs,"gdi32",,"gdi32.dll"
HKLM,%Control%\Session Manager\KnownDLLs,"gdiplus",,"gdiplus.dll"
HKLM,%Control%\Session Manager\KnownDLLs,"imagehlp",,"imagehlp.dll"
HKLM,%Control%\Session Manager\KnownDLLs,"imm32",,"imm32.dll"
HKLM,%Control%\Session Manager\KnownDLLs,"kernel32",,"kernel32.dll"
HKLM,%Control%\Session Manager\KnownDLLs,"msctf",,"msctf.dll"
HKLM,%Control%\Session Manager\KnownDLLs,"msvcrt",,"msvcrt.dll"
HKLM,%Control%\Session Manager\KnownDLLs,"normaliz",,"normaliz.dll"
HKLM,%Control%\Session Manager\KnownDLLs,"nsi",,"nsi.dll"
HKLM,%Control%\Session Manager\KnownDLLs,"ole32",,"ole32.dll"
HKLM,%Control%\Session Manager\KnownDLLs,"oleaut32",,"oleaut32.dll"
HKLM,%Control%\Session Manager\KnownDLLs,"psapi",,"psapi.dll"
HKLM,%Control%\Session Manager\KnownDLLs,"rpcrt4",,"rpcrt4.dll"
HKLM,%Control%\Session Manager\KnownDLLs,"sechost",,"sechost.dll"
HKLM,%Control%\Session Manager\KnownDLLs,"setupapi",,"setupapi.dll"
HKLM,%Control%\Session Manager\KnownDLLs,"shcore",,"shcore.dll"
HKLM,%Control%\Session Manager\KnownDLLs,"shell32",,"shell32.dll"
HKLM,%Control%\Session Manager\KnownDLLs,"shlwapi",,"shlwapi.dll"
HKLM,%Control%\Session Manager\KnownDLLs,"user32",,"user32.dll"
HKLM,%Control%\Session Manager\KnownDLLs,"wldap32",,"wldap32.dll"
HKLM,%Control%\Session Manager\KnownDLLs,"wow64",,"wow64.dll"
HKLM,%Control%\Session Manager\KnownDLLs,"wow64win",,"wow64win.dll"
HKLM,%Control%\Session Manager\KnownDLLs,"ws2_32",,"ws2_32.dll"
HKLM,%Control%\Session Manager\KnownDLLs,"xtajit",,"xtajit.dll"
HKLM,%Control%\Session Manager\KnownDLLs,"xtajit64",,"xtajit64.dll"
HKLM,%Control%\Session Manager\Memory Management,PagingFiles,,"%24%\pagefile.sys 27 77"
HKLM,%Control%\Session Manager\Memory Management,WriteWatch,0x00040002,1
HKLM,%Control%\Session Manager\Memory Management\PrefetchParameters,BootId,0x10003,1
[Fonts]
HKLM,%FontSubStr%,"Arial Baltic,186",,"Arial,186"
HKLM,%FontSubStr%,"Arial CE,238",,"Arial,238"
HKLM,%FontSubStr%,"Arial CYR,204",,"Arial,204"
HKLM,%FontSubStr%,"Arial Greek,161",,"Arial,161"
HKLM,%FontSubStr%,"Arial TUR,162",,"Arial,162"
HKLM,%FontSubStr%,"Courier New Baltic,186",,"Courier New,186"
HKLM,%FontSubStr%,"Courier New CE,238",,"Courier New,238"
HKLM,%FontSubStr%,"Courier New CYR,204",,"Courier New,204"
HKLM,%FontSubStr%,"Courier New Greek,161",,"Courier New,161"
HKLM,%FontSubStr%,"Courier New TUR,162",,"Courier New,162"
HKLM,%FontSubStr%,"Helv",,"MS Sans Serif"
HKLM,%FontSubStr%,"Helvetica",,"Arial"
HKLM,%FontSubStr%,"MS Shell Dlg 2",,"Tahoma"
HKLM,%FontSubStr%,"Times",,"Times New Roman"
HKLM,%FontSubStr%,"Times New Roman Baltic,186",,"Times New Roman,186"
HKLM,%FontSubStr%,"Times New Roman CE,238",,"Times New Roman,238"
HKLM,%FontSubStr%,"Times New Roman CYR,204",,"Times New Roman,204"
HKLM,%FontSubStr%,"Times New Roman Greek,161",,"Times New Roman,161"
HKLM,%FontSubStr%,"Times New Roman TUR,162",,"Times New Roman,162"
HKLM,System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts,"LogPixels",0x10003,0x00000060
[MCI]
HKLM,%Mci32Str%,"AVIVideo",,"mciavi32.dll"
HKLM,%Mci32Str%,"CDAudio",,"mcicda.dll"
HKLM,%Mci32Str%,"Sequencer",,"mciseq.dll"
HKLM,%Mci32Str%,"WaveAudio",,"mciwave.dll"
HKLM,%Mci32Str%,"MPEGVideo",,"mciqtz32.dll"
HKLM,%MciExtStr%,"aifc",,"MPEGVideo"
HKLM,%MciExtStr%,"asf",,"MPEGVideo"
HKLM,%MciExtStr%,"asx",,"MPEGVideo"
HKLM,%MciExtStr%,"au",,"MPEGVideo"
HKLM,%MciExtStr%,"avi",,"AVIVideo"
HKLM,%MciExtStr%,"cda",,"CDAudio"
HKLM,%MciExtStr%,"lsf",,"MPEGVideo"
HKLM,%MciExtStr%,"lsx",,"MPEGVideo"
HKLM,%MciExtStr%,"m1v",,"MPEGVideo"
HKLM,%MciExtStr%,"m3u",,"MPEGVideo"
HKLM,%MciExtStr%,"mid",,"Sequencer"
HKLM,%MciExtStr%,"midi",,"Sequencer"
HKLM,%MciExtStr%,"mp2",,"MPEGVideo"
HKLM,%MciExtStr%,"mp2v",,"MPEGVideo"
HKLM,%MciExtStr%,"mp3",,"MPEGVideo"
HKLM,%MciExtStr%,"mpa",,"MPEGVideo"
HKLM,%MciExtStr%,"mpe",,"MPEGVideo"
HKLM,%MciExtStr%,"mpeg",,"MPEGVideo"
HKLM,%MciExtStr%,"mpg",,"MPEGVideo"
HKLM,%MciExtStr%,"mpv",,"MPEGVideo"
HKLM,%MciExtStr%,"mpv2",,"MPEGVideo"
HKLM,%MciExtStr%,"rmi",,"Sequencer"
HKLM,%MciExtStr%,"snd",,"MPEGVideo"
HKLM,%MciExtStr%,"wav",,"WaveAudio"
HKLM,%MciExtStr%,"wax",,"MPEGVideo"
HKLM,%MciExtStr%,"wm",,"MPEGVideo"
HKLM,%MciExtStr%,"wma",,"MPEGVideo"
HKLM,%MciExtStr%,"wmp",,"MPEGVideo"
HKLM,%MciExtStr%,"wmv",,"MPEGVideo"
HKLM,%MciExtStr%,"wmx",,"MPEGVideo"
HKLM,%MciExtStr%,"wvx",,"MPEGVideo"
[Misc]
HKLM,Software\Borland\Database Engine\Settings\SYSTEM\INIT,SHAREDMEMLOCATION,,9000
HKLM,Software\Clients,,16
HKLM,Software\Clients\Mail,,2,"Native Mail Client"
HKLM,Software\Clients\Mail\Native Mail Client,,2,"Native Mail Client"
HKLM,Software\Clients\Mail\Native Mail Client,"DLLPath",2,"%11%\winemapi.dll"
HKLM,Software\Microsoft\Advanced INF Setup,,16
HKLM,Software\Microsoft\Cryptography\Calais\Current,,16
HKLM,Software\Microsoft\Cryptography\Calais\Readers,,16
HKLM,Software\Microsoft\Cryptography\Services,,16
HKLM,Software\Microsoft\CTF\SystemShared,,16
HKLM,Software\Microsoft\CTF\TIP,,16
HKLM,Software\Microsoft\DFS,,16
HKLM,Software\Microsoft\Driver Signing,,16
HKLM,Software\Microsoft\EnterpriseCertificates,,16
HKLM,Software\Microsoft\EventSystem,,16
HKLM,Software\Microsoft\MediaPlayer,"Installation DirectoryLFN",2,"%16422%\Windows Media Player"
HKLM,Software\Microsoft\MediaPlayer\PlayerUpgrade,"PlayerVersion",2,"12,0,7601,18840"
HKLM,Software\Microsoft\MSMQ,,16
HKLM,Software\Microsoft\Non-Driver Signing,,16
HKLM,Software\Microsoft\Notepad\DefaultFonts,,16
HKLM,Software\Microsoft\RAS,,16
HKLM,Software\Microsoft\Rpc\SecurityService,1,2,"secur32.dll"
HKLM,Software\Microsoft\Rpc\SecurityService,10,2,"secur32.dll"
HKLM,Software\Microsoft\Rpc\SecurityService,14,2,"schannel.dll"
HKLM,Software\Microsoft\Rpc\SecurityService,16,2,"secur32.dll"
HKLM,Software\Microsoft\Rpc\SecurityService,18,2,"secur32.dll"
HKLM,Software\Microsoft\Rpc\SecurityService,68,2,"netlogon.dll"
HKLM,Software\Microsoft\Rpc\SecurityService,9,2,"secur32.dll"
HKLM,Software\Microsoft\Shared Tools\MSInfo,,16
HKLM,Software\Microsoft\SystemCertificates,,16
HKLM,Software\Microsoft\TermServLicensing,,16
HKLM,Software\Microsoft\Transaction Server,,16
HKLM,Software\Microsoft\WBEM,"Installation Directory",2,"%11%\wbem"
HKLM,Software\Microsoft\Windows Messaging Subsystem,"MAPI",2,"1"
HKLM,Software\Policies,,16
HKLM,Software\Registered Applications,,16
HKLM,System\CurrentControlSet\Control\Filesystem,"NtfsDisable8dot3NameCreation",0x10003,0
HKLM,System\CurrentControlSet\Control\Filesystem,"NtfsDisableLastAccessUpdate",0x10003,0x80000002
HKLM,System\CurrentControlSet\Control\hivelist,,16
HKLM,System\CurrentControlSet\Control\Lsa,"Security Packages",0x10002,kerberos,schannel
HKLM,System\CurrentControlSet\Control\Lsa\Kerberos,,16
HKLM,System\CurrentControlSet\Control\Lsa\MSV1_0,,16
HKLM,System\CurrentControlSet\Control\Nls\Language,"Default",,"0409"
HKLM,System\CurrentControlSet\Control\Nls\Language,"InstallLanguage",,"0409"
HKLM,System\CurrentControlSet\Control\SecurityProviders\Schannel\Protocols\SSL 2.0\Client,"DisabledByDefault",0x10003,1
HKLM,System\CurrentControlSet\Control\ServiceGroupOrder,"List",0x00010000,"TDI"
HKLM,System\CurrentControlSet\Control\TimeZoneInformation,"StandardName",2,""
HKLM,System\CurrentControlSet\Control\TimeZoneInformation,"TimeZoneKeyName",2,""
HKLM,System\CurrentControlSet\Control\VirtualDeviceDrivers,,16
HKLM,System\CurrentControlSet\Control\VMM32Files,,16
HKLM,System\Select,"Current",0x10003,1
HKLM,System\Select,"Default",0x10003,1
HKLM,System\Select,"Failed",0x10003,0
HKLM,System\Select,"LastKnownGood",0x10003,1
HKCU,AppEvents\Schemes\Apps\Explorer\Navigating\.Current,,,""
HKCU,Software\Microsoft\Protected Storage System Provider,,16
; Some apps requires at least four subkeys of Active Setup\Installed Components
HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{44BBA855-CC51-11CF-AAFA-00AA00B6015F},,2,"DirectDrawEx"
HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{44BBA855-CC51-11CF-AAFA-00AA00B6015F},"ComponentID",2,"DirectDrawEx"
HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{44BBA855-CC51-11CF-AAFA-00AA00B6015F},"IsInstalled",0x10003,1
HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{44BBA855-CC51-11CF-AAFA-00AA00B6015F},"Locale",2,"*"
HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{44BBA855-CC51-11CF-AAFA-00AA00B6015F},"Version",2,"4,71,1113,0"
HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{de5aed00-a4bf-11d1-9948-00c04f98bbc9},,2,"HTML Help"
HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{de5aed00-a4bf-11d1-9948-00c04f98bbc9},"ComponentID",2,"HTMLHelp"
HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{de5aed00-a4bf-11d1-9948-00c04f98bbc9},"IsInstalled",0x10003,1
HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{de5aed00-a4bf-11d1-9948-00c04f98bbc9},"Locale",2,"*"
HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{de5aed00-a4bf-11d1-9948-00c04f98bbc9},"Version",2,"4,74,9273,0"
HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{6BF52A52-394A-11d3-B153-00C04F79FAA6},,2,"Windows Media Player"
HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{6BF52A52-394A-11d3-B153-00C04F79FAA6},"ComponentID",2,"wmp"
HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{6BF52A52-394A-11d3-B153-00C04F79FAA6},"IsInstalled",0x10003,1
HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{6BF52A52-394A-11d3-B153-00C04F79FAA6},"Locale",2,"*"
HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\{6BF52A52-394A-11d3-B153-00C04F79FAA6},"Version",2,"12,0,7601,18840"
; URL Associations
HKCU,Software\Microsoft\Windows\Shell\Associations\UrlAssociations\ftp\UserChoice,"ProgId",,"ftp"
HKCU,Software\Microsoft\Windows\Shell\Associations\UrlAssociations\http\UserChoice,"ProgId",,"http"
HKCU,Software\Microsoft\Windows\Shell\Associations\UrlAssociations\https\UserChoice,"ProgId",,"https"
[OLE]
HKLM,"Software\Microsoft\OLE","EnableDCOM",,"Y"
HKLM,"Software\Microsoft\OLE","EnableRemoteConnect",,"N"
[Printing]
HKLM,%Control%\Print\Monitors\Local Port,"Driver",2,"localspl.dll"
HKLM,%Control%\Print\Printers,"DefaultSpoolDirectory",2,"%11%\spool\printers"
HKLM,%CurrentVersionNT%\Ports,"FILE:",,""
HKLM,%CurrentVersionNT%\Ports,"LPT1:",,""
HKLM,%CurrentVersionNT%\Ports,"LPT2:",,""
HKLM,%CurrentVersionNT%\Ports,"LPT3:",,""
HKLM,%CurrentVersionNT%\Ports,"COM1:",2,"9600,n,8,1"
HKLM,%CurrentVersionNT%\Ports,"COM2:",2,"9600,n,8,1"
HKLM,%CurrentVersionNT%\Ports,"COM3:",2,"9600,n,8,1"
HKLM,%CurrentVersionNT%\Ports,"COM4:",2,"9600,n,8,1"
[VCRuntime.ntamd64]
HKLM,SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\x64,"Bld",0x10003,0x00008681
HKLM,SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\x64,"Installed",0x10003,0x00000001
HKLM,SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\x64,"Major",0x10003,0x0000000e
HKLM,SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\x64,"Minor",0x10003,0x0000002a
HKLM,SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\x64,"Rbld",0x10003,0x00000000
HKLM,SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\x64,"Version",2,"14.42.34433.0"
[VCRuntime.ntarm64]
HKLM,SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\arm64,"Bld",0x10003,0x00008681
HKLM,SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\arm64,"Installed",0x10003,0x00000001
HKLM,SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\arm64,"Major",0x10003,0x0000000e
HKLM,SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\arm64,"Minor",0x10003,0x0000002a
HKLM,SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\arm64,"Rbld",0x10003,0x00000000
HKLM,SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\arm64,"Version",2,"14.42.34433.0"
[VCRuntime.ntx86]
HKLM,SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\x86,"Bld",0x10003,0x00008681
HKLM,SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\x86,"Installed",0x10003,0x00000001
HKLM,SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\x86,"Major",0x10003,0x0000000e
HKLM,SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\x86,"Minor",0x10003,0x0000002a
HKLM,SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\x86,"Rbld",0x10003,0x00000000
HKLM,SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\x86,"Version",2,"14.42.34433.0"
[RegisterDllsSection]
;;some dlls have to be registered first
11,,shell32.dll,1
11,,quartz.dll,1
11,,colorcnv.dll,1
11,,cryptdlg.dll,1
11,,cryptnet.dll,1
11,,devenum.dll,1
11,,l3codecx.ax,1
11,,mfasfsrcsnk.dll,1
11,,mfh264enc.dll,1
11,,mfmp4srcsnk.dll,1
11,,mp3dmod.dll,1
11,,msauddecmft.dll,1
11,,mscoree.dll,1
11,,mshtml.dll,1
11,,msisip.dll,1
11,,msmpeg2vdec.dll,1
11,,msvproc.dll,1
11,,qcap.dll,1
11,,qedit.dll,1
11,,resampledmo.dll,1
11,,urlmon.dll,1
11,,windowscodecs.dll,1
11,,winegstreamer.dll,1
55,,wineps.drv,1
11,,winevulkan.dll,1
55,,winprint.dll,1
11,,wintrust.dll,1
11,,wmadmod.dll,1
11,,wmvdecod.dll,1
11,,iexplore.exe,1
; 32bit-only fake dlls
[FakeDllsWin32]
10,,rundll.exe,rundll.exe16
10,,twain.dll,twain.dll16
10,,twain_32.dll
10,twain_32,sane.ds
10,twain_32,gphoto2.ds
10,,winhelp.exe,winhelp.exe16
10,,winhlp32.exe
10,command,start.exe
10,system,ddeml.dll,ddeml.dll16
10,system,mmsystem.dll,mmsystem.dll16
11,,ddhelp.exe,*
11,,dosx.exe,*
11,,dsound.vxd,*
11,,start.exe
11,,winhlp32.exe
52,win40\0,wineps16.drv,wineps16.drv16
; 64bit-only fake dlls
[FakeDllsWin64]
10,twain_64,sane.ds
10,twain_64,gphoto2.ds
; Wow64-only fake dlls
[FakeDllsWow64]
; create some directories first
11,mui,
11,gecko\plugin,npmshtml.dll
11,Speech\Common,sapi.dll
11,Speech\Engines\TTS,msttsengine.dll
11,wbem,mofcomp.exe
11,wbem,wbemdisp.dll
11,wbem,wbemprox.dll
11,wbem,wmic.exe
11,wbem,wmiutils.dll
11,WindowsPowerShell\v1.0,powershell.exe
10,syswow64,stdole2.tlb
11,,iexplore.exe
11,,winetest.exe,-
; skip .NET fake dlls in Wine Mono package
11,,aspnet_regiis.exe,-
11,,ngen.exe,-
11,,fusion.dll,-
11,,diasymreader.dll,-
11,,mscorwks.dll,-
11,,regsvcs.exe,-
11,,regasm.exe,-
11,,servicemodelreg.exe,-
11,,presentationfontcache.exe,-
; some programs are 64-bit only
11,,conhost.exe,-
11,,plugplay.exe,-
11,,rpcss.exe,-
11,,services.exe,-
11,,spoolsv.exe,-
11,,termsv.exe,-
11,,wineboot.exe,-
11,,winemenubuilder.exe,-
11,,wuauserv.exe,-
; registration order matters for these
11,,msxml.dll
11,,msxml2.dll
11,,msxml3.dll
11,,msxml4.dll
11,,msxml6.dll
11,,shdocvw.dll
16422,Internet Explorer,iexplore.exe
16422,Windows Media Player,wmplayer.exe
16422,Windows NT\Accessories,wordpad.exe
16427,System\OLE DB,oledb32.dll
16427,System\OLE DB,msdaps.dll
16427,System\OLE DB,msdasql.dll
16427,System\ADO,msado15.dll
55,,wineps.drv
66000,3,wineps.drv
55,,winprint.dll
12,,*.sys,-
11,,*.msstyles,-
11,,*
[FakeDlls]
; create some directories first
10,help,
10,logs,
10,performance\winsat\datastore,
10,security,
10,tasks,
10,temp,
11,catroot,
11,mui,
11,tasks,
11,spool\printers,
10,,explorer.exe
10,,hh.exe
10,,notepad.exe
10,,regedit.exe
11,,explorer.exe
11,,iexplore.exe
11,,notepad.exe
11,,winetest.exe,-
; themes
10,resources\themes\light,light.msstyles
; skip .NET fake dlls in Wine Mono package
11,,aspnet_regiis.exe,-
11,,ngen.exe,-
11,,fusion.dll,-
11,,diasymreader.dll,-
11,,mscorwks.dll,-
11,,regsvcs.exe,-
11,,regasm.exe,-
11,,servicemodelreg.exe,-
11,,presentationfontcache.exe,-
; registration order matters for these
11,,msxml.dll
11,,msxml2.dll
11,,msxml3.dll
11,,msxml4.dll
11,,msxml6.dll
11,,shdocvw.dll
11,gecko\plugin,npmshtml.dll
11,Speech\Common,sapi.dll
11,Speech\Engines\TTS,msttsengine.dll
11,wbem,mofcomp.exe
11,wbem,wbemdisp.dll
11,wbem,wbemprox.dll
11,wbem,wmic.exe
11,wbem,wmiutils.dll
11,WindowsPowerShell\v1.0,powershell.exe
; empty folders to make sure the parent dirs are not removed
16410,Microsoft,
16412,Microsoft,
16422,Internet Explorer,iexplore.exe
16422,Windows Media Player,wmplayer.exe
16422,Windows NT\Accessories,wordpad.exe
16427,Microsoft Shared\TextConv,
16427,System\OLE DB,oledb32.dll
16427,System\OLE DB,msdaps.dll
16427,System\OLE DB,msdasql.dll
16427,System\ADO,msado15.dll
55,,wineps.drv
66000,3,wineps.drv
55,,winprint.dll
12,,*.sys
11,,*
[SystemIni]
system.ini, mci,,"MPEGVideo=mciqtz32.dll"
system.ini, mci,,"MPEGVideo2=mciqtz32.dll"
system.ini, mci,,"avivideo=mciavi32.dll"
system.ini, mci,,"cdaudio=mcicda.dll"
system.ini, mci,,"sequencer=mciseq.dll"
system.ini, mci,,"vcr=mcivisca.drv"
system.ini, mci,,"; videodisc=mcipionr.drv"
system.ini, mci,,"waveaudio=mciwave.dll"
system.ini, drivers32,,"msacm.imaadpcm=imaadp32.acm"
system.ini, drivers32,,"msacm.msadpcm=msadp32.acm"
system.ini, drivers32,,"msacm.msg711=msg711.acm"
system.ini, drivers32,,"msacm.l3acm=l3codeca.acm"
system.ini, drivers32,,"msacm.msgsm610=msgsm32.acm"
system.ini, drivers32,,"vidc.mrle=msrle32.dll"
system.ini, drivers32,,"vidc.msvc=msvidc32.dll"
system.ini, drivers32,,"vidc.cvid=iccvid.dll"
system.ini, drivers32,,"vidc.IV50=ir50_32.dll"
system.ini, drivers32,,"; vidc.IV31=ir32_32.dll"
system.ini, drivers32,,"; vidc.IV32=ir32_32.dll"
win.ini, mail,,"mapi=1"
[BITSService]
AddReg=BITSServiceKeys
Description="BITS Service"
DisplayName="BITS Service"
ServiceBinary="%11%\svchost.exe -k netsvcs"
ServiceType=16
StartType=3
ErrorControl=1
[EventLogService]
AddReg=EventLogServiceKeys
Description="Event Log"
DisplayName="Event Log"
ServiceBinary="%11%\svchost.exe -k LocalServiceNetworkRestricted"
ServiceType=32
StartType=2
ErrorControl=1
[HTTPService]
Description="HTTP server"
DisplayName="HTTP"
ServiceBinary="%12%\http.sys"
ServiceType=1
StartType=3
ErrorControl=1
[MSIService]
Description="MSI Installer Server"
DisplayName="MSIServer"
ServiceBinary="%11%\msiexec.exe /V"
ServiceType=32
StartType=3
ErrorControl=1
[MountMgrService]
Description="Device mounting service"
DisplayName="Mount Manager"
ServiceBinary="%12%\mountmgr.sys"
ServiceType=1
StartType=0
ErrorControl=1
LoadOrderGroup="System Bus Extender"
[NDISService]
AddReg=NDISServiceKeys
Description="NDIS service"
DisplayName="NDIS"
ServiceBinary="%12%\ndis.sys"
ServiceType=1
StartType=2
ErrorControl=1
LoadOrderGroup="System Bus Extender"
[NDISServiceKeys]
HKR,,"Tag",0x10001,2
[NsiProxyService]
AddReg=NsiProxyServiceKeys
Description="NSI proxy service"
DisplayName="NSI Proxy"
ServiceBinary="%12%\nsiproxy.sys"
ServiceType=1
StartType=2
ErrorControl=1
LoadOrderGroup="System Bus Extender"
[NsiProxyServiceKeys]
HKR,,"Tag",0x10001,1
[RpcSsService]
Description="RPC service"
DisplayName="Remote Procedure Call (RPC)"
ServiceBinary="%11%\rpcss.exe"
ServiceType=32
StartType=3
ErrorControl=1
[ScardSvrService]
AddReg=ScardSvrServiceKeys
DisplayName="Smart card server"
ServiceBinary="%11%\svchost.exe -k netsvcs"
ServiceType=32
StartType=3
ErrorControl=1
[ScardSvrServiceKeys]
HKR,Parameters,"ServiceDll",,"%11%\scardsvr.dll"
HKR,Parameters,"ServiceMain",,"CalaisMain"
HKLM,%CurrentVersionNT%\SvcHost,"netsvcs",0x00010008,"scardsvr"
[SpoolerService]
AddReg=SpoolerServiceKeys
Description="Loads files to memory for later printing"
DisplayName="Print Spooler"
ServiceBinary="%11%\spoolsv.exe"
ServiceType=0x110
StartType=3
ErrorControl=1
LoadOrderGroup="SpoolerGroup"
[SpoolerServiceKeys]
HKLM,"System\CurrentControlSet\Services\Spooler\Performance","Library",,"winspool.drv"
HKLM,"System\CurrentControlSet\Services\Spooler\Performance","Open",,"PerfOpen"
HKLM,"System\CurrentControlSet\Services\Spooler\Performance","Close",,"PerfClose"
HKLM,"System\CurrentControlSet\Services\Spooler\Performance","Collect",,"PerfCollect"
[TerminalServices]
Description="Remote desktop access"
DisplayName="Terminal Services"
ServiceBinary="%11%\termsv.exe"
ServiceType=32
StartType=3
ErrorControl=1
[ThemeManager]
HKCU,"Software\Microsoft\Windows\CurrentVersion\ThemeManager","ThemeActive",2,"1"
HKCU,"Software\Microsoft\Windows\CurrentVersion\ThemeManager","DllName",2,"%10%\resources\themes\light\light.msstyles"
HKCU,"Software\Microsoft\Windows\CurrentVersion\ThemeManager","ColorName",2,"Blue"
HKCU,"Software\Microsoft\Windows\CurrentVersion\ThemeManager","SizeName",2,"NormalSize"
[WinmgmtService]
Description="Provides access to Windows Management Instrumentation"
DisplayName="Windows Management Instrumentation Service"
ServiceBinary="%11%\winmgmt.exe"
ServiceType=32
StartType=3
ErrorControl=1
[StiService]
AddReg=StiServiceKeys
Description="WIA Service"
DisplayName="WIA Service"
ServiceBinary="%11%\svchost.exe -k imgsvc"
ServiceType=16
StartType=3
ErrorControl=1
[BITSServiceKeys]
HKR,Parameters,"ServiceDll",,"%11%\qmgr.dll"
HKLM,%CurrentVersionNT%\SvcHost,"netsvcs",0x00010008,"BITS"
[EventLogServiceKeys]
HKR,Parameters,"ServiceDll",,"%11%\wevtsvc.dll"
HKLM,%CurrentVersionNT%\SvcHost,"LocalServiceNetworkRestricted",0x00010008,"EventLog"
[StiServiceKeys]
HKR,Parameters,"ServiceDll",,"%11%\wiaservc.dll"
HKLM,%CurrentVersionNT%\SvcHost,"imgsvc",0x00010008,"StiSvc"
[PlugPlayService]
Description="Enables automatic configuration of devices"
DisplayName="Plug and Play Service"
ServiceBinary="%11%\plugplay.exe"
ServiceType=32
StartType=2
ErrorControl=1
[WPFFontCacheService]
Description="Windows Presentation Foundation font cache service"
DisplayName="Windows Presentation Foundation Font Cache 3.0.0.0"
ServiceBinary="%10%\Microsoft.Net\Framework\v3.0\wpf\presentationfontcache.exe"
ServiceType=16
StartType=3
ErrorControl=1
[LanmanServerService]
AddReg=LanmanServerServiceKeys
Description="Lanman Server"
DisplayName="Lanman Server"
ServiceBinary="%11%\svchost.exe -k netsvcs"
ServiceType=32
StartType=3
ErrorControl=1
[LanmanServerServiceKeys]
HKR,Parameters,"ServiceDll",,"%11%\srvsvc.dll"
HKLM,%CurrentVersionNT%\SvcHost,"netsvcs",0x00010008,"lanmanserver"
[FontCacheService]
AddReg=FontCacheServiceKeys
Description="Windows Font Cache Service"
DisplayName="Windows Font Cache Service"
ServiceBinary="%11%\svchost.exe -k netsvcs"
ServiceType=32
StartType=3
ErrorControl=1
[FontCacheServiceKeys]
HKR,Parameters,"ServiceDll",,"%11%\fntcache.dll"
HKLM,%CurrentVersionNT%\SvcHost,"netsvcs",0x00010008,"fontcache"
[TaskSchedulerService]
AddReg=TaskSchedulerServiceKeys
Description="Task Scheduler"
DisplayName="Task Scheduler"
ServiceBinary="%11%\svchost.exe -k netsvcs"
ServiceType=32
StartType=3
ErrorControl=1
[TaskSchedulerServiceKeys]
HKR,Parameters,"ServiceDll",,"%11%\schedsvc.dll"
HKLM,%CurrentVersionNT%\SvcHost,"netsvcs",0x00010008,"Schedule"
[wuauService]
Description="wuauserv"
DisplayName="Automatic Updates"
ServiceBinary="%11%\wuauserv.exe"
ServiceType=32
StartType=3
ErrorControl=1
[Services]
HKLM,%CurrentVersion%\RunServices,"winemenubuilder",2,"%11%\winemenubuilder.exe -a -r"
HKLM,"System\CurrentControlSet\Services\Dnscache\Parameters",,16
HKLM,"System\CurrentControlSet\Services\Eventlog\Application",,16
HKLM,"System\CurrentControlSet\Services\Eventlog\System","Sources",0x10000,""
HKLM,"System\CurrentControlSet\Services\Tcpip\Parameters","DataBasePath",,"%12%\etc"
HKLM,"System\CurrentControlSet\Services\Tcpip6\Parameters",,16
HKLM,"System\CurrentControlSet\Services\VxD\MSTCP",,16
HKLM,"System\CurrentControlSet\Services\Winsock\Parameters",,16
HKLM,"System\CurrentControlSet\Services\Winsock2\Parameters\Protocol_Catalog9\Catalog_Entries",,16
[VersionInfo]
HKLM,%CurrentVersionNT%,"CurrentVersion",2,"6.3"
HKLM,%CurrentVersionNT%,"CurrentMajorVersionNumber",0x10003,10
HKLM,%CurrentVersionNT%,"CurrentMinorVersionNumber",0x10003,0
HKLM,%CurrentVersionNT%,"CurrentBuild",2,"19045"
HKLM,%CurrentVersionNT%,"CurrentBuildNumber",2,"19045"
HKLM,%CurrentVersionNT%,"UBR",0x10003,5796
HKLM,%CurrentVersionNT%,"CurrentType",2,"Multiprocessor Free"
HKLM,%CurrentVersionNT%,"DigitalProductId",1,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
HKLM,%CurrentVersionNT%,"EditionId",2,"Professional"
HKLM,%CurrentVersionNT%,"InstallationType",2,"Client"
HKLM,%CurrentVersionNT%,"ProductName",2,"Windows 10 Pro"
HKLM,%Control%\ProductOptions,"ProductType",2,"WinNT"
HKLM,%Control%\Windows,"CSDVersion",0x10003,0
HKLM,%Control%\Session Manager\Environment,"OS",2,"Windows_NT"
[Wow64]
; Wow6432Node symlinks
HKLM,Software\Classes\Wow6432Node\AppId,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Classes\AppId"
HKLM,Software\Classes\Wow6432Node\Protocols,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Classes\Protocols"
HKLM,Software\Classes\Wow6432Node\TypeLib,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Classes\TypeLib"
HKLM,Software\Wow6432Node\Classes,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Classes\Wow6432Node"
; 32-bit redirected keys under HKLM\Software\Classes
HKLM,Software\Classes\Wow6432Node\CLSID,,16
HKLM,Software\Classes\Wow6432Node\DirectShow,,16
HKLM,Software\Classes\Wow6432Node\Interface,,16
HKLM,Software\Classes\Wow6432Node\Media Type,,16
HKLM,Software\Classes\Wow6432Node\MediaFoundation,,16
; symlinks for shared keys under HKLM\Software
HKLM,Software\Wow6432Node\Clients,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Clients"
HKLM,Software\Wow6432Node\Microsoft\Cryptography\Calais\Current,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Cryptography\Calais\Current"
HKLM,Software\Wow6432Node\Microsoft\Cryptography\Calais\Readers,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Cryptography\Calais\Readers"
HKLM,Software\Wow6432Node\Microsoft\Cryptography\Services,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Cryptography\Services"
HKLM,Software\Wow6432Node\Microsoft\CTF\SystemShared,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\CTF\SystemShared"
HKLM,Software\Wow6432Node\Microsoft\CTF\TIP,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\CTF\TIP"
HKLM,Software\Wow6432Node\Microsoft\DFS,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\DFS"
HKLM,Software\Wow6432Node\Microsoft\Driver Signing,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Driver Signing"
HKLM,Software\Wow6432Node\Microsoft\EnterpriseCertificates,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\EnterpriseCertificates"
HKLM,Software\Wow6432Node\Microsoft\EventSystem,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\EventSystem"
HKLM,Software\Wow6432Node\Microsoft\MSMQ,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\MSMQ"
HKLM,Software\Wow6432Node\Microsoft\Non-Driver Signing,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Non-Driver Signing"
HKLM,Software\Wow6432Node\Microsoft\Notepad\DefaultFonts,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Notepad\DefaultFonts"
HKLM,Software\Wow6432Node\Microsoft\OLE,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\OLE"
HKLM,Software\Wow6432Node\Microsoft\RAS,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\RAS"
HKLM,Software\Wow6432Node\Microsoft\RPC,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\RPC"
HKLM,Software\Wow6432Node\Microsoft\Software\Microsoft\Shared Tools\MSInfo,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Shared Tools\MSInfo"
HKLM,Software\Wow6432Node\Microsoft\SystemCertificates,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\SystemCertificates"
HKLM,Software\Wow6432Node\Microsoft\TermServLicensing,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\TermServLicensing"
HKLM,Software\Wow6432Node\Microsoft\Transaction Server,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Transaction Server"
HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\App Paths,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows\CurrentVersion\App Paths"
HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Control Panel\Cursors\Schemes,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows\CurrentVersion\Control Panel\Cursors\Schemes"
HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers"
HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons"
HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\KindMap,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows\CurrentVersion\Explorer\KindMap"
HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Group Policy,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows\CurrentVersion\Group Policy"
HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Policies,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows\CurrentVersion\Policies"
HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\PreviewHandlers,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows\CurrentVersion\PreviewHandlers"
HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Setup,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows\CurrentVersion\Setup"
HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Telephony\Locations,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows\CurrentVersion\Telephony\Locations"
HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Console,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\Console"
HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\FontDpi,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\FontDpi"
HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\FontLink,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\FontLink"
HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\FontMapper,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\FontMapper"
HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Fonts,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\Fonts"
HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\FontSubstitutes,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes"
HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Gre_Initialize,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\Gre_Initialize"
HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Image File Execution Options,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options"
HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\LanguagePack,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\LanguagePack"
HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\NetworkCards,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\NetworkCards"
HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Perflib,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\Perflib"
HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Ports,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\Ports"
HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Print,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\Print"
HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\ProfileList,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\ProfileList"
HKLM,Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Time Zones,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\Time Zones"
HKLM,Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Time Zones,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\Time Zones"
HKLM,Software\Wow6432Node\Policies,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Policies"
HKLM,Software\Wow6432Node\Registered Applications,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Registered Applications"
[LicenseInformation]
; based on information from http://www.geoffchappell.com/notes/windows/license/install.htm
HKLM,Software\Wine\LicenseInformation,"Kernel-MUI-Language-Allowed",,"EMPTY"
HKLM,Software\Wine\LicenseInformation,"Kernel-MUI-Language-Disallowed",,"EMPTY"
HKLM,Software\Wine\LicenseInformation,"Kernel-MUI-Number-Allowed",0x10001,1000
HKLM,Software\Wine\LicenseInformation,"Shell-InBoxGames-FreeCell-EnableGame",0x10001,0x00000001
HKLM,Software\Wine\LicenseInformation,"Shell-InBoxGames-Hearts-EnableGame",0x10001,0x00000001
HKLM,Software\Wine\LicenseInformation,"Shell-InBoxGames-Minesweeper-EnableGame",0x10001,0x00000001
HKLM,Software\Wine\LicenseInformation,"Shell-InBoxGames-PurblePlace-EnableGame",0x10001,0x00000001
HKLM,Software\Wine\LicenseInformation,"Shell-InBoxGames-Shanghai-EnableGame",0x10001,0x00000001
HKLM,Software\Wine\LicenseInformation,"Shell-InBoxGames-Solitaire-EnableGame",0x10001,0x00000001
HKLM,Software\Wine\LicenseInformation,"Shell-InBoxGames-SpiderSolitaire-EnableGame",0x10001,0x00000001
HKLM,Software\Wine\LicenseInformation,"Shell-PremiumInBoxGames-Chess-EnableGame",0x10001,0x00000001
[ColorFiles]
srgb color space profile.icm,"@%11%\mscms.dll,-1"
[EtcFiles]
hosts,"@%11%\ws2_32.dll,-1"
networks,"@%11%\ws2_32.dll,-2"
protocol,"@%11%\ws2_32.dll,-3"
services,"@%11%\ws2_32.dll,-4"
[InfFiles]
input.inf,"@%12%\hidclass.sys,-1"
mouhid.inf,"@%12%\mouhid.sys,-1"
winebth.inf,"@%12%\winebth.sys,-1"
winebus.inf,"@%12%\winebus.sys,-1"
winehid.inf,"@%12%\winehid.sys,-1"
wineusb.inf,"@%12%\wineusb.sys,-1"
winexinput.inf,"@%12%\winexinput.sys,-1"
[NlsFiles]
c_037.nls
c_10000.nls
c_10001.nls
c_10002.nls
c_10003.nls
c_10004.nls
c_10005.nls
c_10006.nls
c_10007.nls
c_10008.nls
c_10010.nls
c_10017.nls
c_10021.nls
c_10029.nls
c_10079.nls
c_10081.nls
c_10082.nls
c_1026.nls
c_1250.nls
c_1251.nls
c_1252.nls
c_1253.nls
c_1254.nls
c_1255.nls
c_1256.nls
c_1257.nls
c_1258.nls
c_1361.nls
c_20127.nls
c_20866.nls
c_20932.nls
c_20949.nls
c_21866.nls
c_28591.nls
c_28592.nls
c_28593.nls
c_28594.nls
c_28595.nls
c_28596.nls
c_28597.nls
c_28598.nls
c_28599.nls
c_28603.nls
c_28605.nls
c_437.nls
c_500.nls
c_708.nls
c_720.nls
c_737.nls
c_775.nls
c_850.nls
c_852.nls
c_855.nls
c_857.nls
c_860.nls
c_861.nls
c_862.nls
c_863.nls
c_864.nls
c_865.nls
c_866.nls
c_869.nls
c_874.nls
c_875.nls
c_932.nls
c_936.nls
c_949.nls
c_950.nls
l_intl.nls
locale.nls
normidna.nls
normnfc.nls
normnfd.nls
normnfkc.nls
normnfkd.nls
[SortFiles]
sortdefault.nls
[WineSourceDirs]
NlsFiles = nls
SortFiles = nls
[DestinationDirs]
ColorFiles = 23
EtcFiles = 12,etc
InfFiles = 17
NlsFiles = 11
SortFiles = 10,globalization\sorting