mirror of
https://github.com/Team-Resurgent/XBMC4Xbox.git
synced 2026-08-15 11:18:13 -07:00
If ever adding the XBMC4Xbox source to GitHub use "git add -f -A" or it wont add all the files.
26 lines
870 B
XML
26 lines
870 B
XML
<registry>
|
|
<!-- this is a template registry file -->
|
|
<!-- key elements can be nested, all parent paths are inherited -->
|
|
<!-- values can exist as a child of any key element -->
|
|
<!-- an id of "" will become written as the <default> element -->
|
|
<!-- types supported are dword and string currently -->
|
|
<key path="HKEY_LOCAL_MACHINE">
|
|
<key path="SOFTWARE">
|
|
|
|
<key path="Microsoft\Windows\CurrentVersion">
|
|
<value type="string" id="ProductID">55555-333-7777777-55555</value>
|
|
</key>
|
|
|
|
<key path="Apple Computer, Inc.\QuickTime\SystemPreferences">
|
|
<value type="dword" id="WinVersion">117506916</value>
|
|
<value type="string" id="QTSysDir">Q:\system\players\mplayer\codecs</value>
|
|
</key>
|
|
</key>
|
|
</key>
|
|
|
|
<key path="HKEY_CURRENT_USER">
|
|
<key path="Software">
|
|
</key>
|
|
</key>
|
|
</registry>
|