We recently updated the Reggie Registry Extender. If you have a current Maintenance Plan, you can download the latest version of this extender here:
http://files.winbatch.com/wwwftp/wb01/wwreg34i.zipYou can also use the VCheck Utility to check and download any and all extender updates:
http://files.winbatch.com/wwwftp/wb01/vcheck.zipVersion 18010 Sept 4, 2013
64-bit port.
Added the new rRegView function to control the registry view searched by the rRegSearch function.
rRegView(view)
view - 0 Use the default view ( 32-bit view for the 32-bit extender and 64-bit view for the 64-bit extender.)
32 Use the 32-bit view.
64 Use the 64-bit view.
The rRegView function returns the previous view setting. The function has no effect when called on systems running the 32-bit only version of the Windows OS.
Fixed multiple crash bugs and added support for key paths longer than 259 characters.