Changing a registry key
I am trying to use an SCCM package to change a registry key so I can change the location the machine looks for particular files. I have tried running this by making a package with the reg key and a small script to run the regedit command. I have tried to use a TS to run a command line to run regedit and do the same. BOth come back on the log showing successful, but neither time is the registry key changed. It remained the same as it was before I ran the push.
So, what am i missing? I tried a search, but didnt see anything really matching my issue.
So, what am i missing? I tried a search, but didnt see anything really matching my issue.
0 Comments
[ + ] Show comments
Answers (3)
Please log in to answer
Posted by:
kardock
12 years ago
Posted by:
jmaclaurin
12 years ago
What kardock said and also the location may be different if the target OS is x64. Also, just because the script executed and exited with a 0 return code, doesn't mean that it was successful. If you haven't included any error checking in your script, you may want to think about adding it as well as logging.
Posted by:
nkennelly
12 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.