martes, 12 de mayo de 2009

Como establecer la unidad de inicio en "C" cuando ha sido cambiada.

Problema viejito pero en esta semana lo vi en dos casos en XP.

Antes pasaba mucho en 2000 cuando colocabas un disco como esclavo que tenia clon o copia con una particion activa de Win98 o Win2000. Al desconectar dicho disco y tratar de entrar a tu nueva instalacion te encontrabas que no podias iniciar sesion ya que la unidad habia cambiado a otra diferente de "C".

Hay dos soluciones para este problema:

  1. Si cuentas aun con el disco que pusiste como esclavo, conectalo nuevamente y sigue el siguiente procedimiento:
  • Make a full system backup of the computer and system state.
  • Log on as an Administrator.
  • Start Regedt32.exe.
  • Go to the following registry key:
    HKEY_LOCAL_MACHINE\SYSTEM\MountedDevices
  • Click MountedDevices.
  • On the Security menu, click Permissions.
  • Verify that Administrators have full control. Change this back when you are finished with these steps.
  • Quit Regedt32.exe, and then start Regedit.exe.
  • Locate the following registry key:
    HKEY_LOCAL_MACHINE\SYSTEM\MountedDevices
  • Find the drive letter you want to change to (new). Look for "\DosDevices\C:".
    Right-click \DosDevices\C:, and then click Rename.

Note You must use Regedit instead of Regedt32 to rename this registry key.

  • Rename it to an unused drive letter "\DosDevices\Z:".This frees up drive letter C.
  • Find the drive letter you want changed. Look for "\DosDevices\D:".
  • Right-click \DosDevices\D:, and then click Rename.
  • Rename it to the appropriate (new) drive letter "\DosDevices\C:".
  • Click the value for \DosDevices\Z:, click Rename, and then name it back to "\DosDevices\D:".
  • Quit Regedit, and then start Regedt32.
  • Change the permissions back to the previous setting for Administrators (this should probably be Read Only).
  • Restart the computer.

http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q223188

2.- Si no cuentas con el disco donde estaba el respaldo el problema se soluciona realizando una reparacion del S.O.

No hay comentarios:

Publicar un comentario