Como montar o disco local como C: no Windows XP

1

Acabei de instalar o Windows XP, o que não é novidade para mim - já fiz isso pelo menos 20 vezes agora, usando o mesmo disco de instalação a cada vez. No entanto, me deparei com um problema único neste momento. O disco rígido que contém o sistema operacional (disco local) é montado como E: por padrão, deixando C: inexistente, o que atrapalha os arquivos de instalação, pois eles tentam instalar em C:\filepath\program , mas C: não existe . Como faço para montar o Disco Local como C: por padrão?

    
por ChristianF97 19.12.2016 / 05:00

1 resposta

2

Extraído do link

  1. Make a full system backup of the computer and system state.
  2. Log on as an Administrator.
  3. Start Regedt32.exe.
  4. Go to the following registry key:
  5. HKEY_LOCAL_MACHINE\SYSTEM\MountedDevices
  6. Click MountedDevices.
  7. On the Security menu, click Permissions.
  8. Verify that Administrators have full control. Change this back when you are finished with these steps.
  9. Quit Regedt32.exe, and then start Regedit.exe.
  10. Locate the following registry key: HKEY_LOCAL_MACHINE\SYSTEM\MountedDevices
  11. Find the drive letter you want to change to (new). Look for "\DosDevices\C:".
  12. 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.

  1. Find the drive letter you want changed. Look for "\DosDevices\D:".

  2. Right-click \DosDevices\D:, and then click Rename.

  3. Rename it to the appropriate (new) drive letter "\DosDevices\C:".
  4. Click the value for \DosDevices\Z:, click Rename, and then name it back to "\DosDevices\D:".
  5. Quit Regedit, and then start Regedt32.
  6. Change the permissions back to the previous setting for Administrators (this should probably be Read Only).
  7. Restart the computer.
    
por 19.12.2016 / 19:32