Auto barra de tarefas no Windows XP Embedded

1

Estou configurando um HP Thin Client executando o Windows XP Embedded e gostaria de ocultar automaticamente a barra de tarefas.

Geralmente, as alterações do sistema só podem ser feitas a partir da conta do Administrador. Infelizmente, as propriedades da barra de tarefas não estão disponíveis na conta de usuário incorporada na máquina.

O autohide pode ser ativado usando o registro ou algum outro mecanismo?

    
por Simon Hartcher 01.10.2009 / 05:09

1 resposta

1

Espero que esta solução da TechArena ajude Claro que você precisa dos direitos para alterar o registro para fazer isso !

One way to activate the auto- hide taskbar option is via the registry. However, it should be noted that this method is technical in nature and does require some code and registry knowledge.

  • Step 1. Go to Start and then select Run. In the Run input type regedit

  • Step 2. when you enter into registry there you would see the files and folders viewable, then in the registry you may search for HKCU\Software \Microsoft\Windows \CurrentVersion \Explorer\ StuckRects2

  • Step 3. once you put the registry key, you will be directed to the Settings. This value is a REG_Binary type. Within this you need to find the settings for the taskbar, as well as you could also make the settings for icon size and icon placement.

  • Step 4. whatever the value you put it will get written only when your computer log offs, and it would be difficult to catch the value. You will first have to fiddle around with the environment and then export the data.

  • Step 5. Once you have located and exported the data, test to see if the taskbar works properly.

    
por 01.10.2009 / 07:36