arden Posted October 21, 2005 Posted October 21, 2005 Hi,I've created my Unattended XP CD and would like to tweak it a little, one of the thinks I'm looking to do is have remote desktop enabled by default but I'm not sure what I need to do. Please advise.Regards,arden
baywatch Posted October 21, 2005 Posted October 21, 2005 hi, ardenadd this to your unattend txt file[TerminalServices]AllowConnections=1regards, markus
Gouki Posted October 21, 2005 Posted October 21, 2005 (edited) Isnt that a bit dangerous? I have the opinion of only enabling remove desktop when you need it. and then set it back to dont allow! Edited October 21, 2005 by Gouki
arden Posted October 21, 2005 Author Posted October 21, 2005 Thanks baywatch, I'll give that a go.Regards,arden
cluberti Posted October 21, 2005 Posted October 21, 2005 It may be dangerous. However, if you know the IP addresses or IP address range of the machines that will be connecting remotely, you can add this in a script to run via RunOnceEx, or GuiRunOnce, etc:netsh firewall set service type = remotedesktop mode = enable scope = <whatever scope>That'll punch the hole in your XP firewall for remote connections, but only for the IPs or IP ranges that you want to allow.
Takeshi Posted October 22, 2005 Posted October 22, 2005 I think you should also be able to change the default port used by regtweak if you want to.
mywindow Posted October 23, 2005 Posted October 23, 2005 (edited) Hi,I've created my Unattended XP CD and would like to tweak it a little, one of the thinks I'm looking to do is have remote desktop enabled by default but I'm not sure what I need to do. Please advise.Regards,ardenAdd this to the Unattended.txt and/or Winnt.sif[PCHealth] RA_AllowFullControl = 1 RA_AllowToGetHelp = 1 RA_AllowUnsolicited = 1 RA_MaxTicketExpiry = 604800This info was found in the help file in "deploy.cab" Edited October 23, 2005 by mywindow
Mercury_22 Posted November 28, 2005 Posted November 28, 2005 (edited) Hi,I've created my Unattended XP CD and would like to tweak it a little, one of the thinks I'm looking to do is have remote desktop enabled by default but I'm not sure what I need to do. Please advise.Regards,arden It's there a way to do the same thing with a batch file(or vbscript)?(remote desktop enabled & the hole in XP firewall) Edited November 28, 2005 by Mercury 22
Dungeon Posted January 16, 2006 Posted January 16, 2006 Hi,I've created my Unattended XP CD and would like to tweak it a little, one of the thinks I'm looking to do is have remote desktop enabled by default but I'm not sure what I need to do. Please advise.Regards,arden It's there a way to do the same thing with a batch file(or vbscript)?(remote desktop enabled & the hole in XP firewall);Turn on Remote Desktop[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server]"fDenyTSConnections"=dword:00000000;Turn off Remote Assistance[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server]"fAllowtoGetHelp"=dword:0
InTheWayBoy Posted January 16, 2006 Posted January 16, 2006 This will do it from WINNT.SIF:[TerminalServices]AllowConnections="1"
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now