Help - Search - Members - Calendar
Full Version: R-studio 3
The CD Forum > Bart's PE Builder > Plugins
ReD
CODE
; PE Builder v3 plug-in INF file
; R-Studio 3.0
; RedFlaG - FR - 2006

[Version]
Signature= "$Windows NT$"

[PEBuilder]
Name="Recovery > R-Studio 3"
Enable=1

[WinntDirectories]
a="Programs\R-Studio",2

[SourceDisksFiles]
files\*=a,,2

[Software.AddReg]
0x1, "R-TT\R-Studio\00000000","InstallPath","%SystemDrive%\Programs\R-Studio"
0x1, "R-TT\R-Studio\00000000","InstalledVer","3.0"
0x1, "R-TT\R-Studio\00000000","InstalledBuild","123021"
0x1, "R-TT\R-Studio\00000000","LanguageCode","en"
0x1, "R-TT\R-Studio\00000000","ProductName","R-Studio"
0x1, "R-TT\R-Studio\00000000","StartMenuFolder","R-Studio"

;sherpya
0x2, "Sherpya\XPEinit\Programs","Outils Recovery\R-studio 3", "%SystemDrive%\Programs\R-Studio\r-studio.exe"

[Default.AddReg]
0x0, "R-TT\R-Studio\Default"
0x1, "Software\R-TT\R-Studio\00000000","name","xxxxxxxxxxxxx"
0x1, "Software\R-TT\R-Studio\00000000","company","xxxxxxxxxxxx"
0x1, "Software\R-TT\R-Studio\00000000","serial","xxxxxxxxxxxxxxxxxxxxxxxxxx"
0x3, "Software\R-TT\R-Studio\00000000","cd_hash",\
  00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
  00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
  00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
0x4, "Software\R-TT\R-Studio\00000000","max_basic_partitions", 0x00000100
0x4, "Software\R-TT\R-Studio\00000000","fat_skip_dotted_names", 0x00000001
0x4, "Software\R-TT\R-Studio\00000000","win9x_ios", 0x00000001
0x4, "Software\R-TT\R-Studio\00000000","win9x_ios_scsi", 0x00000000
0x4, "Software\R-TT\R-Studio\00000000","win9x_ios_zero_ext", 0x00000000
0x4, "Software\R-TT\R-Studio\00000000","win9x_i13", 0x00000001
0x4, "Software\R-TT\R-Studio\00000000","win9x_old_api", 0x00000001
0x4, "Software\R-TT\R-Studio\00000000","win9x_ext_api", 0x00000001
0x4, "Software\R-TT\R-Studio\00000000","memory_limit", 0x00000000
0x1, "Software\R-TT\R-Studio\00000000","ProductName","R-Studio Demo"
0x3, "Software\R-TT\R-Studio\00000000\GUI","Scan completed",\
  01
0x3, "Software\R-TT\R-Studio\00000000\GUI","Write scan",\
  01
0x3, "Software\R-TT\R-Studio\00000000\GUI","Save log",\
  01
0x3, "Software\R-TT\R-Studio\00000000\GUI","Clean recognized",\
  01
0x3, "Software\R-TT\R-Studio\00000000\GUI","Unsupported file format",\
  01
0x3, "Software\R-TT\R-Studio\00000000\GUI","Open drive files",\
  01
0x0, "Software\R-TT\R-Studio\00000002"
0x0, "Software\R-TT\R-Studio\00000003"
0x0, "Software\R-TT\R-Studio\00000004"
0x0, "Software\R-TT\R-Studio\00000005"
0x0, "Software\R-TT\R-Studio\00000006"

[AddLine]
;"compress_upx.txt","compress_upx","Programs\RStudio\r-studio.exe;--best --crp-ms=999999 --strip-loadconf"


I'n building a plugin for the latest version of this recovery tools. It work but i've two questions:

1- Only one file seems to be needed but which one ?
There are two .bin files (rs_an.bin and rs_un.bin) and we just have to rename one of them to 'r-studio.exe'. No other files are needed. I don't see what is the difference between those files. Can someone give me the info?

