Hey i want to have a value that contains a unc path, is it possible through regwrite?
so i want "\\server\path" as a value
so if i do this:
WshShell.RegWrite "HKCU\Software\testing\\\server\path", 0, "REG_DWORD"
the key srever is made with valu of path. it treats it incorrectly
is there a way to do this?
or do i have 2 use wmi?
thanks
so i want "\\server\path" as a value
so if i do this:
WshShell.RegWrite "HKCU\Software\testing\\\server\path", 0, "REG_DWORD"
the key srever is made with valu of path. it treats it incorrectly
is there a way to do this?
or do i have 2 use wmi?
thanks