May 22, 200917 yr for the life of me i cannot figure out the sytax on how to use this command. i looked at the examples and cant get it. i have a "regsz" key named "1" with value "x"how do i do this? Edited May 22, 200917 yr by bobbintb
May 26, 200917 yr {JSCRIPT}=WriteRegKey("HKEY_CURRENT_USER\Software\WPI\Test Key",1,"REG_DWORD"){JSCRIPT}=WriteRegKey("HKEY_CURRENT_USER\Software\WPI\Test Key","Value","REG_SZ")
June 5, 200917 yr Author {JSCRIPT}=WriteRegKey("HKEY_CURRENT_USER\Software\WPI\Test Key",1,"REG_DWORD"){JSCRIPT}=WriteRegKey("HKEY_CURRENT_USER\Software\WPI\Test Key","Value","REG_SZ")this doesnt seem to be working in vista. is there away to run it elevated?
July 15, 200917 yr Hello!How to use {JSCRIPT}=WriteRegKey("HKEY_CURRENT_USER\Software\WPI\Test Key","0","REG_MULTI_SZ") ?No key is added to registry.
July 15, 200917 yr From a quick Google search, the strings must be NULL terminated and double NULL terminated at the end.Don't put quotes around numbers.
July 16, 200917 yr {JSCRIPT}=WriteRegKey("HKEY_CURRENT_USER\Software\WPI\Test Key",0,"REG_MULTI_SZ")Still not working I guess it has something to do with "REG_MULTI_SZ"
Create an account or sign in to comment