2- Upx
I must use the '--strip-loadconf'. After that the prog is working nice, so i 'd like to have your opinion about this switch (is it wise to upx using this option or not?)

Thanks smile.gif
d4vr0s
I wonder if an/un mean ansi/unicode?
Don't have an opinion on upx, been using pecompact. smile.gif
ReD
thanks, i will use the unicode.

pecompact 1263 ko
upx 1464 ko

Nice tools, i wasn't aware of it, nice features. smile.gif
shplad
ReD:

Thanks for your work on this plugin. I have R-studio 3.6 subversion 123526,
and at first glance, the files and reg entries look similar enough that I think at least
the basic features of your plugin should work.

However, when I tried this plugin, I kept getting a build error about the CD_HASH variable
being invalid.

I entered the CD hash I have-which basically appears to be all zeros. Is that similar
to what other people have in their registries? Do I have to be careful about how I
format the "cd_hash" text in the .inf file? I'm sure Im missing something really simple.

Here is my modified .inf file:

CODE
; PE Builder v3 plug-in INF file
; R-Studio 3.5
; RedFlaG - FR - 2006
; modified by Shplad

[Version]
Signature= "$Windows NT$"

[PEBuilder]
Name="Recovery > R-Studio 3.6"
Enable=1

[WinntDirectories]
a="Programs\R-Studio",2

[SourceDisksFiles]
files\*=a,,2


[Software.AddReg]
0x1, "R-TT\R-Studio�000000","InstallPath","%SystemDrive%\Programs\R-Studio"
0x1, "R-TT\R-Studio�000000","InstalledVer","3.6"
0x1, "R-TT\R-Studio�000000","InstalledBuild","123526"
0x1, "R-TT\R-Studio�000000","LanguageCode","en"
0x1, "R-TT\R-Studio�000000","ProductName","R-Studio Network Edition"
0x1, "R-TT\R-Studio�000000","StartMenuFolder","R-Studio"

;sherpya
0x2, "Programs","R-studio 3.6", "%SystemDrive%\Programs\R-Studio\r-studio.exe"

[Default.AddReg]
0x0, "R-TT\R-Studio\Default"
0x1, "Software\R-TT\R-Studio�000000","name","My own Name"
0x1, "Software\R-TT\R-Studio�000000","company","My own Company Name"
0x1,"Software\R-TT\R-Studio�000000","serial","My own Serial Number"
;0x3, "Software\R-TT\R-Studio�000000","cd_hash",\
;  00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
;  00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
;\
;  00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00\
0x4, "Software\R-TT\R-Studio�000000","max_basic_partitions", 0x00000100
0x4, "Software\R-TT\R-Studio�000000","fat_skip_dotted_names", 0x00000001
0x4, "Software\R-TT\R-Studio�000000","win9x_ios", 0x00000001
0x4, "Software\R-TT\R-Studio�000000","win9x_ios_scsi", 0x00000000
0x4, "Software\R-TT\R-Studio�000000","win9x_ios_zero_ext", 0x00000000
0x4, "Software\R-TT\R-Studio�000000","win9x_i13", 0x00000001
0x4, "Software\R-TT\R-Studio�000000","win9x_old_api", 0x00000001
0x4, "Software\R-TT\R-Studio�000000","win9x_ext_api", 0x00000001
0x4, "Software\R-TT\R-Studio�000000","memory_limit", 0x00000000
0x1, "Software\R-TT\R-Studio�000000","ProductName","R-Studio Network Edition"
0x3, "Software\R-TT\R-Studio�000000\GUI","Scan completed",\
  01
0x3, "Software\R-TT\R-Studio�000000\GUI","Write scan",\
  01
0x3, "Software\R-TT\R-Studio�000000\GUI","Save log",\
  01
0x3, "Software\R-TT\R-Studio�000000\GUI","Clean recognized",\
  01
0x3, "Software\R-TT\R-Studio�000000\GUI","Unsupported file format",\
  01
0x3, "Software\R-TT\R-Studio�000000\GUI","Open drive files",\
  01
