Comments

  1. Sunday, March 25, 2007 4:17:27 AM by Corey
    Thanks for this--helps out neat freaks like myself!
  2. Monday, April 02, 2007 2:55:40 PM by tom t
    I'm using Emacs on Vista. Vista won't let emacs write to c:/, where .emacs , .emacs-places, are kept. Suggestions? Give Full Control to C:/ to my user? Would rather make Emacs use some other place for these files but don't see how to do it.
  3. Tuesday, April 03, 2007 3:21:43 AM by tom t
    Emacs/Vista problem solved--I defined an environment variable HOME = /users/tom and emacs uses that location now for .emacs-places, .emacs, etc.
  4. Thursday, April 05, 2007 6:17:02 AM by oliver
    what i did on my was completely rerouted my home folder in another partition and edited the shell folders and user shell folders inthe hives of the registry via regedit. but this is a cool way to do. i'll practice onthe other machine :)
  5. Saturday, April 07, 2007 8:52:36 PM by Josh M
    Yours was the first article to come up when I did a search on changing the location of a Vista user profile directory. So, I thought I'd add that I wrote up a quick HOWTO on how I did this.
    http://joshmouch.wordpress.com/2007/04/07/change-user-profile-folder-location-in-vista/
  6. Thursday, April 19, 2007 6:12:33 AM by Nathan
    Very cool, I didn't know that vista added symlinks. That must have been why it took so long ;) Only downfall with this method is that some apps don't use the RegKey, they just hardcode the path in their programs :(. Thanks though. BTW is the question below a robot detector?
  7. Tuesday, June 26, 2007 5:22:40 AM by Anthony
    Thanks a lot, I've been waiting for something like this for a while.
  8. Monday, August 06, 2007 5:14:13 AM by Fortis
    Thanks! Finally you helped me to make the directory structure I like. And the new 'home' icon looks cool however it does not show up on the 'start' menu...
  9. Monday, December 03, 2007 7:03:22 AM by Daniela
    Helpfull.. Thanks a lot!
  10. Thursday, December 27, 2007 9:44:48 PM by Steve
    This is great, thank you! However, when I open windows explorer "My Documents" is still listed at top, which goes to the documents folder in my home directory. Is there a way to have it go just to the home directory?
  11. Sunday, January 20, 2008 3:21:49 AM by Ryan Meray
    So from what I can tell, the junction function is useless in situations where you have two drives, say a 750GB primary drive and a 150GB boot drive, and you want the 750GB drive to become the holder of your Users folder instead of the smaller drive.

    I was hoping that Junction would allow previous applications to continue to run off the data located in the old destination, while the new stuff created after the registry edits would actually physically be stored at the junctioned location. Instead, it looks like that Junction location is merely a permalink to the old location, which leaves the data on the smaller boot drive.

    Looks like I'm gonna have to dig through my book of registry edits to get that permanant move. Bummer.

    This is pretty slick though for single-drive installations.
  12. Saturday, January 26, 2008 7:08:30 PM by Morten
    Cool! I completely agree with you on that being the best "feature" of Windows Vista.

    Thanks for giving me the best of Vista on XP :D

    One other thing, how did you make Windows XP look like that? I really like the dark-blueish look.
  13. Wednesday, June 25, 2008 2:27:55 AM by Chris
    Hello, Ryan Meray, there is indeed a way to do it using separate hard drives. If you move the "My Documents" folder from your c: drive to your external drive, and then create the junction back to the C: drive, then it will work as you wish!
  14. Sunday, August 31, 2008 4:00:36 PM by Korv
    Thank you very much! This works great! I had to fix some stuff like my pictures etc. disappearing from start menu, but now its working perfectly. I've been looking for something like this for a long time!
  15. Tuesday, September 30, 2008 2:55:30 AM by Lou
    Great writeup thanks for sharing. btw what theme is that you are using? I like the color scheme.
  16. Thursday, October 23, 2008 3:39:15 AM by Brad
    Awesome work. This was pretty much the only feature I liked about Vista. I have a couple questions though:
    1. When I click on my new "Documents" folder, I still see "My Music...etc". How do I get rid of (hide) these without deleting everything.
    2. When I display hidden folders and I navigate to "C:/Users/Brad" everything is displayed including "Application Data" and all that stuff. Is there anyway to keep all that from displaying there and have it only display in the existing "documents and settings" folder?
  17. Saturday, November 29, 2008 2:46:08 PM by Mike
    What theme are you using in the screen shots above for XP?
    thanks, Mike
  18. Saturday, February 07, 2009 2:22:05 PM by Wolfgang Schneider
    Hi,
    this sounds like what I am looking for ... but I am unclear whether I have to first create the new folders to which I will then "junction" the old folders? Do I need to create the folders on drive D:, then copy contents and folders from c:\documents and Settings\wolfgang\... and afterwards I can then create the "junction" to D:\users etc ?
    Any clarification would be appreciated.
    Cheers,
    Wolfgang
    eMail: wschn123@t-online.de
  19. Saturday, July 04, 2009 5:12:01 AM by Chris P
    This is a great post - I've set up a real Home directory now. One thing I also did was made a "My Home" Virtual Folder using information from:
    http://msdn.microsoft.com/en-us/library/ms997573.aspx

    My registry file to amke this work is here:
    ===
    Windows Registry Editor Version 5.00

    ; These reg entries create a "Virtual Folder", ie. a new folder visible in the shell
    ; that looks and behaves like a users "home" directory.
    ; See: "Creating Shell Extensions with Shell Instance Objects":
    ; http://msdn.microsoft.com/en-us/library/ms997573.aspx

    ; NOTE this my UUID (AE5CCCC6-31F7-48C2-9028-7ABF7EF8FE9D) - I guess you should make your own?

    [HKEY_CLASSES_ROOT\CLSID\{AE5CCCC6-31F7-48C2-9028-7ABF7EF8FE9D}]
    @="Home"
    "InfoTip"="Home Directory"

    ; This is: "%SystemRoot%\system32\ieframe.dll,0"
    ; NOTE the ",n" is the difference between the IconID you want and the IconID of the first Icon in the file
    [HKEY_CLASSES_ROOT\CLSID\{AE5CCCC6-31F7-48C2-9028-7ABF7EF8FE9D}\DefaultIcon]
    @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
    00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,69,00,65,00,\
    66,00,72,00,61,00,6d,00,65,00,2e,00,64,00,6c,00,6c,00,2c,00,30,00,00,00

    ; This is: %SystemRoot%\system32\shdocvw.dll - the DLL that makes "Shell Instance Objects" work
    [HKEY_CLASSES_ROOT\CLSID\{AE5CCCC6-31F7-48C2-9028-7ABF7EF8FE9D}\InProcServer32]
    "ThreadingModel"="Apartment"
    @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
    00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,68,00,\
    64,00,6f,00,63,00,76,00,77,00,2e,00,64,00,6c,00,6c,00,00,00

    ; This is a "special" uuid that means "CLSID_FolderShortcut"
    [HKEY_CLASSES_ROOT\CLSID\{AE5CCCC6-31F7-48C2-9028-7ABF7EF8FE9D}\Instance]
    @=""
    "CLSID"="{0AFACED1-E828-11D1-9187-B532F1E9575D}"

    ; This means: CSIDL_PROFILE - or the user home directory special folder
    [HKEY_CLASSES_ROOT\CLSID\{AE5CCCC6-31F7-48C2-9028-7ABF7EF8FE9D}\Instance\InitPropertyBag]
    "TargetSpecialFolder"="0x0028"

    ; The ShellFolder attributes are:
    ; SFGAO_CANRENAME (0x00000010)
    ; SFGAO_DROPTARGET (0x00000100)
    ; SFGAO_FOLDER (0x20000000)
    ; SFGAO_FILESYSTEM (0x40000000)
    ; SFGAO_HASSUBFOLDER (0x80000000)
    [HKEY_CLASSES_ROOT\CLSID\{AE5CCCC6-31F7-48C2-9028-7ABF7EF8FE9D}\ShellFolder]
    "Attributes"=dword:e0000110
    "WantsFORPARSING"=""

    ; The uuid that is the CLSID also needs to be added to the shell folder namespace, in this case under the "Desktop" folder.
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{AE5CCCC6-31F7-48C2-9028-7ABF7EF8FE9D}]
    @="Home Directory"
    ===
  20. Thursday, December 24, 2009 6:05:11 AM by nikolainikitin
    Hello, Dear Colleagues.
    Sorry that is not quite in the topic copyright derekslager.com appeal,
    want to open a long blog or forum about <a href=http://www.pnevmatika.su/>pneumatic weapons</a>, but never with the board software and the blog can not define.
    Need engine because of the blog and forum with the normal protection against spam, and then my friend found a forum filled with spam, and its already after 2 weeks.
    And you are a software engine for derekslager.com use? Which script forums and blogs I choose to open a forum about air guns?
    I'll be glad to any advice, thanks in advance.
  21. Tuesday, January 26, 2010 8:53:06 PM by Lisa18IG
    Sometimes students have assignments to compose the essay buying paper about this good topic. But a lot of them are not experienced essays writers. So, what to do in this case? We instantly suggest to buy essay papers in the online writing service.
  22. Thursday, March 04, 2010 12:38:52 AM by mortgage loans
    Do not a lot of money to buy a building? You should not worry, just because it is real to receive the home loans to solve such problems. Therefore take a sba loan to buy everything you require.
  23. Saturday, March 06, 2010 2:33:30 PM by Best Blu Ray Ripper
    there are a lot of freeware alternatives for this.. no need to emulate.
  24. Saturday, March 06, 2010 2:34:29 PM by best blu ray maker
    thats interesting taht you went through all that emulation when there are ready apps for that?
  25. Saturday, March 27, 2010 2:17:17 PM by Weight Loss Resourcex
    Great post. you can buy any posts or
  26. Thursday, April 08, 2010 9:14:57 AM by Penis Enlargement / Enhancement Pills Reviews
    Thanks a lot for sharing.
  27. Thursday, April 08, 2010 9:29:53 AM by Top Penis Enlargement / Enhancement Pills
    This is really a well laid out website. I like how you have presented the information in full detail.
  28. Thursday, April 08, 2010 9:45:47 AM by Penis Enlargement / Enhancement Patches Reviews
    Well worth the read. Thanks for sharing this information. Thanks
  29. Thursday, April 08, 2010 9:53:29 AM by Top Penis Enlargement / Enhancement Patches
    Interesting post. I normally comment AFTER reading the posts I visit.
  30. Thursday, April 08, 2010 10:39:38 AM by Penis Enlargement Devices Reviews
    This is really a well laid out website. I like how you have presented the information in full detail.
  31. Thursday, April 08, 2010 10:52:03 AM by Top Penis Enlargement Devices
    I believe the information covered in the discussion is top notch. I’ve been doing a research on the subject and your blog just cleared up a lot of questions. I am working on a essay writing and term paper for my English class and currently
  32. Thursday, April 08, 2010 10:59:44 AM by Penis Enlargement Exercise Programs Reviews
    Great post. you can buy any posts
  33. Thursday, April 08, 2010 11:10:38 AM by Top Penis Enlargement Exercise Programs
    Well worth the read. Thanks for sharing
  34. Friday, April 09, 2010 10:33:24 AM by essay writing
    Thanks to the author for sharing this wonderful material. I am not very knoledgeable in this respect that is why I will send the link to my brother, I hope, it will be useful for him and return to my essay writing after a short pause.
  35. Monday, April 26, 2010 5:30:21 AM by uplongtime
    you article really help me, thanks
  36. Monday, May 10, 2010 12:42:55 PM by Penis Enhancement Pills
    Useful piece of writing, this is very similar to a site that I have.
  37. Monday, May 10, 2010 12:47:19 PM by Penis Enhancement Pills
    nice article and wonderful and structured blog.
  38. Monday, May 10, 2010 12:50:51 PM by Penis Enhancement Patches
    Please check it out sometime and feel free to leave me a comenet on it and tell me what you think. I'm always looking for feedback.
  39. Monday, May 10, 2010 12:55:49 PM by Penis Enhancement Patches
    Thank you very much! This works great! I had to fix some stuff like my pictures etc. disappearing from start menu, but now its working perfectly. I've been looking for something like this for a long time!
  40. Monday, May 10, 2010 1:06:31 PM by Penis Enlargement Devices
    Nice Blog! It is very excellent!
  41. Monday, May 10, 2010 1:14:22 PM by Penis Enlargement Exercise
    Thank you I always wanted to write in my site something like that. Can I take part of your post to my blog.
  42. Monday, May 10, 2010 1:18:41 PM by Penis Enlargement Exercise
    Hello webmaster I like your post. I found your site on del.icio.us today and really liked it. I bookmarked it and will be back to check it out some more later.
  43. Wednesday, May 19, 2010 9:36:24 AM by Sex Toys Reviews
    I wanted to thank you for this great read!! I definitely enjoying every little bit of it I have you bookmarked to check out new stuff you post
  44. Wednesday, May 19, 2010 9:39:55 AM by Breast Enlargement Reviews
    Nice site. I think it's gonna do very very well.
  45. Wednesday, May 19, 2010 9:42:52 AM by Pheromone Reviews
    I know this is off topic.. What is the blogging software that you are using? I know it's not Wordpress, but it looks really nice.
  46. Wednesday, May 19, 2010 9:45:37 AM by Female Libido
    wanted to thank you for this great read!! I definitely enjoying every little bit of it I have you bookmarked to check out new stuff you post
  47. Wednesday, May 19, 2010 9:48:51 AM by Semen Enhancers
    Nice site. I think it's gonna do very very well. for sure
  48. Sunday, June 06, 2010 10:07:27 AM by Online Forex Reviews
    Hello, this blog is just what I’ve been searching for. I need to accomplish some investigation, and your post has probably saved me countless hours at the library.
  49. Sunday, June 06, 2010 10:09:39 AM by Human Growth Hormone Reviews
    Hello, I’m really glad I discovered your site. I like your style of writing, not just the topic. I will certainly be visiting regularly to see if you’ve got more updates.
  50. Sunday, June 06, 2010 10:11:55 AM by Web Hosting Reviews
    Took me time to go through all of the feedback, however I actually loved the article. It proved to be very useful to me and I am certain to all the commenters right here as well! It's all the time nice when you cannot solely be told, but additionally entertained! I am certain you had enjoyed penning this blog post.
  51. Sunday, June 06, 2010 10:13:47 AM by Online Casino Reviews
    Looks like the author has massive awareness in the subject. Thanks you for the info.
  52. Sunday, June 06, 2010 10:15:30 AM by Hair Growth Reviews
    I adore this post! It is a great example of how you can write a good blog post. I have a friend who wants to begin a blog and I’m going to point her your way so that she can pick up a few pointers.
  53. Sunday, June 06, 2010 10:17:14 AM by Online Auto Responder Reviews
    Looks like the author has massive awareness in the subject. Thanks you for the info.
  54. Sunday, June 06, 2010 10:18:52 AM by Online Pharmacy Reviews
    Thank you very much. I am wonderring if i can share your article in the bookmarks of society,Then more friends can talk about this problem.
  55. Sunday, June 06, 2010 10:20:50 AM by Skin Care / Anti-Aging Reviews
    I just cant stop reading this. Its so cool, so full of information that I just didn't know. I'm glad to see that people are actually writing about this issue in such a smart way, showing us all different sides to it. You're a great blogger. Please keep it up. I cant wait to read whats next.
  56. Sunday, June 06, 2010 10:22:29 AM by Quit Smoking Reviews
    Took me time to go through all of the feedback, however I actually loved the article. It proved to be very useful to me and I am certain to all the commenters right here as well! It's all the time nice when you cannot solely be told, but additionally entertained! I am certain you had enjoyed penning this blog post.
  57. Sunday, June 06, 2010 10:24:25 AM by Hair Remover Reviews
    Hi! I get pleasure from analyzing your posts every morning. It’s obvious that your thoughts reflect a good deal of other people’s opinions also.
  58. Sunday, June 06, 2010 10:26:09 AM by Anti-Aging / Skin Care Reviews
    Hello, how do you add a blog for your RSS feed? I’m really bad at technology and I just don’t understand it. Would really appreciate if anyone could assist me.
  59. Tuesday, June 08, 2010 3:33:44 AM by Volker Lange from Germany
    Hallo, ich kam durch Zufall auf diese Seite und möchte einen netten Gruß hinterlassen. Ich würde mich freuen, wenn ihr auf meiner Homepage auch einmal vorbei schauen würdet! Vielleicht wollt ihr einmal auf Sylt Westerland http://www.MeerblickSylt.de oder an der Ostsee http://www.OstseeblickHolm.de Urlaub machen?! Wir haben dort sehr schöne Meerblickwohnungen. Vielleicht bis bald einmal!
    Herzliche Grüße
  60. Tuesday, June 08, 2010 11:20:33 PM by campionatul mondial de fotbal 2010
    its a great post!thanks for sharing
  61. Thursday, June 17, 2010 12:53:38 PM by programul campionatului de fotbal 2010
    its a great post!
  62. Tuesday, June 22, 2010 1:40:41 PM by R.Sakowski
    Viele Gruesse aus dem schoenen Fischerdorf Greetsiel.
  63. Friday, June 25, 2010 5:37:16 PM by biletul zilei
    nice article!
  64. Sunday, July 04, 2010 10:41:13 PM by bwin
    its a great post!thanks for sharing
  65. Monday, July 05, 2010 1:58:19 PM by bonus bet365
    great article!thanks
  66. Saturday, July 10, 2010 11:49:44 AM by Term Papers
    This is an astonishing entry. Thank you very much for the supreme post provided! I was looking for this entry for a long time, but I wasn’t able to find a trusted source.
Add Comment