You can also do this with a script started from an admin workstation.
The basic code would look like the code below. It would be best to check if the machine is online with for example the Ping() UDF from the UDF section of this board before trying to write to its registry.

Basic remote registry write script:
 Code:
WriteValue("\\computername\HKLM\SOFTWARE\Policies\Skype\Phone","ListenHTTPPorts","0","REG_DWORD")
WriteValue("\\computername\HKLM\SOFTWARE\Policies\Skype\Phone","DisableFileTransfer","1","REG_DWORD")
_________________________
Mart

- Chuck Norris once sold ebay to ebay on ebay.