{"id":2557,"date":"2009-05-18T16:40:50","date_gmt":"2009-05-18T20:40:50","guid":{"rendered":"http:\/\/www.starkeith.net\/coredump\/?p=2557"},"modified":"2015-10-09T13:53:03","modified_gmt":"2015-10-09T17:53:03","slug":"how-to-move-your-windows-user-profile-to-another-drive","status":"publish","type":"post","link":"https:\/\/www.starkeith.net\/coredump\/2009\/05\/18\/how-to-move-your-windows-user-profile-to-another-drive\/","title":{"rendered":"How to Move your Windows User Profile to another Drive (Updated)"},"content":{"rendered":"<p><em>Update (October 8, 2015):<\/em> I originally wrote this article back when I was using Windows Vista. Now that Windows 10 is out, I figured it was time to update it a bit&#8230; which ended up being a total re-write. However, the basic premise is still the same, but some of the details are now more relevant for current versions of Windows. With that said, I hope you find this helpful!<\/p>\n<p>First though, a warning: <strong>this is not for the faint of heart or for the technically challenged.<\/strong> This isn&#8217;t a walkthrough &#8211; if you don&#8217;t have a <em>very<\/em> good understanding of what directory junctions are and what your user profile is made up of (and how Windows itself uses it), then I wouldn&#8217;t recommend proceeding any further. If you try this without knowing what you&#8217;re getting into, <strong>you could seriously mess up your computer<\/strong>.<\/p>\n<p>With that out of the way, there are 3 basic ways of moving your profile (or parts of it) to a different drive.<\/p>\n<h3>Libraries<\/h3>\n<p>The first (and easiest) way is to just create new folders for your Documents, Pictures, Videos, etc. on another drive and use the built-in &#8220;Libraries&#8221; feature of Windows (present since Windows 7) to use these folders instead of the default ones.<\/p>\n<figure id=\"attachment_4761\" aria-describedby=\"caption-attachment-4761\" style=\"width: 409px\" class=\"wp-caption aligncenter\"><a href=\"http:\/\/www.starkeith.net\/coredump\/wp-content\/uploads\/\/2009\/05\/libraries.png\"><img loading=\"lazy\" decoding=\"async\" data-attachment-id=\"4761\" data-permalink=\"https:\/\/www.starkeith.net\/coredump\/2009\/05\/18\/how-to-move-your-windows-user-profile-to-another-drive\/libraries\/\" data-orig-file=\"https:\/\/www.starkeith.net\/coredump\/wp-content\/uploads\/\/2009\/05\/libraries.png\" data-orig-size=\"409,543\" data-comments-opened=\"0\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"libraries\" data-image-description=\"\" data-image-caption=\"&lt;p&gt;My &amp;#8220;Videos&amp;#8221; library, located on a different drive&lt;\/p&gt;\n\" data-large-file=\"https:\/\/www.starkeith.net\/coredump\/wp-content\/uploads\/\/2009\/05\/libraries.png\" class=\"wp-image-4761 size-full\" src=\"http:\/\/www.starkeith.net\/coredump\/wp-content\/uploads\/\/2009\/05\/libraries.png\" alt=\"My &quot;Videos&quot; library, located on a different drive\" width=\"409\" height=\"543\" srcset=\"https:\/\/www.starkeith.net\/coredump\/wp-content\/uploads\/2009\/05\/libraries.png 409w, https:\/\/www.starkeith.net\/coredump\/wp-content\/uploads\/2009\/05\/libraries-226x300.png 226w\" sizes=\"auto, (max-width: 409px) 100vw, 409px\" \/><\/a><figcaption id=\"caption-attachment-4761\" class=\"wp-caption-text\">My &#8220;Videos&#8221; library, located on a different drive<\/figcaption><\/figure>\n<p>The upside to this is that it&#8217;s extraordinarily easy &#8211; just right-click a library and choose <strong>Properties<\/strong> and you can add folders to the library (and remove the default ones, if desired). If you had anything in the default folders, just move (cut &amp; paste) it to the new folder you created. And since the bulk of most people&#8217;s user profiles (in terms of disk space usage) is contained in these sets of folders, this allows you to relocate the bulk of your user profile to another drive without much hassle &#8211; indeed, without even needing to reboot!<\/p>\n<p>The downside to this is that this only moves <em>some<\/em> of your user profile. All of your user settings, AppData folders, etc., remain in the default location on the boot drive. Additionally, some programs might ignore (or not recognize) the Libraries settings.<\/p>\n<p>Generally, this is the method I prefer and recommend for most people &#8211; it&#8217;s actually what I use myself, since things like my Photos and Videos folders are huge and don&#8217;t fit on my boot drive. I leave the rest of my user profile alone though, since my boot drive is an SSD and having my profile there helps speed things up for me (and I have enough disk space for this).<\/p>\n<p>If you&#8217;re not comfortable with the other two methods I mention here, this is what I&#8217;d recommend you use instead.<\/p>\n<h3>Unattended Setup Answer File<\/h3>\n<p>The second way is to use the <a href=\"https:\/\/technet.microsoft.com\/en-us\/library\/cc749317%28v=ws.10%29.aspx?f=255&amp;MSPPError=-2147217396\">unattended setup feature of Windows <\/a>to instruct Windows Setup to put the Users folder on a different volume.<\/p>\n<p>The upside to this is that it&#8217;s generally supported (<a href=\"https:\/\/support.microsoft.com\/en-us\/kb\/949977\">with some exceptions<\/a>) and since it is set during the actual installation of Windows there&#8217;s nothing you have to change. Further, this relocates the <em><strong>entire<\/strong> <\/em>Users folder &#8211; so all user accounts on your computer will be in the location you specify, including any future user accounts you create. You can also use this to relocate other folders (such as the Program Files folder) as well.<\/p>\n<p>The downside to this is of course that you have to do this <strong>before <\/strong>you install Windows&#8230; if you&#8217;ve already got Windows installed you&#8217;re out of luck. Not to mention that creating the unattended answers file is more than a bit complicated, and relocating certain folders (mainly the Users and ProgramData folders) may <a href=\"https:\/\/support.microsoft.com\/en-us\/kb\/949977\">prevent you from upgrading Windows later on<\/a>.<\/p>\n<h3>Junction Points<\/h3>\n<p>The third (and probably hardest) way is to use <a href=\"http:\/\/en.wikipedia.org\/wiki\/NTFS_junction_point\">NTFS junction points<\/a> (what UNIX\/Linux people might know as symbolic links, and what I just call &#8220;junctions&#8221; or &#8220;directory junctions&#8221;) to relocate all or part of your user profile to a different folder. This is very tricky for a number of reasons, but if done correctly gives you a seamless (and largely invisible) solution.<\/p>\n<p>The upside to this is that you can choose exactly what you want to move &#8211; you can move your whole user profile or just certain parts of it. Also, since it uses junctions, you can still access your files using the old path &#8211; so if you move your user profile to (for example) a drive called <strong>E:<\/strong>, you can still access it by using the old path (e.g., <strong>C:\\Users\\Keith<\/strong>).<\/p>\n<p>The downside is that you have to be <em>very<\/em> careful about preserving things like file permissions and any existing directory junctions &#8211; Windows contains a lot of junctions already to help with backwards compatibility, and if you move certain folders without checking for things like this, you could end up borking your entire Windows installation (or just breaking compatibility with some programs).<\/p>\n<p><a href=\"http:\/\/www.starkeith.net\/coredump\/wp-content\/uploads\/\/2009\/05\/junctions.txt\">Here&#8217;s a list of all the directory junctions present on a default install of Windows 10<\/a> &#8211; if you move any folders that have junctions associated with them, you may lose some compatibility or have problems later on. You can, of course, re-create these junctions if needed &#8211; to get a list of all these junctions on your computer, just use the command:<\/p>\n<pre>dir \/S \/A:L<\/pre>\n<p>You may want to pipe the output of this program to a text file to save for later.<\/p>\n<p>Finally, depending on how much of your user profile you end up moving, you <em><strong>may<\/strong> <\/em>run into trouble upgrading to a newer version of Windows later on.<\/p>\n<p>Nevertheless, this is how you can go about doing it.<\/p>\n<p>First, <strong>MAKE A BACKUP<\/strong>. I can&#8217;t stress this enough &#8211; <strong>MAKE SURE YOUR FILES ARE BACKED UP BEFORE YOU BEGIN<\/strong>. If you can, I&#8217;d recommend making a complete system image if possible so you can restore your entire boot drive to its previous state in case everything goes wrong.<\/p>\n<p>Secondly, make sure you have a 2nd user account with Admin rights to the machine. Because you&#8217;re moving your user profile, you can&#8217;t be logged in while you move it &#8211; so you need a second account to do this. If you don&#8217;t already have a 2nd account, you&#8217;ll need to create one (you can delete it after you&#8217;re done). Some people prefer to use the recovery console command prompt to do this instead; I&#8217;ve not tried this but it should work just as well.<\/p>\n<p>Before you log in with this 2nd account, make sure you have a destination folder created to move your user profile to (or whatever other folder you want to redirect). As an example, let&#8217;s say I wanted to move my entire User Profile from the default location of <strong>C:\\Users\\Keith<\/strong> to my drive <strong>E:<\/strong> &#8211; I&#8217;d create a folder called <strong>E:\\Keith<\/strong> to hold it. You can call it whatever you like, of course &#8211; and you can use the root of the drive if you want, but I find that having a folder makes things a bit easier. It&#8217;s important to create this folder with your user account so your user account has full access to it.<\/p>\n<p>Now log in under this 2nd account. You&#8217;ll also want to make sure as few programs and services are running as possible before you begin, just in case something has locked one of the files in your user profile (which would prevent you from moving it). Shut down any non-essential programs you might have running (e.g., things like Dropbox, printer software, etc.), unplug any non-essential devices, and disable any automatic backups that might be running.<\/p>\n<p>Now comes the big part &#8211; moving your files. In this example I&#8217;m using the XCOPY command, but you could use something like RoboCopy instead, so long as you use equivalent options. You&#8217;ll need to do this from an elevated command prompt, of course.<\/p>\n<p>The command I&#8217;d use in this example to copy my profile from <strong>C:\\Users\\Keith<\/strong> to <strong>E:\\Keith<\/strong> is:<\/p>\n<pre>xcopy C:\\Users\\Keith\\*.* E:\\Keith \/E \/C \/H \/K \/O<\/pre>\n<p>Let me explain these options:<\/p>\n<p><strong>\/E:<\/strong> This tells XCOPY to copy everything &#8211; all directories, including empty ones.<br \/>\n<strong>\/C:<\/strong> This tells XCOPY to continue copying, even if there&#8217;s an error. Since this is such a big copy and might take a long time, I&#8217;d rather have it continue copying as much as it can the first time around &#8211; if there are any errors I can deal with them later. Depending on your preferences, you may want to omit this option so the copy stops if there is a problem.<br \/>\n<strong>\/H:<\/strong> This makes sure hidden and system files are copied as well &#8211; very important.<br \/>\n<strong>\/K:<\/strong> This makes sure all file attributes (such as hidden and archive) are preserved.<br \/>\n<strong>\/O:<\/strong> <em>This is the most important one<\/em> &#8211; this causes XCOPY to preserve permissions on files &amp; directories.<\/p>\n<p><strong>A note on permissions:<\/strong> when you copy your user profile, remember that all your user profile files and folders will inherit permissions from the parent folder &#8211; in my example, this is <strong>E:\\Keith<\/strong>. This may cause problems if any of these inherited permissions conflict with the existing permissions. This is why I generally use a brand-new folder on a non-system drive, created by my user account &#8211; this ensures that my user account has full access to this folder. You might even want to check the permissions of the folder you copied from and set the permissions on the new folder to explicitly match the old one. In my example, I might copy the permissions from the old <strong>C:\\Users\\Keith<\/strong> folder and make sure the new <strong>E:\\Keith<\/strong> folder has the exact same permissions set (including anything that <strong>C:\\Users\\Keith<\/strong> might have inherited).<\/p>\n<p>Once all your files are copied, it&#8217;s time to do the scary part &#8211; remove them from their original location. (If you used something like RoboCopy to actually <em>move<\/em> the files rather than just copy them, then you don&#8217;t need to do this step.) This is because you can&#8217;t create a junction if a folder exists with the same name.<\/p>\n<p>You could delete your original user profile folder, but I think it&#8217;s better to rename it instead &#8211; this way it&#8217;s a bit easier to recover in case something goes wrong. Also, this way you can refer back to your original profile for any security\/permission settings that you might need. You can delete it later, once you&#8217;ve confirmed everything is working.<\/p>\n<p>So, in my example here I&#8217;d rename my user profile folder with the command:<\/p>\n<pre>ren Keith Keith.old<\/pre>\n<p>Making sure that I was in the <strong>C:\\Users<\/strong> directory first, of course.<\/p>\n<p>Then, I&#8217;d create the junction:<\/p>\n<pre>mklink \/J C:\\Users\\Keith E:\\Keith<\/pre>\n<p>This creates a directory junction from <strong>C:\\Users\\Keith<\/strong> to <strong>E:\\Keith<\/strong>. In this example, if I browse into <strong>C:\\Users\\Keith<\/strong>, I&#8217;ll see all my files &#8211; even though what I&#8217;m actually looking at is pysically located at <strong>E:\\Keith<\/strong>.<\/p>\n<p>Finally, you can log out of the account you used to do all this work and log back in to your original user account. If you did everything right, it should load without any problems.<\/p>\n<figure id=\"attachment_4758\" aria-describedby=\"caption-attachment-4758\" style=\"width: 660px\" class=\"wp-caption aligncenter\"><a href=\"http:\/\/www.starkeith.net\/coredump\/wp-content\/uploads\/\/2009\/05\/AppData-folder-after-relocation.png\"><img loading=\"lazy\" decoding=\"async\" data-attachment-id=\"4758\" data-permalink=\"https:\/\/www.starkeith.net\/coredump\/2009\/05\/18\/how-to-move-your-windows-user-profile-to-another-drive\/appdata-folder-after-relocation\/\" data-orig-file=\"https:\/\/www.starkeith.net\/coredump\/wp-content\/uploads\/\/2009\/05\/AppData-folder-after-relocation.png\" data-orig-size=\"1024,768\" data-comments-opened=\"0\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"AppData folder after relocation\" data-image-description=\"\" data-image-caption=\"\" data-large-file=\"https:\/\/www.starkeith.net\/coredump\/wp-content\/uploads\/\/2009\/05\/AppData-folder-after-relocation-800x600.png\" class=\"wp-image-4758 size-large\" src=\"http:\/\/www.starkeith.net\/coredump\/wp-content\/uploads\/\/2009\/05\/AppData-folder-after-relocation-800x600.png\" alt=\"AppData folder after the move\" width=\"660\" height=\"495\" srcset=\"https:\/\/www.starkeith.net\/coredump\/wp-content\/uploads\/2009\/05\/AppData-folder-after-relocation-800x600.png 800w, https:\/\/www.starkeith.net\/coredump\/wp-content\/uploads\/2009\/05\/AppData-folder-after-relocation-300x225.png 300w, https:\/\/www.starkeith.net\/coredump\/wp-content\/uploads\/2009\/05\/AppData-folder-after-relocation.png 1024w\" sizes=\"auto, (max-width: 660px) 100vw, 660px\" \/><\/a><figcaption id=\"caption-attachment-4758\" class=\"wp-caption-text\">Thanks to directory junctions, everything looks the same (even though it&#8217;s actually located on a different drive).<\/figcaption><\/figure>\n<figure id=\"attachment_4757\" aria-describedby=\"caption-attachment-4757\" style=\"width: 660px\" class=\"wp-caption aligncenter\"><a href=\"http:\/\/www.starkeith.net\/coredump\/wp-content\/uploads\/\/2009\/05\/relocated-user-profile.png\"><img loading=\"lazy\" decoding=\"async\" data-attachment-id=\"4757\" data-permalink=\"https:\/\/www.starkeith.net\/coredump\/2009\/05\/18\/how-to-move-your-windows-user-profile-to-another-drive\/relocated-user-profile\/\" data-orig-file=\"https:\/\/www.starkeith.net\/coredump\/wp-content\/uploads\/\/2009\/05\/relocated-user-profile.png\" data-orig-size=\"1024,768\" data-comments-opened=\"0\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"relocated user profile\" data-image-description=\"\" data-image-caption=\"&lt;p&gt;This is where the user profile in my example is actually located.&lt;\/p&gt;\n\" data-large-file=\"https:\/\/www.starkeith.net\/coredump\/wp-content\/uploads\/\/2009\/05\/relocated-user-profile-800x600.png\" class=\"size-large wp-image-4757\" src=\"http:\/\/www.starkeith.net\/coredump\/wp-content\/uploads\/\/2009\/05\/relocated-user-profile-800x600.png\" alt=\"This is where the user profile in my example is actually located.\" width=\"660\" height=\"495\" srcset=\"https:\/\/www.starkeith.net\/coredump\/wp-content\/uploads\/2009\/05\/relocated-user-profile-800x600.png 800w, https:\/\/www.starkeith.net\/coredump\/wp-content\/uploads\/2009\/05\/relocated-user-profile-300x225.png 300w, https:\/\/www.starkeith.net\/coredump\/wp-content\/uploads\/2009\/05\/relocated-user-profile.png 1024w\" sizes=\"auto, (max-width: 660px) 100vw, 660px\" \/><\/a><figcaption id=\"caption-attachment-4757\" class=\"wp-caption-text\">This is where the user profile in my example is actually located.<\/figcaption><\/figure>\n<p>Once you&#8217;re <em><strong>absolutely<\/strong> <\/em>sure everything is working as it should be, you can delete your old user profile. Be aware that all the old junctions &amp; compatibility redirects that I mentioned before still point to this old user profile folder &#8211; so you may need to re-create them after you delete your old user profile. Just use the MKLINK command to create them as needed.<\/p>\n<figure id=\"attachment_4759\" aria-describedby=\"caption-attachment-4759\" style=\"width: 610px\" class=\"wp-caption aligncenter\"><a href=\"http:\/\/www.starkeith.net\/coredump\/wp-content\/uploads\/\/2009\/05\/directory-junction.png\"><img loading=\"lazy\" decoding=\"async\" data-attachment-id=\"4759\" data-permalink=\"https:\/\/www.starkeith.net\/coredump\/2009\/05\/18\/how-to-move-your-windows-user-profile-to-another-drive\/directory-junction\/\" data-orig-file=\"https:\/\/www.starkeith.net\/coredump\/wp-content\/uploads\/\/2009\/05\/directory-junction.png\" data-orig-size=\"610,197\" data-comments-opened=\"0\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"directory junction\" data-image-description=\"\" data-image-caption=\"&lt;p&gt;The directory junction in action.&lt;\/p&gt;\n\" data-large-file=\"https:\/\/www.starkeith.net\/coredump\/wp-content\/uploads\/\/2009\/05\/directory-junction.png\" class=\"size-full wp-image-4759\" src=\"http:\/\/www.starkeith.net\/coredump\/wp-content\/uploads\/\/2009\/05\/directory-junction.png\" alt=\"The directory junction in action.\" width=\"610\" height=\"197\" srcset=\"https:\/\/www.starkeith.net\/coredump\/wp-content\/uploads\/2009\/05\/directory-junction.png 610w, https:\/\/www.starkeith.net\/coredump\/wp-content\/uploads\/2009\/05\/directory-junction-300x97.png 300w\" sizes=\"auto, (max-width: 610px) 100vw, 610px\" \/><\/a><figcaption id=\"caption-attachment-4759\" class=\"wp-caption-text\">The directory junction in action.<\/figcaption><\/figure>\n<p>For this article, I followed all the steps I mentioned above on a new install of both Windows 7 and Windows 10, as well as an upgrade from Windows 7 to Windows 10 (with the user profile moved prior to the upgrade), and it worked perfectly in all cases. If you try this with a computer that&#8217;s been in use for a long time, there is a higher chance that you&#8217;ll run into some sort of problem &#8211; you never know what programs may have weird dependencies or might have installed things in the wrong spot. Nevertheless, if you know what you&#8217;re doing, make appropriate backups, and use caution (and common sense), you should be able to use these same techniques to move your user profile as well.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>How to seamlessly move (or redirect) your entire Windows user profile to a different drive (or location) using NTFS junction points instead of other, less elegant methods.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"webmentions_disabled_pings":false,"webmentions_disabled":false,"_jetpack_memberships_contains_paid_content":false,"activitypub_content_warning":"","activitypub_content_visibility":"","activitypub_max_image_attachments":3,"activitypub_interaction_policy_quote":"anyone","activitypub_status":"","footnotes":"","jetpack_post_was_ever_published":false},"categories":[201,5],"tags":[394,395,24,373],"class_list":["post-2557","post","type-post","status-publish","format-standard","hentry","category-software-technology","category-technology","tag-directory-junction","tag-user-profile","tag-windows","tag-windows-10","entry"],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/pimUj-Ff","jetpack-related-posts":[{"id":2581,"url":"https:\/\/www.starkeith.net\/coredump\/2009\/05\/30\/trying-to-upgrade-from-vista-to-windows-7-take-2\/","url_meta":{"origin":2557,"position":0},"title":"Trying to Upgrade from Vista to Windows 7 \u2013 Take 2","author":"Keith Survell","date":"May 30, 2009","format":false,"excerpt":"My second attempt to upgrade from Vista to the Windows 7 Release Candidate ends in failure - again. The reason for the failure remains a mystery!","rel":"","context":"In &quot;My Opinion&quot;","block_context":{"text":"My Opinion","link":"https:\/\/www.starkeith.net\/coredump\/category\/personal\/my-opinion\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1873,"url":"https:\/\/www.starkeith.net\/coredump\/2009\/03\/17\/i-upgraded-to-vista-but-for-all-the-wrong-reasons\/","url_meta":{"origin":2557,"position":1},"title":"I Upgraded to Vista &ndash; But for all the Wrong Reasons","author":"Keith Survell","date":"March 17, 2009","format":false,"excerpt":"Even though I swore I wouldn\u2019t upgrade to Vista, just recently I bit the bullet and did it anyway. But I did it for all the wrong reasons.","rel":"","context":"In &quot;My Life&quot;","block_context":{"text":"My Life","link":"https:\/\/www.starkeith.net\/coredump\/category\/personal\/my-life\/"},"img":{"alt_text":"vista","src":"https:\/\/i0.wp.com\/www.starkeith.net\/coredump\/wp-content\/uploads\/\/2009\/03\/vista-thumb.png?resize=350%2C200","width":350,"height":200},"classes":[]},{"id":1114,"url":"https:\/\/www.starkeith.net\/coredump\/2008\/05\/14\/really-annoying-flaw-in-ntfs-mount-points\/","url_meta":{"origin":2557,"position":2},"title":"Really Annoying Flaw in NTFS Mount Points","author":"Keith Survell","date":"May 14, 2008","format":false,"excerpt":"UPDATE: As some people have noted, this problem was fixed in Windows Vista, so \"it's not really a problem anymore.\" And with Windows 7 out now, and Windows XP slowly dying, there's no real reason to worry about this anymore. But I'm leaving this article here, just for the sake\u2026","rel":"","context":"In &quot;Rants&quot;","block_context":{"text":"Rants","link":"https:\/\/www.starkeith.net\/coredump\/category\/rants\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":2549,"url":"https:\/\/www.starkeith.net\/coredump\/2009\/05\/08\/upgrading-from-vista-to-the-windows-7-release-candidate\/","url_meta":{"origin":2557,"position":3},"title":"Upgrading from Vista to the Windows 7 Release Candidate","author":"Keith Survell","date":"May 8, 2009","format":false,"excerpt":"My attempt at upgrading from Vista to Windows 7 RC ends in disappointment - I blame directory junctions for the problem. Guess I have to wait until I make the switch to 64-bit to get Windows 7 goodness on my computer!","rel":"","context":"In &quot;My Opinion&quot;","block_context":{"text":"My Opinion","link":"https:\/\/www.starkeith.net\/coredump\/category\/personal\/my-opinion\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":2890,"url":"https:\/\/www.starkeith.net\/coredump\/2010\/01\/30\/new-year-new-computer\/","url_meta":{"origin":2557,"position":4},"title":"New Year, New Computer","author":"Keith Survell","date":"January 30, 2010","format":false,"excerpt":"I finally upgraded to a new computer running Windows 7!","rel":"","context":"In &quot;personal&quot;","block_context":{"text":"personal","link":"https:\/\/www.starkeith.net\/coredump\/category\/personal\/"},"img":{"alt_text":"The system properties window from \"Yotsuba,\" my new computer!","src":"https:\/\/i0.wp.com\/www.starkeith.net\/coredump\/wp-content\/uploads\/\/2010\/01\/system-properties-window-windows-7-300x282.png?resize=350%2C200","width":350,"height":200},"classes":[]},{"id":1874,"url":"https:\/\/www.starkeith.net\/coredump\/2009\/03\/21\/computer-recovery-day\/","url_meta":{"origin":2557,"position":5},"title":"Computer Recovery Day","author":"Keith Survell","date":"March 21, 2009","format":false,"excerpt":"An agonizing tale of computer malfunction, data recovery, and pain.","rel":"","context":"In &quot;My Life&quot;","block_context":{"text":"My Life","link":"https:\/\/www.starkeith.net\/coredump\/category\/personal\/my-life\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.starkeith.net\/coredump\/wp-json\/wp\/v2\/posts\/2557","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.starkeith.net\/coredump\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.starkeith.net\/coredump\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.starkeith.net\/coredump\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.starkeith.net\/coredump\/wp-json\/wp\/v2\/comments?post=2557"}],"version-history":[{"count":0,"href":"https:\/\/www.starkeith.net\/coredump\/wp-json\/wp\/v2\/posts\/2557\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.starkeith.net\/coredump\/wp-json\/wp\/v2\/media?parent=2557"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.starkeith.net\/coredump\/wp-json\/wp\/v2\/categories?post=2557"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.starkeith.net\/coredump\/wp-json\/wp\/v2\/tags?post=2557"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}