0x0, "Software\R-TT\R-Studio�000002"
0x0, "Software\R-TT\R-Studio�000003"
0x0, "Software\R-TT\R-Studio�000004"
0x0, "Software\R-TT\R-Studio�000005"
0x0, "Software\R-TT\R-Studio�000006"


[AddLine]
;"compress_upx.txt","compress_upx","Programs\RStudio\r-studio.exe;--best --crp-ms=999999 --strip-loadconf"




R-Studio is a really, really nice tool.
I'm drooling at the possibility of having R-Studio NE working in BartPE.



Shplad
mhthomas
QUOTE (shplad @ Mar 18 2007, 12:17 AM) *
...

R-Studio is a really, really nice tool.
I'm drooling at the possibility of having R-Studio NE working in BartPE.
Shplad


I compared R-Studio and GetDataBack, and almost got R-Studio. Instead, I got Runtime's GetDataBack, because its comparable and has BartPE plugins. I didn't know someone was working on R-Studio plugins. Cool.

Last week I recovered a customers Outlook files from a crashed HD and saved much trouble. The partition was unreadable, disk unbootable, my other recovery tools died after attempting to access the dead partition (Winternals). But, GetDataBack scanned everything and created a tree of my directories - minus the files in bad sectors. I navigated to the Outlook directory and grabbed the .pst file and copied it to the new HD - fantastic. I added GetDataBack to my BartPE using the .cab downloaded from Rutime's website - worked great.

I expect R-Studio can do similar recovery. Does anyone know any other advantages/disadvantages of comparing R-Studio and GetDataBack - now that we're getting the option to easily add R-Studio to our BartPE's? Is there something in R-Studio that I might need and is not available in GetDataBack?

Great work with this plugin - so far. Thanks.
d4vr0s
@shplad
What is that character between the R-Studio and the 000000?
shplad
Ah Davros-always available for helping us newbies.

Well, it's a question mark. What are you getting at?
Is there something wrong with that? Other people seem to have
this plugin working.


Shplad


QUOTE (d4vr0s @ Mar 18 2007, 12:39 PM) *
@shplad
What is that character between the R-Studio and the 000000?
paraglider
It should be a \. The forum software converts \ 0 0 ( without spaces ) into the weird character. you should see \ followed by 8 zeros.

I am sure there must be a way to escape the \ but its got me defeated so far.
d4vr0s
CODE
0x1, "Software\R-TT\R-Studio\000000

After a post on the invision forums I have a possible solution to the problem.
http://forums.invisionpower.com/index.php?showtopic=233383

It's not pretty but this is what I have so far:

\ Creates a \
Unfortunately If you preview or edit the post, you have to redo the string as it's lost once you click preview/post.

Which doesn't address the original problem, and I haven't obtained the newest version of R-Studio to test with yet.
In the past it worked without any registry entries, you just had to manually register it.
Have you tried registering it in your BartPE and then checking the HKCU values?
shplad
Thanks for your replies guys. Remember, though, that I have no programming/scripting skills to speak of.
Please, spell it out for me. I mean literally. Spell out the words of the symbols or digits or letters
I should have in the plugin, cause I'm so confused.

I tried just grabbing the info from the correct registry key, but that made me even more
confused, because there were several periods after each set of zeroes in the registry.

Please...spell it out for me.



Shplad

QUOTE (paraglider @ Mar 18 2007, 02:18 PM) *
It should be a \. The forum software converts \ 0 0 ( without spaces ) into the weird character. you should see \ followed by 8 zeros.

I am sure there must be a way to escape the \ but its got me defeated so far.
d4vr0s
Clear out the HKCU\Software\R-TT\R-Studio Key then run R-Studio and enter your registration information.
After that export the HKCU\Software\R-TT\R-Studio and use something like paraglider's ConvRegToInf to get values to add to your plugin.
http://paraglidernc.com/12142.html
shplad
Thanks for that Davros. I'll try that-it sounds good. Would you like a jelly baby?


shplad


