O Início Rápido desaparece após o reinício

3

Sempre que ligo meu computador com Windows 7, o Início Rápido desaparece. Eu tenho que adicioná-lo manualmente na barra de tarefas toda vez.

Eu tive esse problema na minha última máquina com Windows 7 (64 bits). E agora na minha versão de 32 bits do Windows 7, eu tenho o mesmo problema!

Como posso evitar que o Quick Launch desapareça depois de uma reinicialização?

    
por hamed 28.07.2012 / 14:39

2 respostas

2

Microsoft has made available a hotfix that will resolve a problem where the taskbar customizations are lost and reset to defaults when automatic logon is enabled in Windows 7 and Windows Server 2008 R2. More details are available at FIX: The Taskbar is reset to the default settings when you use the "Automatically Log On" feature in Windows 7 and in Windows Server 2008 R2.

If you still have the issue of where the pinned Quick Launch used in this tutorial disappears on you after logging off and on or restarting the computer, then a workaround for this issue is to either:

  • Save your current theme after adding Quick Launch.
  • If you have a 32-bit Windows 7, then it has been reported that you may need to turn off UAC if Quick Launch is disappearing on you after every restart.
  • Open the hidden Quick Launch folder in the NOTE box below, then right click in the folder and click on New and Shortcut to add a shortcut into Quick Launch instead.
  • Create a new folder, copy the shortcuts in the Quick Lauch folder above into the new folder, then pin the new folder to the taskbar instead just like the Quick Launch folder here.
  • To use a Microsoft hotfix. It is intended to correct only the problem that is described in this article. Apply it only to systems that are experiencing this specific problem.

    Information: FIX: The Taskbar is reset to the default settings when you use the "Automatically Log On" feature in Windows 7 and in Windows Server 2008 R2 Download link: Help and Support

NOTE: Quick Launch is used to open a program quickly from a shortcut on the taskbar. In this case in a toolbar The Quick Launch folder is located at the hidden system folder location (step 2) of:

C:\Users\(user-name)\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch

Fonte: sevenforums.com

    
por 28.07.2012 / 15:35
0

Solução:

Em qualquer pasta, clique em "Ferramentas" (na barra de menus) → clique em "Opções de pasta" → clique na guia "Visualizar", na lista "Configurações avançadas" , localize e marque "Lembre-se das configurações de visualização de cada pasta" (também, certifique-se de que "Não armazene em cache Miniaturas" não esteja marcado).

Em seguida, defina a visualização de qualquer pasta como desejar, em seguida, vá para a guia "Visualizar" em "Opções de pasta" e clique no botão "Aplicar a todas as pastas". Se isso não resolver seu problema, use isso:

clique em Iniciar → Executar (ou em C: \ WINDOWS \ SYSTEM32 abra o CMD com "RUN AS ADMIN")
e digite esses dois comandos, um por um:

REG ADD "HKEY_Current_User\software\microsoft\windows\currentversion\policies\explorer" /v "NoSaveSettings" /t REG_SZ /d "0" /f


REG ADD "HKEY_Local_Machine\software\microsoft\windows\currentversion\policies\explorer" /v "NoSaveSettings" /t REG_SZ /d "0" /f

Em seguida, reinicie o computador.

Após o logon do Windows, verifique se a barra de ferramentas de inicialização rápida está marcada, clicando com o botão direito do mouse em Barra de tarefas → barra de ferramentas → marque a inicialização rápida.

Muito obrigado a Correz e Rainna.

    
por 04.06.2013 / 09:34