Setting DCOM Configuration Properties on the Remote Computer QuickTest automation enables QuickTest to act as a COM automation server. Therefore, to run a QuickTest automation script on a remote computer, you must ensure that the DCOM configuration properties for that computer give you the proper permissions to launch and configure the QuickTest COM server. The procedure below describes the steps you need to perform on the remote computer to enable your automation script to run on that computer. Note that the DCOM Configuration Property the appearance and names of the dialog boxes and options mentioned here may vary depending on the computer's operating system. To enable automation scripts to access a QuickTest computer remotely: On the computer where you want to run the automation script, choose Start > Run. The Run dialog box opens. Enter dcomcnfg and click OK. The Distributed COM Configuration Properties dialog box or the Component Services window opens (depending on your operating system) and displays the list of COM applications available on the computer. Select QuickTest Professional Automation from the list and open the Properties dialog box for the application. (Click the Properties button or right-click and choose Properties, depending on your operating system.) In the QuickTest Professional Automation Properties dialog box, click the Security tab. In the launch permissions section, choose the custom option and click Edit. Use the Add and Remove options to select the network users or groups for which you want to allow or deny permission to launch QuickTest Professional via an automation script. When you are finished, click OK to save your settings. Repeat steps 5 and 6 for the configuration permissions section to select the users or groups who can modify QuickTest Professional configuration options via an automation script. In the QuickTest Professional Automation Properties dialog box, click the Identity tab and select the interactive user option. Click OK to save the QuickTest Professional Automation Properties settings. Click OK to close the Distributed COM Configuration Properties dialog box or the Component Services window.