PDA

View Full Version : WM6 Questions


Exitao
29th August 2007, 11:55 PM
I've been going through the WM5 tweaking area of the wiki and I notice a few things worry my newbie mind enough that I need to ask questions before I proceed.


Change the location of My Documents


Documents are opened in and saved to the device's internal storage by default. You can change this location to, for example, your Storage Card:


HKLM\Software\Microsoft\Windows CE Services\FileSyncPath = "\Storage Card\My Documents" (REG_SZ string, no quotes)

To return to the original location:


HKLM\Software\Microsoft\Windows CE Services\FileSyncPath = "\My Documents" (REG_SZ string,



But my WM6 registry doesn't have a FileSyncPath expandable string.
Should I simply create one, or does WM6 handle things differently?