Pat said:
When I change my 2 CD drive letters in XPsp2 (Hard drives C: D: E

from F: and G: to V: and W: it's
not permanent. When I restart they are changed back to F: and G:
Has anyone solved this problem or know of a solution?
Maybe your XP needs a rigorous drive and mount point
cleanup:
Create a system restore point first...
To make the device manager show non present devices, we
need the environment variable DEVMGR_SHOW_NONPRESENT_DEVICES
set to "1".
The easiest way is to start the device manager using a
command script. Put the following two lines into Notepad
and save as DevMgmtX.cmd
set DEVMGR_SHOW_NONPRESENT_DEVICES=1
devmgmt.msc
Start the saved DevMgmtX.cmd, the device manager comes up.
Select 'View' -> 'Show hidden devices'.
Now delete all non present stuff (translucent icons)
under 'drives' and 'storage volumes'.
Then open Regedit and go to
HKEY_CURRENT_USER\Software\Microsoft\
Windows\CurrentVersion\Explorer\MountPoints2
Delete or rename the whole MountPoints2 hive.
Then go to
HKEY_LOCAL_MACHINE\SYSTEM\MountedDevices
Delete or rename the whole MountedDevices hive.
Reboot and pray
Then Windows will reassingn all letters and maybe they
become as persistent as they should be...
Greetings from Germany
Uwe