3/07/2025

Problema Tela Preta e Remote Bus

We can create below registry for the session leak issue:

Under "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Kernel"

create a SeTokenDoesNotTrackSessionObject value (it should be a reg REG_DWORD value) and set to 1

 
Path : HKLM\SOFTWARE\Citrix\Citrix Virtual Desktop Agent

Value Type = REG_DWORD

Value Name = DisableLogonUISuppression

Data : 0 - Feature enabled (LOGON UI SUPPRESSION – No Black Screen)

1 - Feature disabled (You will see the Black screen issue).

 https://support.citrix.com/s/article/CTX564280-user-cannot-reconnect-to-server-vda-sporadic-with-remote-desktop-service-is-currently-busy-error?language=en_US

 Add registry on the VDA to extend wait time:

Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Citrix\wfshell\TWI

Value Name: UsermodeLoadedWaitMS

Type: REG_DWORD

Data (decimal): 30000 (Example 30000milliseconds = 30seconds)

 

Comando de Share

 Segue Dicas de Comando de Share uteis quando precisam migrar File Server.:

 Get-FsrmQuota |  select Path, Disabled, @{"Label"="QuotaSize(GB)";"Expression"={"{0:G2}" -f ($_.Size/1GB) -as [float]}} >> c:\temp\ListQuota.txt

 Get-SmbShare

 net share "TesteMigração"=C:\temp\temporario

 New-FsrmQuota -Path 'F:\HomeXX\%%a' -Description 'Padrao 50GB' -Size 50GB

 

Placas com IP Fixo aparecem "Zumbi" DHCP

Sobre o problema de servidores da Azure que quando voltou para Om premisses (no meu caso para Vmware e placas de redes setado IP aparecem como DHCP, segue procedimento abaixo realizado em dois servidores e foi restabelecido com sucesso.

 Caso tiverem o problema favor efetuar o procedimento o abaixo.

 

  1. Ir no Registro até o Caminho HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network

Localizar a Chave Config deletar e dar boot

 


 
Pesquisa personalizada