Thread: file manager
View Single Post
  #7 (permalink)  
Old 01-07-2010, 04:12 PM
defiantone's Avatar
defiantone
Regular 'Geeker
Offline
Threadstarter
Location: DMV
 
Join Date: Nov 2009
Posts: 349
Reputation: 225
defiantone is keeping up the good workdefiantone is keeping up the good workdefiantone is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: file manager

Quote:
Originally Posted by stevecn70 View Post
[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
-------
Thanks so much..
Reply With Quote