1

Possible Duplicate:
Can you help me with my software licensing question?

I am trying to emulate what a user has suggested here:

Use WDS to provide a WinPE image (that contains a RDC client) over PXE.

While I have a working PXE WDS Server with a WinPE Image I am not sure if this is actually allowed. I have tried to find if this is possible but so far I think it may be against the WinPE EULA to use WinPE as a RDC client. Can this be used, or would I be better adding something like a VNC client to the WinPE Image?

tombull89
  • 2,954
  • 8
  • 42
  • 52

3 Answers3

3

Yes and No. Yes it's possible to copy the binaries to WinPE and run the RDP Client. But WinPE is licensed only for administrative purposes. If you're using it as a thin client OS, you're in clear violation of the license.

See my answer to this related question for the list of files: Boot to Remote Desktop

Chris S
  • 78,455
1

While not directly answering your question (because I'm not sure you can make mstsc.exe work in PE), why not try to work around the problem? Like you mentioned, try VNC. I've packaged other executables in PE environments and had them work just fine. As long as you have network drivers and capability it could do the trick.

Edit: According to Microsoft, as long as the workstation/hardware you are using has its own Windows Pro license, it's ok by them. This isn't my interpretation of their EULA, this was their rep telling me this over the phone.

1

You can use free implementation of RDP client (like FreeRDP or rdesktop).