- This topic is empty.
-
AuthorPosts
-
October 31, 2008 at 4:19 pm #1555
Can one update this registry value to auto enable RDP across 3125, 3150 and s30 with numerous builds with only one packaged script?
[HKEY_LOCAL_MACHINETerminalSecurityUserAccountsGuestRDPConnectionsRemote Desktop]
“Priority”=dword:0
“ClientType”=”RDP”
“EnableAutoConnect”=”Yes”November 3, 2008 at 10:38 am #14261You have to create a WDM package like this example:
[Version]
Number=RDP_setting
Description=Several RDP settings
OS=CEN
Category=CE Admin[Script]
CO “CEN”
LU
SV “HKEY_LOCAL_MACHINETerminalSecurityUserAccountsGuestRDPConnectionsRemote DesktopPriority” “0” “REG_DWORD”
EL
RBNovember 14, 2008 at 1:29 pm #14429Would this work as well?
[Version]
Number=s30autoauto–
Description=
OS=CEN
Category=Device Configuration[Script]
WL
CO “CEN”
LU “The administrator is updating the configuration for this device”
SF “CEConfig” “settings.reg” “APPEND”Thanks for your comments.
November 14, 2008 at 2:27 pm #14431You would have to create one package for each plattform and build level to prevent issues with wrong/double regkeys.
CG
November 17, 2008 at 10:29 pm #14455SV “HKEY_LOCAL_MACHINETerminalSecurityUserAccountsGuestRDPConnectionsRemote Desktop”ClientType”=”RDP” “REG_SZ”
Would this be another?
November 18, 2008 at 6:41 pm #14465What do you mean by “another”?
It could be in the same script or a seperate one.CG
November 19, 2008 at 2:02 pm #14482Same script but an additional registry key. Can you do several keys in one script?
[Version]
Number=RDP_setting
Description=Several RDP settings
OS=CEN
Category=CE Admin[Script]
CO “CEN”
LU SV “HKEY_LOCAL_MACHINETerminalSecurityUserAccountsGuestRDPConnectionsRemote DesktopClientType”=”RDP” “REG_SZ”
Sv “HKEY_LOCAL_MACHINETerminalSecurityUserAccountsGuestRDPConnectionsRemote DesktopPriority” “0” “REG_DWORD”EL
RBAlso will this update across multiple builds on different ce devices such as 3125, 3150, and s30.
November 19, 2008 at 4:51 pm #14486You can put as many lines in your script as you like. You can even do reboots inbetween.
As long as the registry keys are the same in all CE versions across your different units it is no problem.CG
-
AuthorPosts
- You must be logged in to reply to this topic.