I'm getting an error while trying to make some Registry changes, my code is as follows:

code:

WRITEVALUE("\\$Machine\HKEY_LOCAL_MACHINE\Software\Microsoft\NAL\CLIENT","Use Preferred Servers","1","REG_DWORD")

WRITEVALUE("\\$Machine\HKEY_LOCAL_MACHINE\Software\Microsoft\NAL\Client\AbExprtDb\DP List for site 200","MSWNET:["SMS_SITE=200"]\\SMSServer\SMSPKGD$\","", "REG_SZ")


The first entry works, but the second one is coming up with an error, and the only thing I can think that would be causing this is the quotes with in expression section.

Thoughts?
Thanks
Michele