MikeRamalho
MIS
Hello Everyone,
I have been pushing out program installs and removals through SMS for about 6 months now and am quite confident in that aspect BUT am not too sure how to delete a registry key through SMS. I've created a .reg file and also a batch file and pushed both out to a test PC, I see that the file has been sent but do not see any successes or failures.
Is there a better way to push a registry deletion through SMS?
Here is a sample of the script I wrote (not sure if it even works)
Windows Registry Editor Version 5.1
[HKEY_LOCAL_MACHINE\Software\Network Associates\Epolicy Orchestrator\Agent\AgentGUID]
"AgentGUID"=-
I tried pushing this out as a batch and a reg file but nothing seems to happen.
Thanks
Mike
I have been pushing out program installs and removals through SMS for about 6 months now and am quite confident in that aspect BUT am not too sure how to delete a registry key through SMS. I've created a .reg file and also a batch file and pushed both out to a test PC, I see that the file has been sent but do not see any successes or failures.
Is there a better way to push a registry deletion through SMS?
Here is a sample of the script I wrote (not sure if it even works)
Windows Registry Editor Version 5.1
[HKEY_LOCAL_MACHINE\Software\Network Associates\Epolicy Orchestrator\Agent\AgentGUID]
"AgentGUID"=-
I tried pushing this out as a batch and a reg file but nothing seems to happen.
Thanks
Mike