Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
Quote:
Originally Posted by ryangruhn
Things people are looking to put into their .xml files:
- Tasks – checking “Show start and due dates”
|
Didn't saw this one listed... Here's how I'm doing it. This will list only the active tasks, including the start/due date. Sorted by priority.
Code:
<!-- Task View Settings-->
<characteristic type="HKLM\SOFTWARE\Microsoft\Tasks\Reminder">
<parm name="Default" value="IP7//wAAAAABAAAAAAAAAAQAAAAAAAAAAAAAAHDyBAAAAAAAAAAAAA==" datatype="binary" />
</characteristic>
<characteristic type="HKLM\SOFTWARE\Microsoft\Tasks\Sort">
<parm name="Sort" value="AQAAABMAYAABAAAAkAMAAAAAAAk=" datatype="binary" />
</characteristic>
<!-- End Task View Settings-->
Last edited by JAAS; 11-03-2009 at 01:09 PM.
|