QUOTE (d4vr0s @ Mar 18 2007, 07:25 PM) *
Clear out the HKCU\Software\R-TT\R-Studio Key then run R-Studio and enter your registration information.
After that export the HKCU\Software\R-TT\R-Studio and use something like paraglider's ConvRegToInf to get values to add to your plugin.
http://paraglidernc.com/12142.html
d4vr0s
I'd be delighted to have one. laugh.gif
shplad
My compliments on the multi-coloured scarf. It suits you.


Shplad

QUOTE (d4vr0s @ Mar 18 2007, 08:01 PM) *
I'd be delighted to have one. laugh.gif
d4vr0s
QUOTE (shplad @ Mar 18 2007, 04:26 PM) *
My compliments on the multi-coloured scarf. It suits you.

I think you're confusing me with one of the good guys. wink.gif
Unless you believe as I do, that the daleks are a force of good. laugh.gif
Ed_P
QUOTE (d4vr0s @ Mar 18 2007, 04:31 PM) *
Unless you believe as I do, that the daleks are a force of good. laugh.gif

The Slitheens maybe but never the Daleks. mad.gif


laugh.gif
Binog
Can someone please add the correct inf-file, I'm not that good in programming, and I*m lost in following all the changes

This to You all !
shplad
Binog:

If it's worth anything to you, I just got R-Studio 3.6 working using the above-posted
3.5 plugin.

Simply insert your username and serial key in the right place. I found out by accident
that the software ran in BartPE even without the CD_Hash.


Shplad
StirolXXX
managed to run 4.2! thanks for plugin!
rchadwick
I've tried 4.5, and it seems to work, except it's not registered. If I enter my key in while it's running in the PE, it works fine. I've tried tweaking it to match some of the variables in my non-PE registry, but no luck. Has anyone updated this for 4.5?


QUOTE (StirolXXX @ Apr 5 2008, 08:40 AM) *
managed to run 4.2! thanks for plugin!
sanbarrow
Yep - 4.5 works nice.
How do you handle this question ?


rchadwick
The 3.6 plugin remembers your reg info?? Did you make any changes? The plugin itself works for me, but I couldn't get it to remember my registration info.

I also have the problem with administrator privelidges...


QUOTE (sanbarrow @ Sep 8 2008, 05:53 PM) *
Yep - 4.5 works nice.
How do you handle this question ?


sanbarrow
I didn't make a plugin - I just installed it after full boot up - its only 25 MB installed.
Just put the installer on CD ( 5.8 Mb ) and install it when you need it.

Looks like the account questions it asks can be ignored ...
doudi
hi rchadwick

runRStudio.bat
CODE
ECHO OFF
x:\I386\SYSTEM32\regedit -s reg.reg
r-studio.exe
x:\I386\SYSTEM32\regedit -s unreg.reg


reg.reg
CODE
REGEDIT4

[HKEY_CURRENT_USER\Software\R-TT\R-Studio\00000000]
"ProductName"="R-STUDIO network edition"
"name"="XXXXXXX"
"company"="XXXXXXX"
"serial"="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"


unreg.reg
CODE
REGEDIT4

[-HKEY_CURRENT_USER\Software\R-TT\R-Studio\00000000]


thumbsup.gif
DD
dearjym
Did you test this on an actual disc? I had the same problems inside VMWare WS, however, the "SN and Admin authorization requests" did not occur on when booting PE from an actual DVDRW. My serial number details were in the INF, after the system booted, I selected R-Studio in the menu and it loaded fully without a hitch. Checked to be sure, my details were in the about section. I tested the recovery option to ensure proper function. No problems to report so far. The batch file and 2 reg files by rchadwick aren't necessary, just the original INF Plugin by ReD is all I used. I'm using verson 4.5.
bufo3
Im build "R-Studio Network Edition 5.0" plugin, but always have problem with Administrator privileges.
Admin user in BartPE dont exist !!!

sad.gif



sad.gif

Any Idea pls ???
d4vr0s
Just click continue, it's something that started happening in the newer versions.
bufo3
OK "Continue click" i know, but i can stop this message.

