<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.maximumpc.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Maximum PC profiles RSS Feed</title>
 <link>http://www.maximumpc.com/tags/profiles</link>
 <description>used for category lists, takes arguments</description>
 <language>en</language>
<item>
 <title>How-To: Optimize Your Windows Profile and Media Storage with a SSD</title>
 <link>http://www.maximumpc.com/article/howtos/howto_optimize_your_windows_profile_and_media_storage_ssd</link>
 <description>&lt;!--paging_filter--&gt;&lt;table border=&quot;0&quot; align=&quot;right&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
digg_url = &#039;http://www.maximumpc.com/article/howtos/howto_optimize_your_windows_profile_and_media_storage_ssd&#039;;
&lt;/script&gt;&lt;script src=&quot;http://digg.com/tools/diggthis.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;SSDs are all the rage for performance-oriented builders these days, but they aren’t without problems. Even the largest solid state drive is too small to hold all the stuff we need to store on the C: drive—games, photos, music, videos, etc.—and the inexpensive models max out at around 64GB of capacity. And there’s the performance problem, to boot. All but the most expensive SSDs suffer from very slow write speeds, which can have a significant impact on your real-world performance.&lt;/p&gt;
&lt;p&gt;So what’s the solution? We’re going to show you how to set up your Windows install like a Linux setup—with the OS and primary apps on the SSD, and your user profile and space-hogging games on a traditional hard disk. This gives us the best of both worlds—the folders we write to most frequently are on a traditional disk, while our boot and app load times can benefit greatly from the fast read speed and low random-access time of an SSD. Best of all, you can use even a tiny 64GB SSD without having to constantly manage disk space—picking and choosing which apps and media will be stored on the small drive.&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/ssdhowto/ssdhowto_teaser.jpg&quot; width=&quot;415&quot; height=&quot;300&quot; /&gt;&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Step 1: Install Windows on Your SSD&lt;/h2&gt;
&lt;p&gt;While you can change the default path of your user profile using the Windows Pre-Install Kit, it’s more trouble than it’s worth to do it that way. Instead, we’re going to tweak Windows after it’s already in place. The first thing you’ll need to do is install Windows on your SSD, which is essentially no different than any other time you’ve installed Windows. When you’re prompted to create an account at the end of the install, don’t use the account name you actually want; use a temporary placeholder instead. You’ll create the actual account you’ll use later. Don’t install any applications until after you’ve moved your user profile.&lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;a href=&quot;http://dl.maximumpc.com/galleries/ssdhowto/Step%201%20-%20Partitions.png&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/ssdhowto/Step%201%20-%20Partitions_sm.png&quot; width=&quot;415&quot; height=&quot;205&quot; /&gt;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;Once Windows is installed, you should create the user account you intend to use. Go to the Control Panel and search for Add User. Create your account, but don’t log in yet. &lt;/p&gt;
&lt;p&gt;We’ve tested our procedure with Windows Vista and Windows 7 Beta 1, but it should work with XP as well if you adjust the paths yourself (Vista and Windows 7 store user profile in C:\Users by default, XP is C:\Documents and Settings). Once Windows is installed and updated with drivers and security patches, you’ll need to set up the partitions on your hard disk. &lt;/p&gt;
&lt;p&gt;We created two partitions on our hard disk, one for the user profile and one for games and other large applications. To access the partitioning tools, right-click Computer in the Start Menu and click Manage. Go to Disk Management. Then, right-click your hard disk and create a new partition. We made each partition roughly half of the drive, but if you have a lot of media files, you may want to make your user profile partition larger than your game partition. Once the two partitions have been formatted as NTFS, you can continue to the next step.&lt;/p&gt;
&lt;h2&gt;Step 2: Copy Your Profiles&lt;/h2&gt;
&lt;p&gt;Next, you’ll want to assign a drive letter to your user profile drive. We chose U:\, but you can use whatever letter you prefer. In U:\, you’ll need to create a folder called Users. Now, reboot your computer and go into Safe Mode by pressing F8 as it boots. Once you’re in Safe Mode, go to C:\Users and copy the Default and Public folders to U:\Users\Default and U:\Users\Public. You’ll likely find some *.tmp files that simply won’t copy; it’s OK to skip them.&lt;/p&gt;
&lt;p align=&quot;center&quot;&gt; &lt;a href=&quot;http://dl.maximumpc.com/galleries/ssdhowto/Step%202%20-%20Registry.png&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/ssdhowto/Step%202%20-%20Registry_sm.png&quot; width=&quot;415&quot; height=&quot;204&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;After that’s done, you should open the registry editor (press the Windows key on your keyboard and type regedit). Navigate to &lt;strong&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList&lt;/strong&gt;. In that folder, you need to change the value of the Default key to U:\Users\Default, the Public key to U:\Users\Public, and the ProfilesDirectory to U:\Users. Reboot your PC and log in using the account you created in step 1. During the login, Windows will create your new user account, which should be in U:\Users. &lt;/p&gt;
&lt;h2&gt;Step 3: Wrapping up Loose Ends&lt;/h2&gt;
&lt;p&gt;If you didn’t take our advice in step 1 and start with a clean install, this is the point at which you should copy the contents of your old user profile into your new directory. Rather than doing a wholesale copy/paste of the whole directory, it’s safer to only pull the files you need. &lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;a href=&quot;http://dl.maximumpc.com/galleries/ssdhowto/Step%203%20-%20Find%20Registry.png&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/ssdhowto/Step%203%20-%20Find%20Registry_sm.png&quot; width=&quot;415&quot; height=&quot;203&quot; /&gt;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;You’ll also want to open the registry and do a Find for C:\Users. We found about 20 instances on our test machines, even in a fresh account. While there are some tools that will do an automatic find and replace on the registry, we chose to manually use regedit so we could verify each change ourselves. Open regedit (type regedit after pressing the Windows key), click Computer at the top of the left pane, and then go to the Edit menu and click Find. Type C:\Users and click Find. Then manually change each key to U:\Users. Press F3 to find the next instance, and keep at it until you&#039;ve changed all the entries. Reboot your PC, then restart regedit and search one final time to ensure you didn&#039;t miss any entries.&lt;/p&gt;
&lt;p&gt;If you&#039;re doing this on a machine that&#039;s been used, there will likely be a massive number of registry changes necessary. In that case, download Registry Finder (&lt;a href=&quot;http://www.acelogix.com/regfinder.html&quot;&gt;www.acelogix.com/regfinder.html&lt;/a&gt;, 30-day trial) to automate some of the process. While it’s not perfect, Registry Finder will find and change many of the entries for you. You&#039;ll still want to do a manual search with regedit, but Registry Finder could save you an hour of copy/pasting. &lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/ssdhowto/search_reg.PNG&quot; width=&quot;207&quot; height=&quot;202&quot; /&gt; &lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/ssdhowto/search_reg_results_sm.png&quot; width=&quot;415&quot; height=&quot;327&quot; /&gt; &lt;/p&gt;
&lt;p&gt;At this point, you could delete C:\Users if you so desire. We find that it&#039;s better to leave the folder, so that even poorly behaved apps that use a hardcoded profile path will continue to work. You should, however, occasionally check the C:\Users folder to see if any files have popped up there.&lt;/p&gt;
&lt;p&gt;At this point, your Windows install is ready to go. However, before you install any big apps, you should mount your games partition so you don&#039;t waste precious space on the SSD for games. &lt;/p&gt;
&lt;h2&gt;Step 4: Create a Place for Games&lt;/h2&gt;
&lt;p&gt;Now, we&#039;re going to mount your games partition in the file system. First, you create a folder in your C:\Program Files directory (or C:\Program Files (x86) on 64-bit Windows) called Games. Go back to the Computer Management console and click Disk Management. Right-click the Games partition and select Change Drive Letter and Paths. Select any drive letters that are currently being used and click Remove, then click Add. Select &amp;quot;Mount in the following empty NTFS folder&amp;quot;, and browse to the Games folder you just created. Now anything you install at C:\Program Files\Games will actually be stored on your hard disk, and not your SSD. Paths and permissions will also be inherited. Be sure not to mount your Games folder to any additional drives. &lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;a href=&quot;http://dl.maximumpc.com/galleries/ssdhowto/Step%204%20-%20Mount.png&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/ssdhowto/Step%204%20-%20Mount_sm.png&quot; width=&quot;415&quot; height=&quot;298&quot; /&gt;&lt;/a&gt; &lt;/p&gt;
</description>
 <comments>http://www.maximumpc.com/article/howtos/howto_optimize_your_windows_profile_and_media_storage_ssd#comments</comments>
 <category domain="http://www.maximumpc.com/taxonomy/term/7154">file management</category>
 <category domain="http://www.maximumpc.com/geek_tested/gaming">gaming</category>
 <category domain="http://www.maximumpc.com/geek_tested/howto_0">how_to</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/3389">profiles</category>
 <category domain="http://www.maximumpc.com/geek_tested/software">Software</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/8004">ssds</category>
 <category domain="http://www.maximumpc.com/geek_tested/windows">windows</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/32">How-Tos</category>
 <pubDate>Wed, 13 May 2009 19:30:29 -0500</pubDate>
 <dc:creator>Will Smith</dc:creator>
 <guid isPermaLink="false">6308 at http://www.maximumpc.com</guid>
