Thread: file manager
View Single Post
  #6 (permalink)  
Old 01-07-2010, 02:35 PM
stevecn70's Avatar
stevecn70
PPCGeeks Regular
Offline
 
Join Date: Nov 2009
Posts: 83
Reputation: 35
stevecn70 is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: file manager

[HKEY_CURRENT_USER\Software\Microsoft\File Explorer]
"LastLocation"=dword:00000001
"LocalPath"="\\My Documents"
"StorageCardPath"="\\Storage Card"


LocalPath is where it goes when you start File Explorer and the last location was on internal storage somewhere. This is where you would remove where it says \windows\

StorageCardPath is where it goes if the last location was on your StorageCard.

LastLocation tells it which one to use for the last location:
0 = LocalPath
1 = StorageCardPath

Reply With Quote