WinBatch® Technical Support Forum

All Things WinBatch => WinBatch => Topic started by: mstarliper on August 01, 2013, 06:17:01 AM

Title: Reggie extender
Post by: mstarliper on August 01, 2013, 06:17:01 AM
I see in the tech database under Reggie->64 bit registry:


Answer:

Update: 64-bit support was added starting in WinBatch 2011B

Yes currently all of WinBatch is 32 bit. What is the problem you are having exactly?

The Reggie Extender currently allows searching the WOW6432Node only. You must use RegOpenFlags and the other standard WIL    Registry functions, instead.


How do I switch between the 64bit view and the 32bit view? I still seem to only get the 32bit registry using rRegSearch.

Or, am I misreading, and the "64-bit support was added" is applying to WinBatch, not the extender?
----
Michael
Title: Re: Reggie extender
Post by: td on August 01, 2013, 09:19:30 AM
The WinBatch registry function have supported switching between the 32-bit and 64-bit view of the registry since version 2005E so a 64-bit version of WinBatch (released with the 2011B version) is not necessary to view the 64-bit registry.  However, the Reggie extender only supports the 32-bit view of the registry and has not been ported to 64-bit.

There are several other methods that can be used with WinBatch to search the registry.  One very good alternative is MSFT's LogParser tool. It is a COM Automation server so it is relatively easy to integrate it into WinBatch scripts, it's free, it's fast and it can search the registry.  It can be found here

http://www.microsoft.com/en-us/download/details.aspx?id=24659 (http://www.microsoft.com/en-us/download/details.aspx?id=24659)

It is a popular tool so there is a lot of on-line documentation and discussion related to the product.
Title: Re: Reggie extender
Post by: Deana on August 06, 2013, 09:52:08 AM
I have updated the tech support article to hopefully clarify the situation: http://techsupt.winbatch.com/webcgi/webbatch.exe?techsupt/tsleft.web+WIL~Extenders/Reggie+64~Bit~Registry.txt
Title: Re: Reggie extender
Post by: mstarliper on August 07, 2013, 05:21:06 AM
Sorry for the late reply -- I got pulled twenty different ways.

Thank you both. I've made mods using the standard WinBatch functions and things seem to be working fine.
----
Michael