</item>
<item>
 <title>EVGA Doesn&#039;t Want You to Wait Around for Nvidia to Release SLI Profiles for new Games</title>
 <link>http://www.maximumpc.com/article/news/evga_doesnt_want_you_wait_around_nvidia_release_sli_profiles_new_games</link>
 <description>&lt;!--paging_filter--&gt;&lt;div style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;/files/u58308/EVGA_EnhancementPatch.jpg&quot; width=&quot;415&quot; height=&quot;180&quot; /&gt;&lt;/div&gt;
&lt;p&gt;While waiting for Nvidia to release SLI profiles for newly released games is indeed glamorous, it looks like EVGA is taking &lt;a href=&quot;http://www.tomshardware.com/news/evga-sli-patch,7014.html&quot;&gt;initiative&lt;/a&gt; into their own hands and releasing what they like to call the EVGA SLI Enhancement Patch.&lt;/p&gt;
&lt;p&gt; This workaround basically adds SLI profiles created by EVGA before Nvidia adds their own versions to their drivers. According to EVGA, they’re looking to have SLI support for games available within one day of release.&lt;/p&gt;
&lt;p&gt; Currently, they’re only supporting users with Windows Vista, but if demand by XP users is great enough they certainly won’t rule out the possibility. If you’re looking to check it out, feel free to download it &lt;a href=&quot;http://www.evga.com/articles/00463/&quot;&gt;here&lt;/a&gt; (registration required). &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: xx-small&quot;&gt;Image Credit: EVGA &lt;/span&gt;&lt;/p&gt;
</description>
 <comments>http://www.maximumpc.com/article/news/evga_doesnt_want_you_wait_around_nvidia_release_sli_profiles_new_games#comments</comments>
 <category domain="http://www.maximumpc.com/article_type/news_amp_views">News</category>
 <category domain="http://www.maximumpc.com/geek_tested/evga">evga</category>
 <category domain="http://www.maximumpc.com/geek_tested/graphics">graphics</category>
 <category domain="http://www.maximumpc.com/geek_tested/nvidia">nvidia</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/3389">profiles</category>
 <category domain="http://www.maximumpc.com/geek_tested/sli">sli</category>
 <pubDate>Tue, 17 Feb 2009 15:42:14 -0600</pubDate>
 <dc:creator>Andy Salisbury</dc:creator>
 <guid isPermaLink="false">5331 at http://www.maximumpc.com</guid>