thumbdown.gif
jaclaz
QUOTE (bufo3 @ Jul 29 2009, 03:20 PM) *
OK "Continue click" i know, but i can stop this message.

thumbdown.gif


So, you have one additional click and that is a problem? unsure.gif

See if you can manage to run something like this:
http://www.johanneshuebner.com/en/clickoff.shtml

jaclaz
doudi
hi bufo3

try admin_system plugin by Ross Smith...

R-Studio.inf
CODE
; PE Builder v3 plugin INF file for R-Studio Network Edition v5.0 Build 129009
; http://i25.tinypic.com/2ceqcsy.jpg

[Version]
Signature="$Windows NT$"

[PEBuilder]
Name="[RECOVERY] R-Studio Nt Edition"
Enable=0
Help="R-Studio.htm"


[WinntDirectories]
a="Programs\RStudio\",2

[SourceDisksFolders]
files=a


[Default.AddReg]
0x0,"Software\R-TT"
0x0,"Software\R-TT\R-Studio"
0x1,"Software\R-TT\R-Studio\00000000","ProductName","R-STUDIO network edition"
0x1,"Software\R-TT\R-Studio\00000000","ProductName64","R-STUDIO network edition"

;___registration___
0x4,"Software\R-TT\R-Studio\00000000","L2",XXXXXXXXXXXXXXX
0x3,"Software\R-TT\R-Studio\00000000","L3",XXXXXXXXXXXXXXX

0x3,"Software\R-TT\R-Studio\00000000\GUI","Clean recognized",01
0x3,"Software\R-TT\R-Studio\00000000\GUI","DeviceManagerTab Splitter",7C,01,00,00
0x3,"Software\R-TT\R-Studio\00000000\GUI","Image Error",01
;0x4,"Software\R-TT\R-Studio\00000000\GUI","Language",0x409
0x3,"Software\R-TT\R-Studio\00000000\GUI","MainFrame Rect",42,00,00,00,42,00,00,00,42,03,00,00,57,02,00,00
0x3,"Software\R-TT\R-Studio\00000000\GUI","MainFrame Splitter",5C,02,00,00
0x3,"Software\R-TT\R-Studio\00000000\GUI","MainFrame StatusBar Visible",01
0x3,"Software\R-TT\R-Studio\00000000\GUI","MainFrame Style",00,00,00,00
0x3,"Software\R-TT\R-Studio\00000000\GUI","MainFrame ToolBar Visible",01
0x3,"Software\R-TT\R-Studio\00000000\GUI","Open drive files",01
0x3,"Software\R-TT\R-Studio\00000000\GUI","Save log",01
0x3,"Software\R-TT\R-Studio\00000000\GUI","Scan completed",01
0x3,"Software\R-TT\R-Studio\00000000\GUI","ScanViewType",01,00,00,00
0x3,"Software\R-TT\R-Studio\00000000\GUI","Unsupported file format",01
0x3,"Software\R-TT\R-Studio\00000000\GUI","Write scan",01


[Software.AddReg]
0x3,"Classes\.wid","bin",\
be,18,84,67,12,14,ad,ab,4a,e8,47,e0,4e,ee,41,e7,41,e7,41,e7,41,e7,41,e7,b0,\
bd,b0,6e,4b,42,4f,42,b0,bd,b0,43,b0,bd,b0,6e,41,e7,c1,e7,40,e7,41,e7,2c,8a,\
38,82,33,94,1f,b7,02,b4,05,a8,00,ca,0c,aa,45,c8,41,e7,41,e7,41,e7,41,e7,41,\
e7,41,e7,41,e7,0d,82,2f,88,37,88,41,e7,41,e7,41,e7,41,e7,41,e7,41,e7,41,e7,\
41,e7,41,e7,41,e7,41,e7,41,e7,41,e7,41,e7,41,e7,41,e7,41,e7,41,e7,41,e7,41,\
e7,41,e7,41,e7,41,e7,be,18,be,18,74,c9,70,c9,71,c9,73,d2,71,d7,41,e7,74,e6,\
41,e7,1d,ed,41,e7,1d,ed,41,e7,1d,ed,41,e7,41,e7,41,e7,00,00,00,00,5e,48,8a,\
83,

