I recently took on the task of upgrading a friends computer from XP to Windows 7.  I always forget that doing this also means you have to deal with all of the applications that they have installed.  The one app that I have learned to love and hate is iTunes.  It actually turns out the transferring the iTunes library was fairly easy except for one tricky part.  Here are the steps I completed to transfer their library.  Hopefully it helps somebody out.  The tricky part was step number seven.

1.  Backed up the user profile from the XP machine to the external hard drive.
2.  Connected the external hard drive to the new Windows 7 machine.
3.  Installed iTunes on the Windows 7 machine.  Should be the same version as the old machine.
4.  From the old profile I copied c:\documents and settings\username\application data\apple computer\itunes to             c:\users\username\appdata\roaming\apple computer\iTunes
5.  From the old profile I copied c:\documents and settings\username\application data\apple computer\itunes to
C:\users\username\appdata\local\apple computer\itunes
6.  From the old profile I copied c:\documents and settings\username\my documents\music\itunes to
C:\users\username\music\iTunes
7.  The final step I completed was to launch iTunes and open up preferences.  On the advanced tab changed the
iTunes media folder location from c:\users\username\music\iTunes\iTunes Media to
c:\users\username\music\iTunes\iTunes Music.

  • Share/Bookmark

There are allot of great things about Windows 7 and one of them is that it has a built in disk defragger that runs in the background and just gets the job done.  The only problem with this is that some people prefer to use their own tool of choice.  If you want to do this you must turn off the built in defragger.  Use the following steps below to turn of Windows 7 defragmenter

1.  Go To Start > All Programs > Accessories > System Tools > Disk Defragmenter

Screnshot of Windows 7 Defrag Menu

2.  Select Configuration Schedule

Windows 7 Main Disk Deframenter Menu

3.  Deselect Run On A Schedule And Click OK

Windows 7 Disk Deframenter Schedule

  • Share/Bookmark

There are allot of things that can happen to your XP install when it gets infected with a virus.  The most common viruses usually disable the ability to run .exe files to cripple the operating system for the general end user.  If you run across this you can copy the below text into a .reg file and run it.  This will fix the issues of not being able to run .exe, but will not remove the root cause which is usually a virus.

Windows Registry Editor Version 5.00



[HKEY_CLASSES_ROOT\.exe]
@="exefile"
"Content Type"="application/x-msdownload"

[HKEY_CLASSES_ROOT\.exe\PersistentHandler]
@="{098f2470-bae0-11cd-b579-08002b30bfeb}"

[HKEY_CLASSES_ROOT\exefile]
@="Application"
"EditFlags"=hex:38,07,00,00
"TileInfo"="prop:FileDescription;Company;FileVersion"
"InfoTip"="prop:FileDescription;Company;FileVersion;Create;Size"

[HKEY_CLASSES_ROOT\exefile\DefaultIcon]
@="%1"

[HKEY_CLASSES_ROOT\exefile\shell]

[HKEY_CLASSES_ROOT\exefile\shell\open]
"EditFlags"=hex:00,00,00,00

[HKEY_CLASSES_ROOT\exefile\shell\open\command]
@="\"%1\" %*"

[HKEY_CLASSES_ROOT\exefile\shell\runas]

[HKEY_CLASSES_ROOT\exefile\shell\runas\command]
@="\"%1\" %*"

[HKEY_CLASSES_ROOT\exefile\shellex]

[HKEY_CLASSES_ROOT\exefile\shellex\DropHandler]
@="{86C86720-42A0-1069-A2E8-08002B30309D}"

[HKEY_CLASSES_ROOT\exefile\shellex\PropertySheetHandlers]

[HKEY_CLASSES_ROOT\exefile\shellex\PropertySheetHandlers\PEAnalyser]
@="{09A63660-16F9-11d0-B1DF-004F56001CA7}"

[HKEY_CLASSES_ROOT\exefile\shellex\PropertySheetHandlers\PifProps]
@="{86F19A00-42A0-1069-A2E9-08002B30309D}"

[HKEY_CLASSES_ROOT\exefile\shellex\PropertySheetHandlers\ShimLayer Property Page]
@="{513D916F-2A8E-4F51-AEAB-0CBC76FB1AF8}"


  • Share/Bookmark
© 2010 Server Ninjas Suffusion WordPress theme by Sayontan Sinha