</item>
<item>
 <title>Netflix Listens to Customers, Keeps Profiles Feature</title>
 <link>http://www.maximumpc.com/article/news/netflix</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Stable and affordable subscription plans; unlimited streaming downloads; large DVD catalog; optional living room set-top player. With all Netflix has going for it, the announcement that it would disable user Profiles came as a curious one. In between carpooling to class and eating Ramen noodles, college roommates would suddenly have to share a queue, and parents would no longer be able to configure a separate profile with parental controls for the kids. The surprise announcement sparked an outrage from hundreds of angry subscribers who left comments on &lt;a href=&quot;http://blog.netflix.com/2008/06/profiles-feature-going-away.html&quot;&gt;Netflix&#039;s blog&lt;/a&gt;, and while not quite on par with the backlash &lt;a href=&quot;/article/daily_news_brief_creative_publicly_denounces_modder_sparks_internet_backlash&quot;&gt;inflicted upon Creative&lt;/a&gt; over Daniel_K and his now infamous modified soundcard drivers, one had to wonder why Netflix would risk agitating a content customer base. After some reflection of their own, and undoubtedly a few angry letters, Netflix sent out a letter to subscribers today &lt;a href=&quot;http://blog.netflix.com/2008/06/profiles-feature-not-going-away.html&quot;&gt;reversing its decision&lt;/a&gt; to kill user Profiles:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&amp;quot;&lt;em&gt;You spoke, and we listened. We are keeping user Profiles. Thank you for all the calls and emails telling us how important Profiles are.&lt;/em&gt;&amp;quot; - Netflix&lt;/p&gt;
&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Whether you care about Profiles or not, isn&#039;t it nice knowing the customer can sometimes still be right?&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;/files/u69/Netflix_Thumbnail2.png&quot; width=&quot;350&quot; height=&quot;150&quot; /&gt;&lt;/div&gt;
</description>
 <comments>http://www.maximumpc.com/article/news/netflix#comments</comments>
 <category domain="http://www.maximumpc.com/article_type/news_amp_views">News</category>
 <category domain="http://www.maximumpc.com/geek_tested/dvd">dvd</category>
 <category domain="http://www.maximumpc.com/geek_tested/netflix">NetFlix</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/3389">profiles</category>
 <category domain="http://www.maximumpc.com/geek_tested/rental">rental</category>
 <category domain="http://www.maximumpc.com/geek_tested/software">Software</category>
 <pubDate>Mon, 30 Jun 2008 17:54:40 -0500</pubDate>
 <dc:creator>Paul Lilly</dc:creator>
 <guid isPermaLink="false">2518 at http://www.maximumpc.com</guid>
</item>
</channel>
</rss>