0x2,"Microsoft\Windows\Html Help","RStudio.chm","%SystemDrive%\Programs\RStudio\"

0x0,"R-TT"
0x0,"R-TT\R-Studio"
0x2,"R-TT\R-Studio\00000000","InstallPath","%SystemDrive%\Programs\RStudio"
0x1,"R-TT\R-Studio\00000000","InstalledVer","5.0"
0x1,"R-TT\R-Studio\00000000","InstalledBuild","129009"
0x1,"R-TT\R-Studio\00000000","LanguageCode","en"
0x1,"R-TT\R-Studio\00000000","ProductName","R-Studio"
0x1,"R-TT\R-Studio\00000000","ExtViewerVersion","52"
;0x1,"R-TT\R-Studio\00000000","StartMenuFolder","R-Studio"

;0x4,"R-TT\R-Studio\00000000\GUI","Language",0x409


BR
DD
bufo3
hi doudi

thx for your tips, but i still have problem with "Insufficient rights"



admin_system plugin dont work ...

perhaps is problem BartPE + XPE ...

thumbdown.gif thumbdown.gif thumbdown.gif

doudi
hi bufo3

i use BartPE+nu2menu....

i have this ....

USERPROFILE.inf

CODE
; PE Builder v3 plugin INF file for USERPROFILE
; Created BY smile.gif


[Version]
Signature="$Windows NT$"

[PEBuilder]
Name="[!Customize] USERPROFILE"
Enable=1
Help=""


[Strings]
; Default Owner Name
OwnerName="XXXXX"

; Default Organization Name
OrgaName="XXXXX"

; Default Computer Name (hostname)
CompName="XXXXX"

; Description of Computer
DescCompN="XXXXX"


[SetupReg.AddReg]
0x0, "ControlSet001\Control\ComputerName"
0x1, "ControlSet001\Control\ComputerName\ActiveComputerName","ComputerName","%CompName%"
0x1, "ControlSet001\Control\ComputerName\ComputerName","ComputerName","%CompName%"
0x1, "ControlSet001\Control\Session Manager\Environment","ComputerName","%CompName%"
0x1, "ControlSet001\Services\Eventlog","ComputerName","%CompName%"
0x1, "ControlSet001\Services\Tcpip\Parameters","NV Hostname","%CompName%"
0x1, "ControlSet001\Services\Tcpip\Parameters","Hostname","%CompName%"
0x1, "ControlSet001\Services\lanmanserver\parameters", "srvcomment", "%DescCompN%"


[Default.AddReg]
0x1,"Software\Microsoft\Windows\CurrentVersion\Explorer","Logon User Name","%OwnerName%"
0x1,"Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders","ComputerName","%CompName%"


[Software.AddReg]
0x1,"Microsoft\Windows NT\CurrentVersion","RegisteredOrganization","%OrgaName%"
0x1,"Microsoft\Windows NT\CurrentVersion","RegisteredOwner","%OwnerName%"
0x1,"Microsoft\Windows NT\CurrentVersion\Winlogon","AltDefaultUserName","%OwnerName%"
0x1,"Microsoft\Windows NT\CurrentVersion\Winlogon","DefaultUserName","%OwnerName%"
0x1,"Microsoft\Windows NT\CurrentVersion\Winlogon","AltDefaultDomainName","%CompName%"
0x1,"Microsoft\Windows NT\CurrentVersion\Winlogon","DefaultDomainName","%CompName%"
;0x1,"Microsoft\SchedulingAgent","OldName","%CompName%"


--EDIT--
look also in penetcfg-dhcp.inf:
[NetID]
Workgroup=XXXXXX
ComputerName=XXXXX

& penetcfg.inf
[NetAdapter1]
Workgroup=XXXXXX
ComputerName=XXXXXX

BR
DD
bufo3
hi doudi

thx for tips, but i still have problem with "Insufficient rights"

