View Single Post
  #1 (permalink)  
Old 03-11-2007, 02:19 PM
pixelwix's Avatar
pixelwix
Regular 'Geeker
Offline
Location: Brooklyn Center, MN
 
Join Date: Oct 2006
Posts: 349
Reputation: 634
pixelwix knows their stuffpixelwix knows their stuffpixelwix knows their stuffpixelwix knows their stuffpixelwix knows their stuffpixelwix knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
reg change in custom rom HELP!

i'm trying to have to so when i install my custom rom it will move my temp internet filse and cache to the extended rom this is the code i have in there but doesn't seem to work

Code:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Cache]
 "\Extended_ROM2\IE\Temporary Internet Files"


[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Cache]
 "\Extended_ROM2\IE\Cookies"


[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Cache]
 "\Extended_ROM2\IE\History"
and for the initial flash i have

Code:
Directory("\Extended_ROM2"):-Directory("IE")
Directory("\Extended_ROM2"):-Directory("IE\Temporary Internet Files")
Directory("\Extended_ROM2"):-Directory("IE\Cookies")
Directory("\Extended_ROM2"):-Directory("IE\History")
it created the IE folder and the Temporary Intenet Files folder, but not the rest. what am i doing worng??
Reply With Quote