Search found 2 matches

by ksegrist
04 Jan 2008 06:45
Forum: DOS Batch Forum
Topic: Registry find & replace help
Replies: 2
Views: 8423

Hi, Thanks for the post... I didn't have much luck testing your suggestion, (I'm sure that was my own fault, I probably didn't implement it as you intended), but wound up using AutoIT as follows: for $i = 1 to 200 $kb = RegEnumKey("HKLM\Software\Microsoft\Updates\Windows XP\SP3\", $i&#...
by ksegrist
02 Jan 2008 06:31
Forum: DOS Batch Forum
Topic: Registry find & replace help
Replies: 2
Views: 8423

Registry find & replace help

Hi, I'm trying to find a way to search the registry for keys having value "filename=urlmon.dll" and check the value "Location" to ensure the proper (requested) path. If the path isn't what it should be, to replace it with the proper one... and to do this during an unattended inst...