The SendTo folder is determined on a per-user basis (usually at C:\Documents and Settings\USER\SendTo). It's an absolute path that's located in the registry, there is no common SendTo folder that applies to all users. You can, however, easily change the location of the SendTo folder without muddling around in the registry.
Simply right-click-drag the SendTo folder to the new location and select "Move To". The registry entry will be updated automatically for that user. Unfortunately, you have to do this for each user, or load up that user's registry hive and edit it manually (again, per user).
It would probably be best to update one user's registry (By using 'Move To' or manually) then export that registry key to a file. Then, distribute that file to the users and have them double click it themselves, merging the new SendTo location into their respective registries.
The key is at HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
and my default location was the absolute path, C:\Documents and Settings\Grant\SendTo
The contents of the whatever.reg file that could be distributed would look something like:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders]
"SendTo"="C:\\Documents and Settings\\Grant\\SendTo"
except with the new file location.
Had a look there, there's not registry key for the 'send to' folder. – Chris – 2009-08-18T03:04:11.187
Hmm.. not too keen on messing with registry entries, i was hoping for a simpler method for doing this – Chris – 2009-08-18T04:13:12.343