Now i have only som plugins:
[!Customize] USERPROFILE
Assign SYSTEM to Administrator Group
Nu2Menu
PENETCFG: Automatically start PE Network configurator
PENETCFG: PE Network configurator (theTruth)
R-Studio Nt Edition

Now i use BartPE+nu2menu....



my userprofil.inf
CODE
; PE Builder v3 plugin INF file for USERPROFILE
; Created BY


[Version]
Signature="$Windows NT$"

[PEBuilder]
Name="[!Customize] USERPROFILE"
Enable=1
Help=""


[Strings]
; Default Owner Name
OwnerName="User"

; Default Organization Name
OrgaName="Organization"

; Default Computer Name (hostname)
CompName="User"

; Description of Computer
DescCompN=""


[SetupReg.AddReg]
0x0, "ControlSet001\Control\ComputerName"
0x1, "ControlSet001\Control\ComputerName\ActiveComputerName","ComputerName","%CompName%"
0x1, "ControlSet001\Control\ComputerName\ComputerName","ComputerName","%CompName%"
0x1, "ControlSet001\Control\Session Manager\Environment","ComputerName","%CompName%"
0x1, "ControlSet001\Services\Eventlog","ComputerName","%CompName%"
0x1, "ControlSet001\Services\Tcpip\Parameters","NV Hostname","%CompName%"
0x1, "ControlSet001\Services\Tcpip\Parameters","Hostname","%CompName%"
0x1, "ControlSet001\Services\lanmanserver\parameters", "srvcomment", "%DescCompN%"


[Default.AddReg]
0x1,"Software\Microsoft\Windows\CurrentVersion\Explorer","Logon User Name","%OwnerName%"
0x1,"Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders","ComputerName","%CompName%"


[Software.AddReg]
0x1,"Microsoft\Windows NT\CurrentVersion","RegisteredOrganization","%OrgaName%"
0x1,"Microsoft\Windows NT\CurrentVersion","RegisteredOwner","%OwnerName%"
0x1,"Microsoft\Windows NT\CurrentVersion\Winlogon","AltDefaultUserName","%OwnerName%"
0x1,"Microsoft\Windows NT\CurrentVersion\Winlogon","DefaultUserName","%OwnerName%"
0x1,"Microsoft\Windows NT\CurrentVersion\Winlogon","AltDefaultDomainName","%CompName%"
0x1,"Microsoft\Windows NT\CurrentVersion\Winlogon","DefaultDomainName","%CompName%"
;0x1,"Microsoft\SchedulingAgent","OldName","%CompName%"


my penetcfg-dhcp.ini
CODE
[NetAdapter1]
EnableDHCP=Yes
UseStaticGateway=No
UseStaticDNS=No
UseStaticWINS=No
IPAddress=
SubnetMask=
DefaultGateway=
DNSServer=

[NetID]
Workgroup=workgroup
ComputerName=user


my penetcfg.ini
CODE
[General]
AutoStartNet=No
PromptForProfile=Yes
ShowGUI=Yes

[NetProfiles]
Dynamic IP Address (DHCP)= penetcfg-dhcp.ini
Static IP Address (Manual)= penetcfg-static.ini
Custom from A:\= a:\penetcfg.ini
Custom from C:\= c:\penetcfg.ini

; You will get the settings below if you hit
; escape/cancel on the profile dialog
[NetAdapter1]
EnableDHCP=Yes
UseStaticGateway=No
UseStaticDNS=No
UseStaticWINS=No
IPAddress=
SubnetMask=
DefaultGateway=
DNSServer=
Workgroup=workgroup
ComputerName=user


sweatingbullets.gif sweatingbullets.gif sweatingbullets.gif
doudi
hi bufo3

look in autorun9_admin.cmd...

%SystemRoot%\SYSTEM32\net.exe localgroup administrators /add system
this will add the system account to the administrator group
.....
%SystemRoot%\SYSTEM32\net.exe localgroup administrators /add User
this will add the User account to the administrator group

BR
DD
bufo3
hi doudi

thx for your tips, but ...




... when i push Logon ...




... "account does not exist" ... why ?

