Enable RDP in the Task Sequence
Const HKEY_LOCAL_MACHINE = &H80000002strComputer = “.” Set oReg=GetObject(“winmgmts:{impersonationLevel=impersonate}!” & _strComputer & “rootdefault:StdRegProv”) strKeyPath = “SYSTEMCurrentControlSetControlTerminal Server” strValueName = “fDenyTSConnections”dwValue = 0oReg.SetDWORDValue HKEY_LOCAL_MACHINE,strKeyPath,strValueName,dwValue