First off running Windows 7 I would say upgrade them now. Those machines should not have Remote Registry running for security reasons.
You should be able to create a deployment package to run the following commands.
sc start "remoteregistry"
This command is to give the service time to start.
timeout /t 10
Run your delprof2
sc stop "remoteregistry"