Alterando a tela de login no windows 8

3

Existe mesmo assim você pode alterar a imagem da tela de login (cor) no Windows 8, em uma imagem / papel de parede?

Eu não estou falando sobre a tela de pré-login, onde você pode ver a hora e o que não. Mas a tela de login onde você precisa preencher sua senha. Isso é atualmente azul comigo.

    
por user3063680 03.08.2014 / 19:35

2 respostas

1

Esta página: link parece responder à sua pergunta.

Se não é isso, tente isso - eu usei esse método pessoalmente.
link O método um altera as imagens, mas não tenho tanta certeza de que funcionará:

Create the key HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization if it does not exist.

Make a new string LockScreenImage.

Set it's value equal to the path to your image file. For safety, I'd recommend a path without spaces.

O método dois altera as cores, mas não as imagens:

From the Start Screen, type run and press Enter.

Type regedit in the open text box and click OK. If prompted by User Account Control, click Yes.

In the Registry Editor, navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Accent.

Within Accent, check to see if you have a DWORD value titled DefaultColorSet.

If this value already exists, proceed to the next step. If this value does not exist, right-click somewhere in the empty space within the right-hand pane for Accent, and click New > DWORD (32-bit) Value. Type DefaultColorSet and press Enter.

In the right-hand pane for Accent, double-click on DefaultColorSet to edit the value.

In the window that appears, select the Decimal radio button and enter a new number in the Value data: field. See the chart below for color values:

enter image description here

    
por 03.08.2014 / 21:13
0

A tela de login no Windows 8 é anexada à cor de fundo que você escolhe no menu Personalizar. Você muda a cor, mas ela muda de acordo com a aparência do menu iniciar e etc.

Se você encontrar um registro separado que permita especificar um caminho de imagem como o modo como o Windows 7 funcionou, seu problema será resolvido.

    
por 03.08.2014 / 19:51