29 Pages V   1 2 3 > »   
Reply to this topic
 [tool] reg2WBS, .Script lines from .Reg files
Rating 5 V
post Jan 4 2007, 01:12 PM
Post #1
psc
Guru   ******
Group: .script developer

  Joined: 14-July 06 From: Korschenbroich

Posts: 9,729
Thank(s): 657


Germany


I sometimes tried the similar tool NightMan developed.
For my purposes in some aspects it was not sufficient.
Therefore I wrote my own tool in Delphi.

Main advantages:
  • works with Unicode .reg files made by XP regedit.exe
  • accepts a list of input files
  • processes .reg files exportet from RegEditWB (Already containing WB-Software etc)
  • core function is a separate Unit which can e.g. be built directly into WinBuilder

If you see old syntax and screenshot, please click 'Refresh' on your browser!


Syntax

There exists a GUI as wrapper for the command line version

Remarks:

reg2WBS does not resolve HKU entries.
Use HKCU instead.


EDIT: Solved since version 1.3.0


Peter

You can download always the latest version at http://nativeex.boot-land.net/Programs/reg.../reg2WBSprg.zip
And here you can see the latest version number

EDIT: Since Unicode support: The last Non-Unicode version you can download here: http://nativeex.boot-land.net/Programs/reg...BSprg_3.4.4.zip


--------------------
Build the house starting with the basement rather than with the roof! But always have in mind how the roof should be made!

There are very rarely problems, in most cases there are issues.

There are never stupid questions, there can be only stupid answers.

It does not make much sence to heal the symptoms of an illness. You must heal the illness!

The revenue from clicking on publicity at this post is helping psc
Boot Land shares publicity revenue with its members.

.
5 user(s) said "Thank you!" to psc for this fantastic post:
amalux, m4dm4Xz, NewBSOD, patsch, techvslife
+Quote Post
post Jan 5 2007, 04:07 PM
Post #2
psc
Guru   ******
Group: .script developer

  Joined: 14-July 06 From: Korschenbroich

Posts: 9,729
Thank(s): 657


Germany


Under the link of the first post I uploaded a new version:
  • added -sft, -sys and -dfl switch to filter hives
  • corrected some logic with quotes and double backslashes inside data
  • output lines which could not be resolved
  • (first post core function and syntax updated)
Peter


--------------------
Build the house starting with the basement rather than with the roof! But always have in mind how the roof should be made!

There are very rarely problems, in most cases there are issues.

There are never stupid questions, there can be only stupid answers.

It does not make much sence to heal the symptoms of an illness. You must heal the illness!
+Quote Post
post Jan 6 2007, 12:36 PM
Post #3
Nuno Brito
Platinum Member   ******
Group: .script developer

  Joined: 13-July 06 From: Pittsburgh

Posts: 8,638
Thank(s): 464


Portugal


Thanks for this great tool! thumbsup.gif


--------------------


Join us at the Virus removal forums!
+Quote Post
post Jan 12 2007, 11:58 AM
Post #4
psc
Guru   ******
Group: .script developer

  Joined: 14-July 06 From: Korschenbroich

Posts: 9,729
Thank(s): 657


Germany


There is a new version downloadble under the above link.

I fixed bugs with 0x2 and 0x7.

Peter


--------------------
Build the house starting with the basement rather than with the roof! But always have in mind how the roof should be made!

There are very rarely problems, in most cases there are issues.

There are never stupid questions, there can be only stupid answers.

It does not make much sence to heal the symptoms of an illness. You must heal the illness!
+Quote Post
post Aug 3 2007, 03:49 PM
Post #5
psc
Guru   ******
Group: .script developer

  Joined: 14-July 06 From: Korschenbroich

Posts: 9,729
Thank(s): 657


Germany


There is a new version 1.0.3 downloadble under the above link.

The new switch -E causes:

Strings starting with:
  • Path of %SystemRoot%
  • Path of %ProgramFiles%
  • Letter of %SystemDrive%
Are replaced by these variable names, and the registry type is changed from 0x1 to 0x2.

Peter


--------------------
Build the house starting with the basement rather than with the roof! But always have in mind how the roof should be made!

There are very rarely problems, in most cases there are issues.

There are never stupid questions, there can be only stupid answers.

It does not make much sence to heal the symptoms of an illness. You must heal the illness!
+Quote Post
post Aug 3 2007, 09:57 PM
Post #6
h7se
Frequent Member   ***
Group: Developer

  Joined: 29-November 06
