Can I use REG_EXPAND_SZ for the locations of shell folders instead of REG_SZ
Posted
by Jherico
on Super User
See other posts from Super User
or by Jherico
Published on 2010-05-03T01:38:25Z
Indexed on
2010/05/03
1:48 UTC
Read the original article
Hit count: 403
I'm working on re-arranging a number of the shell folders in windows 7 to utilize Dropbox to keep a set of machines in sync. I'd like to create a .reg file which I can use to update the locations of these folders rather than manually changing them from the UI, but I don't want to rely on the path to the home folder being the same each time. So my question is, is it possible to replace the REG_SZ values in HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
with REG_EXPAND_SZ values specifying an offset from %HOME%
instead of an exact path?
© Super User or respective owner