View Single Post
  #354 (permalink)  
Old 11-03-2009, 01:02 PM
JAAS's Avatar
JAAS
PPCGeeks Regular
Offline
 
Join Date: May 2008
Posts: 161
Reputation: 95
JAAS is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!

Quote:
Originally Posted by ryangruhn View Post
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.
Reply With Quote