Como desabilito perfis móveis no WinXP?

0

Como título: existe uma maneira de desativar os perfis móveis no WinXP usando usando as chaves de registro ?

    
por eckes 14.03.2011 / 10:45

1 resposta

1

Muito simples:

Na chave do registro:

HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\System

Crie um novo valor DWORD LocalProfile e defina o valor como 1

A partir da documentação da Política de Grupo para o GPO equivalente a esta chave:

Administrative Templates\System\User Profiles

Only allow local user profiles

At least Microsoft Windows XP Professional or Windows Server 2003 family This setting determines if roaming user profiles are available on a particular computer. By default, when roaming profile users log on to a computer, their roaming profile is copied down to the local computer. If they have already logged on to this computer in the past, the roaming profile is merged with the local profile. Similarly, when the user logs off this computer, the local copy of their profile, including any changes they have made, is merged with the server copy of their profile. Using the setting, you can prevent users configured to use roaming profiles from receiving their profile on a specific computer. If you enable this setting, the following occurs on the affected computer: At first logon, the user receives a new local profile, rather than the roaming profile. At logoff, changes are saved to the local profile. All subsequent logons use the local profile. If you disable this setting or do not configure it, the default behavior occurs, as indicated above. If you enable both the Prevent Roaming Profile changes from propagating to the server setting and the Only allow local user profiles setting, roaming profiles are disabled. Note: This setting only affects roaming profile users.

    
por 14.03.2011 / 11:20