Unlike in Windows XP, you cannot move the whole user directory to another partition, for example D:. Windows 7 makes it more complicated, but not impossible, to do this:
robocopy /e /xj /copyall C:\Users D:\Users
mklink /j C:\Users\username D:\Users\username
(choose any path instead of D:\Users\username)dir
to verify the directory junction has been established, exit the CMD prompt, reboot the machine