Jump to content

Recommended Posts

Posted

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


Posted (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! :unsure:

Edited by Gouki
Posted

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.

Posted (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

Add this to the Unattended.txt and/or Winnt.sif

[PCHealth]
RA_AllowFullControl = 1
RA_AllowToGetHelp = 1
RA_AllowUnsolicited = 1
RA_MaxTicketExpiry = 604800

This info was found in the help file in "deploy.cab"

Edited by mywindow
  • 1 month later...
Posted (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 by Mercury 22
  • 1 month later...
Posted
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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...