Jump to content

Recommended Posts

Posted

Hi again!!

REG_DWORD and REG_SZ

yes but what about

REG_MULTI_SZ ??

I want to delay a services

NetwareWorkstation, DependOnService, SRVLOC

and its a REG_MULTI_SZ.

"DependOnService"=hex(7):53,00,52,00,56,00,4c,00,4f,00,43,00,00,00,00,00

Have to push whis one to win98 - winxp, 600 machines

Can allway use the ZEN but it would be fun to get it work with autoit too.

///

  • Administrators
Posted

Can't be done in v2 (well, not without shelling out to regedit.exe /s anyway). AutoIt 3 can write REG_MULTI_SZ and REG_BINARY too.


 

Posted

But if you like V2 you can also use reg.exe from microsoft...

You have to download it from The Microsoft site, worry not. The nt4 version works just fine in 2000 or XP too.

Also, the download is quite big because lots of other tools are inside. Reg.exe is the one you need anyway!

Bye! :whistle:

×
×
  • Create New...