Examples - Registry Customizations

3 days to go till ITForum, and its already getting lots of interest.... My inbox is overflowing with people who want to meet up and am chatting to loads of my Redmond/Boston based friends that are on route now .

 

Anyway, hopefully this will be useful to someone...... just random dumps of example customizations continued!

This is an example of virtualized registry customization.

Example 1 - Registry Customizations

 <IMPLEMENTATION>
 <CODEBASE … />
 <VIRTUALENV>
 <REGISTRY>
 <REGKEY HIVE="HKLM" KEY="Software\Test">
 <REGVALUE REGTYPE="REG_SZ" NAME="string">Holas</REGVALUE>
 <REGVALUE REGTYPE="REG_DWORD" NAME="dword">5051</REGVALUE>
 <REGVALUE REGTYPE="REG_BINARY" NAME="hex">50,51,52</REGVALUE>
 <REGVALUE REGTYPE="REG_SZ">Value of Default Key</REGVALUE>
 </REGKEY>
 </REGISTRY>
 </VIRTUALENV>
 </IMPLENENTATION>