Posts: 265
Thank(s): 2


Palestine


Hi Peter

here's some bugs to fix

CODE
[HKEY_CURRENT_USER\New Key #1]
"New Value #1"=-

this means that the value to be deleted from the registry, note that dash isn't surrounded by quots

CODE
[-HKEY_CURRENT_USER\New Key #2]

same thing for this key


special chars plus # char followed by (1,2,3,4) need to be escaped


--

Great tool Thanks thumbsup.gif


--------------------
Download H7PluginBuilder [ http://h7se.boot-land.net/ ]
1 user(s) said "Thank you!" to h7se for this fantastic post:
gnikolic
+Quote Post
post Aug 4 2007, 09:23 AM
Post #7
psc
Guru   ******
Group: .script developer

  Joined: 14-July 06 From: Korschenbroich

Posts: 9,729
Thank(s): 657


Germany


QUOTE (h7se @ Aug 3 2007, 11:57 PM) *
Hi Peter

here's some bugs to fix

CODE
[HKEY_CURRENT_USER\New Key #1]
"New Value #1"=-

this means that the value to be deleted from the registry, note that dash isn't surrounded by quots

CODE
[-HKEY_CURRENT_USER\New Key #2]

same thing for this key


special chars plus # char followed by (1,2,3,4) need to be escaped


--

Great tool Thanks thumbsup.gif

I do not understand this.
An exported *.reg file only contains 'Adds', never 'Deletes'

Peter


--------------------
Build the house starting with the basement rather than with the roof! But always have in mind how the roof should be made!

There are very rarely problems, in most cases there are issues.

There are never stupid questions, there can be only stupid answers.

It does not make much sence to heal the symptoms of an illness. You must heal the illness!
+Quote Post
post Aug 4 2007, 10:49 AM
Post #8
smiley
Gold Member   *****
Group: .script developer

  Joined: 11-August 06
Posts: 1,047
Thank(s): 4


Greece


QUOTE (psc @ Aug 4 2007, 12:23 PM) *
I do not understand this.
An exported *.reg file only contains 'Adds', never 'Deletes'

Peter



h7se is right. test it yourshelf


--------------------
www.ReactOS.org - ReactOS, the free Windows-compatible Operating System



+Quote Post
post Aug 4 2007, 11:02 AM
Post #9
psc
Guru   ******
Group: .script developer

  Joined: 14-July 06 From: Korschenbroich

Posts: 9,729
Thank(s): 657


Germany


QUOTE (smiley @ Aug 4 2007, 12:49 PM) *
h7se is right. test it yourshelf

@h7Se or @smiley

Please post the .reg to test.

Thanks

Peter


--------------------
Build the house starting with the basement rather than with the roof! But always have in mind how the roof should be made!

There are very rarely problems, in most cases there are issues.

There are never stupid questions, there can be only stupid answers.

It does not make much sence to heal the symptoms of an illness. You must heal the illness!
+Quote Post
post Aug 4 2007, 11:50 AM
Post #10
h7se
Frequent Member   ***
Group: Developer

  Joined: 29-November 06
Posts: 265
Thank(s): 2


Palestine


QUOTE (psc @ Aug 4 2007, 11:02 AM) *
@h7Se or @smiley

Please post the .reg to test.

Thanks

Peter


--------------------
Download H7PluginBuilder [ http://h7se.boot-land.net/ ]
1 user(s) said "Thank you!" to h7se for this fantastic post:
Max_Real Qnx
+Quote Post

29 Pages V   1 2 3 > » 
Reply to this topic
3 User(s) are reading this topic ()



Collapse

  Topic Replies Topic Starter Views Last Action
No new Topic has attachmentsTool to Add Seagate DiscWizard to PE3 Wim
Free Acronis TrueImage 11
14 oriensol 1,372 29th August 2010 - 03:03 AM
Last post by: oriensol
No New Posts Tools or tricks to find missing registry keys?
5 MedEvil 988 18th May 2010 - 11:26 PM
Last post by: MedEvil
No New Posts tools for Win7
tools for system boot and repair
4 Alexmoreirarocha 1,517 8th April 2010 - 09:31 PM
Last post by: cragunkurtis25
No New Posts Tool to merge BCD entries?
Having both Win7RescuePE and normal Windows 7
1 ktp 1,036 10th February 2010 - 06:41 PM
Last post by: Wonko the Sane
No new tool to track install wanted!
31 MedEvil 6,949 3rd February 2010 - 11:43 AM
Last post by: m4dm4Xz