Posso renomear minha pasta “Recyle Bin” no WinXP?

0

Eu quero renomear minha pasta "Lixeira" no meu sistema Windows XP para que seja como a "Lixeira" do meu Ubuntu.

Não consigo encontrar um simples comando "Renomear" ao clicar com o botão direito do mouse.

Eu posso ter que ir ao editor de registro. Eu não tenho certeza. Eu preciso de todo o processo.

    
por Abhimanyu 21.08.2014 / 14:34

1 resposta

0

Você pode fazer isso com edição simples do registro :

  • Click Start and then Run
  • Type regedit and press enter.
  • Open the HKEY_CLASSES_ROOT folder.
  • Open the CLSID folder.
  • Open the {645FF040-5081-101B-9F08-00AA002F954E} folder.
  • Open the ShellFolder folder.
  • Change the Attributes data value from 40 01 00 20 to 50 01 00 20.
  • Once completed change the CallForAttributes dword value to 0x00000000 (double-click and change value data to 0). You must change both of these values to get the rename to appear.

After performing the above steps you can rename the icon like any other icon. Right-click the Recycle Bin icon on the desktop and click Rename and rename it to whatever you want.

    
por 21.08.2014 / 14:38