Jason wrote:
> (snip)
> I have tried removing it as you normally would a value but
> have had no success. An example of what didn't work
> follows...
> [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersi
> on\SharedDLLs]
> "C:\Program Files\Common Files\Symantec
> Shared\SSC\LDDateTm.ocx"=-
>
> Any help would be greatly appreciated. Thanks.
Hi
In a registry file, one backslash in value names/data is a control character,
so to get one "text" backslash, you need to use two. Export a value with
backslash in it name/data to a registry file to see what you end up with in the
file.
This should work better:
REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs]
"C:\\Program Files\\Common Files\\Symantec Shared\\SSC\\LDDateTm.ocx"=-
--
torgeir
Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of the 1328 page
Scripting Guide:
http://www.microsoft.com/technet/scriptcenter