perhaps this is problem !

my autorun9_admin_system.cmd
CODE
@if "%debug%" == "" echo off
@if not "%debug%" == "" echo on
:: $Id$
title Adding the SYSTEM user to the Administrator group...
%SystemRoot%\SYSTEM32\net.exe localgroup administrators /add system
%SystemRoot%\SYSTEM32\net.exe localgroup administrators /add User

exit 0


thx for your interest rolleyes.gif
ReD
This is my 4.5 plugin, it works (appz is registered), there's not a lot of differences with older plugin.

CODE
; PE Builder v3 plug-in INF file
; R-Studio 4.5


[Version]
Signature= "$Windows NT$"

[PEBuilder]
Name="Recovery > R-Studio 4.5"
Enable=1

[WinntDirectories]
a="Programs\R-Studio",2

[SourceDisksFiles]
files\*=a,,2

[Software.AddReg]
0x0, "Software\R-TT\R-Studio\00000007"
0x1, "R-TT\R-Studio\00000000","InstallPath","%SystemDrive%\Programs\R-Studio"
0x1, "R-TT\R-Studio\00000000","InstalledVer","4.5"
0x1, "R-TT\R-Studio\00000000","InstalledBuild","127467"
0x1, "R-TT\R-Studio\00000000","LanguageCode","en"
0x1, "R-TT\R-Studio\00000000","ProductName","R-Studio"
0x1, "R-TT\R-Studio\00000000","ExtViewerVersion","52"
0x1, "R-TT\R-Studio\00000000","StartMenuFolder","R-Studio"
0x4, "R-TT\R-Studio\00000000\GUI","Language", 0x00000409

;sherpya
0x2, "Sherpya\XPEinit\Programs","Outils Recovery\R-studio 4", "%SystemDrive%\Programs\R-Studio\r-studio.exe"

[Default.AddReg]
0x1, "Software\R-TT\R-Studio\00000000","name","xxxxxxxxxxxxx"
0x1, "Software\R-TT\R-Studio\00000000","company","xxxxxxxxxxxxxxx"
0x1, "Software\R-TT\R-Studio\00000000","serial","xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
0x1, "Software\R-TT\R-Studio\00000000","ProductName","R-STUDIO network edition"
0x3, "Software\R-TT\R-Studio\00000000\GUI","Scan completed",\
  01
0x3, "Software\R-TT\R-Studio\00000000\GUI","Write scan",\
  01
0x3, "Software\R-TT\R-Studio\00000000\GUI","Save log",\
  01
0x3, "Software\R-TT\R-Studio\00000000\GUI","Clean recognized",\
  01
0x3, "Software\R-TT\R-Studio\00000000\GUI","Unsupported file format",\
  01
0x3, "Software\R-TT\R-Studio\00000000\GUI","Open drive files",\
  01
0x4, "Software\R-TT\R-Studio\00000000\GUI","Language", 0x00000409
0x3, "Software\R-TT\R-Studio\00000000\GUI","Image Error",\
  01
0x3, "Software\R-TT\R-Studio\00000000\GUI","ScanViewType",\
  01,00,00,00
0x0, "Software\R-TT\R-Studio\00000002"
0x0, "Software\R-TT\R-Studio\00000003"
0x0, "Software\R-TT\R-Studio\00000004"
0x0, "Software\R-TT\R-Studio\00000005"
0x0, "Software\R-TT\R-Studio\00000006"

[AddLine]
"compress_upx.txt","compress_upx","Programs\R-Studio\r-studio.exe;--best --crp-ms=999999"



hope this help.

regards.
doudi
hi bufo3

Try autorun9_admin_system.cmd
CODE
@if "%debug%" == "" echo off
@if not "%debug%" == "" echo on
:: $Id$
title Adding the SYSTEM user to the Administrator group...
%SystemRoot%\SYSTEM32\net.exe localgroup administrators /add User

exit 0


BR
DD
bufo3
big thx doudi

problem is testing iso in "Microsoft Virtual PC"

when i boot cd all is OK!


big big big THX

BF
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.