Help - Search - Members - Calendar
Full Version: NoName_XPE_Boot_CD
The CD Forum > The CD Forum > Bootable CDs
lucdoc
Jaclaz: im sorry for my mistake, i apologize it.
prego scusare per il mio errore!
well, now a question before to make an other mistake...
can i discuss over the thema: noname information....etc..cd ( without post in every mode links) ? or i have to leave this thema.
thankyou for your patience
best reguards
luc
Joshua
I also want discuss over this thema, because they use a interesting boot method !

QUOTE
[SetupData]
BootDevice="ramdisk(0)"
BootPath="\RXPE\SYSTEM32\"
OsLoadOptions="/minint /fastdetect /rdpath=RXPE.IM_"



Joshua
lucdoc
QUOTE (Joshua @ Dec 22 2007, 12:14 PM) *
I also want discuss over this thema, because they use a interesting boot method !

QUOTE
[SetupData]
BootDevice="ramdisk(0)"
BootPath="\RXPE\SYSTEM32\"
OsLoadOptions="/minint /fastdetect /rdpath=RXPE.IM_"



Joshua

yes i think it' s very interesting, but now after the stop arrived from jaclaz i want have his authorisation to continue....
rdsok
The warez that jaclaz was refering as against the forum rules to was the link to the prebuilt ISO itself which would then contain at least Microsoft copyrighted software if not anything else...

Its perfectly fine discussing the techniques that they may have used to create it since that project sounded like just a BartPE/XPE project.
Joshua
QUOTE (rdsok @ Dec 22 2007, 09:07 PM) *
Its perfectly fine discussing the techniques that they may have used to create it since that project sounded like just a BartPE/XPE project.


Yes it is a BartPE/XPE project, but all files are stored in a .WIM file ! wink.gif

Joshua
jaclaz
Yes, as long as there is no actual link to a WAREZ release, to me is perfectly fine to discuss the techniques used in one of them, as long as the technique is NOT involving a workaround like bypassing activation, create a new serial or the like.

Since the object of the discussion is just a way to boot an image, I see nothing against discussing it. smile.gif

jaclaz
TheHive
Whats a thema. Any Screenshot.
bilou_gateux
QUOTE (lucdoc @ Dec 22 2007, 06:53 PM) *
QUOTE (Joshua @ Dec 22 2007, 12:14 PM) *
I also want discuss over this thema, because they use a interesting boot method !

QUOTE
[SetupData]
BootDevice="ramdisk(0)"
BootPath="\RXPE\SYSTEM32\"
OsLoadOptions="/minint /fastdetect /rdpath=RXPE.IM_"



Joshua

yes i think it' s very interesting, but now after the stop arrived from jaclaz i want have his authorisation to continue....


Can you make a screen capture of the expanded dir tree of CD content or list the content of root and important folders with files used to boot.
Joshua
QUOTE (bilou_gateux @ Dec 24 2007, 02:53 PM) *
Can you make a screen capture of the expanded dir tree of CD content or list the content of root and important folders with files used to boot.

Here we go:

QUOTE
--------------------------------------------------------------------
Directory of F:\
--------------------------------------------------------------------

RXPE.IM_ 31173 KB 31.10.2007
RXPE.SIF 0 KB 30.10.2007

--------------------------------------------------------------------
2 file(s) found
Total file size 30,44 MB
--------------------------------------------------------------------

--------------------------------------------------------------------
Directory of F:\OUTTOOL
--------------------------------------------------------------------

OUTPECMD.INI 3 KB 31.10.2007
OUTTOOL.CMD 0 KB 05.08.2007
OUTTOOL.WIM 187987 KB 31.10.2007
WIMTOOL.CMD 0 KB 27.10.2007
WIMTOOL.EXE 624 KB 14.10.2007

--------------------------------------------------------------------
5 file(s) found
Total file size 184,19 MB
--------------------------------------------------------------------

--------------------------------------------------------------------
Directory of F:\RXPE
--------------------------------------------------------------------

RXPE.COM 47 KB 30.04.2005
SETUPLDR.BIN 291 KB 26.12.2006

--------------------------------------------------------------------
2 file(s) found
Total file size 337,26 KB
--------------------------------------------------------------------


Joshua
bilou_gateux
After a search with google, i can now give experts some links to understand the build of this kind of boot CD.

The loaded image is a raw image file compressed with cabarc and loaded in RAM. RXPE\SETUPLDR.BIN (2003 SP1) is hexedited to use a non standard folder RXPE instead of I386. not sure if RXPE\RXPE.COM is just NTDETECT.COM renamed?
Base is WinXP SP2 Chinese (Taiwan) + mixed files from 2003 SP1 (ramdisk.sys) and maybe some WAIK / Vista files + FBWF + WIMGAPI.DLL + WIMFILTER + some coded tools pecmd.exe pelogon.exe. Also included a lot of supplemental mass storage drivers.
Shell is loaded later with some scripts launched by this command
CODE
/d CmdLine /T REG_SZ /v "PELOGON.EXE PECMD.EXE LOAD %SystemRoot%\SYSTEM32\PECMD.INI"


RamDisk boot
use cabarc i reduce picoxp to 9.86MB, picoxp

a specific tool WIMTOOL.EXE is used to mount OUTTOOL.WIM file (Vista imagex can be used to explore the content) to folder.

WIMTOOL is another GUI using wimgapi.dll to work with WIM files, like imageX tool from the command line.

some screen capture:






jaclaz
Changed topic title to a more meaningful one.

smile.gif

jaclaz
lucdoc
QUOTE (bilou_gateux @ Dec 25 2007, 12:48 PM) *
After a search with google, i can now give experts some links to understand the build of this kind of boot CD.

The loaded image is a raw image file compressed with cabarc and loaded in RAM. RXPE\SETUPLDR.BIN (2003 SP1) is hexedited to use a non standard folder RXPE instead of I386. not sure if RXPE\RXPE.COM is just NTDETECT.COM renamed?
Base is WinXP SP2 Chinese (Taiwan) + mixed files from 2003 SP1 (ramdisk.sys) and maybe some WAIK / Vista files + FBWF + WIMGAPI.DLL + WIMFILTER + some coded tools pecmd.exe pelogon.exe. Also included a lot of supplemental mass storage drivers.
Shell is loaded later with some scripts launched by this command
CODE
/d CmdLine /T REG_SZ /v "PELOGON.EXE PECMD.EXE LOAD %SystemRoot%\SYSTEM32\PECMD.INI"


RamDisk boot
use cabarc i reduce picoxp to 9.86MB, picoxp

a specific tool WIMTOOL.EXE is used to mount OUTTOOL.WIM file (Vista imagex can be used to explore the content) to folder.

WIMTOOL is another GUI using wimgapi.dll to work with WIM files, like imageX tool from the command line.


thankyou to all for giving information, in this moment im very busy because christmas, but i have a good new i have conctacted this guys of NoNameInformation Team. they are working over an english tutorial, i hope as soon.
bilou_gateux
PECMD - WinPE Commander V2.9.1127.448

NoName_XPE_Boot_CD includes DriverPack MassStorage

All inf files in %SystemRoot%\inf are modifed (CopyFiles directive rem'd or deleted)
lucdoc
QUOTE (bilou_gateux @ Dec 26 2007, 06:10 AM) *
PECMD - WinPE Commander V2.9.1127.448

[/code]

im really newbie ; what do you intend? maybe that they have added all this driver to this noname...xpe?
bilou_gateux
QUOTE (lucdoc @ Dec 26 2007, 09:05 PM) *
QUOTE (bilou_gateux @ Dec 26 2007, 06:10 AM) *
PECMD - WinPE Commander V2.9.1127.448

[/code]

im really newbie ; what do you intend? maybe that they have added all this driver to this noname...xpe?


I'm currently trying to make my own legal NoName_XPE_Boot_CD.iso (the initial RXPE.IM_ compressed raw image loaded in RAM) and checking all content to create the same using english language. Rebuilding WIM file by removing warez stuff and adding my own freware alternative is more easy.

But PECMD is not localized and maybe could we find a Chinese Taiwan board member to translate the help file.
Ben_Mott
if it has .Wim files then it is made by imagex.exe which is microsoft command line executable.
372KB which is very small and very powerful
----------------------------------------------------------------------------------------------
To create a data image with imagex

Imagex /capture c:data\datafiles c:data\mydata.wim “Mydata”

In this example every thing under C:\data\datafiles directory is added to .wim file.
NOTE “Description “Mydata” is necessary.
Imagex /apply C:\data\mydatafiles\mydata.wim 1 c:\temp

Your image is now deployed to another directory.

To create a data image of the whole C: drive using imagex
Imagex /capture C: C:\myimage.wim “windows XP”

This will create an image of your C: drive in the same hard disk/partition/file

To deploy that image back you need a windows vista PE
Imagex /apply C:\myimage.wim 1 C:
Note it is not bootable

ImageX Tool for WindowsCopyright © Microsoft Corp. 1981-2005. All rights reserved.
IMAGEX [Flags] /Operation [Parameter List] Operation [ APPEND | APPLY | CAPTURE | DELETE | DIR | EXPORT | INFO | SPLIT | MOUNT | MOUNTRW | UNMOUNT ]For help on a specific operation type: IMAGEX /Operation /?Examples: IMAGEX /APPEND /? IMAGEX /APPLY /? IMAGEX /CAPTURE /? IMAGEX /DELETE /? IMAGEX /DIR /? IMAGEX /EXPORT /? IMAGEX /INFO /? IMAGEX /SPLIT /? IMAGEX /MOUNT /? IMAGEX /MOUNTRW /? IMAGEX /UNMOUNT /?
---------------------------------------------------------------------------
you can mount and unmount the .wim images easily and it is useful if you do not what
every body to see your files .
-----------------------------------------------------
Vista win PE 2 takes too long to boot to Ram drive
so if their Cd boot in few seconds it can not be Vista it must be some sort of
lean linux
lucdoc
repeat im very newbie, but i have made a simple experiment, i dont know if it is important, but i want say:
open RXPE.IM_ with 7zip, extracted rxpe.img , opened this with winimage, delete explorer.exe , iniected explorer.exe from italian, saved , then compressed with cutezip as cab max compression, changed img to im_ sobstitute, their RXPE.IM_ with mine modified.
It works perfectly, vith start menu in italian
i dont know if this can help, but i have to say
bye for the moment
bartonexdu
@bilou_gateux

RXPE.COM is modified from NTDETECT.COM, does not just rename it.



WIMTOOL&PECMD&PELOGO are written by lxl1638 from bbs.wuyou.com (chinese forum)


Translate a part of readme about wimtool V1.0.8.0101



Wimtool is not the gui of imagex, it can be used separately without imagex


Supply Mount 、MountRW 、UnMount 、Apply 、 Capture and Append function and it's parameters.


... ...



Typical features about wimtool

1.Almost support all the functions and command parameter of ImageX ;

2. GUI (support stop buttom for creating image, applying image);

3. Can freely define the principle of capture file when creating image;

4.Intelligent right menu, almost all functions are included;

5. WIMTOOL has it's own commandline paramenter, include register file and context commandline parameter of right menu, easy to use in winpe;

6.Supply wim base system backup/restore (wimtool.exe doesn't support hot backup/restore now--in windows environment);





Sorry for my poor english, hope you can understand what i want to explain.





barton (from chinese mainland)
bartonexdu
Translate some info about pecmd usage by google translate, some words must be very weird.......


o(∩_∩)o...



QUOTE
V2.9.1127.448 version and V2.9.1114.688 version:
1, the same basic function, V2.9.1127.448 version retains the HELP MAIN orders and orders;
2, V2.9.1127.448 reverse version of the allocation letter to the district hidden (under certain circumstances in order to prevent the conflict),
V2.9.1114.688 version with the allocation letter (but sometimes with the U-conflict WinPM also has this BUG);
3, can not PELOGON.EXE V2.9.1127.448 version of this document is to the registry:
"Setup," "CmdLine" with the words "PECMD.EXE MAIN% SystemRoot% \ System32 \ PECMD.INI"

V2.9.1 update:
1, again improved MOUN order functions, MOUN orders can automatically search and automatically loading hidden in the district WIM format external procedures;
2, an increase of a CALC orders for the four operations, and upload a demonstration CALC order to use scripts;
3, in order to amend the IFEX with $ jumping at the function for numerical variables IFEX $ judgement, for the environment variable $ FIND judgement;
4, once again perfected the SHOW command functions, and display mobile hard disk (one of the SHOW command functions) to install tray menu;
5, to coordinate PECMD.EXE, PELOGON.EXE also been updated (with accompanying PECMD.EXE upload).
6, to streamline the document size, cancelled orders and HELP MAIN order, the functions are still HELP, MAIN orders almost never used,
MAIN order that is the function of PELOGON.EXE function.

Update Note:
1,2.9.1 PECMD.EXE version must be used in conjunction with the new PELOGON.EXE;
2 in the past, the configuration file, if there are jumping at IFEX $ orders, and orders are to be FIND (reservations at $ precursor);
3, a number of Annex PECMD script for the presentation function, these scripts can be in the normal system use,
PECMD.INI document which is 32 M_U WinPE disc version of the kernel configuration file, the use of the configuration file automatically
Hidden in the loading area WIM external procedures, and post-hidden area hidden attributes unchanged.

V2.8.11 update (again updated version of the same):
1, the amendment can not judge the IFEX directory BUG, the BUG provided by nn2nn;
2, orders increased SHOW (Refer to the source of the 123 MM), the order of function and use of PECMD see note;
3,11, 13 and further improve SHOW orders increased SHOW parameters can be specified to hide SHOW district
Or designated types of hidden Division, can be hidden to the designated area assigned letter;
4, in line with the use SHOW orders, but also improve the MOUN, SUBJ order functions;
5, PECMD accompanying this update, a PECMD upload presentations to the top with the WinPE FTP2 my ID directory, a file called
PECMD WinPE.RAR demo version, with relevant (LOGO password is lowercase winpe);
6, updated SUBJ, SHOW, MOUN a number of such orders; the WIM PE core and external package deployment to hide Division
Details in my free time will be a separate note cards.

V2.8.9 interim update (version unchanged):
1, amended nn2nn not to be referred to write the way mount WIM BUG;
2, perfecting the MOUN orders intelligent judgement: When a WIM not to be written will be mounted read-only mode to automatically mount,
WinPE can hang in the WIM documents the failure of factors reduced;
3, and added two links directory and virtual directory of the relevant orders Division;
4, with the updated package containing a Demo, in the normal system and the implementation of that CMD WinPE will have the right effect.

V2.8.9 update:
1 to improve the MOUN order functions, batch orders can not mount any area designated in the catalog WIM image
In other words configuration file can be compressed into WIM packet;
2, and improve the function of the SHUT orders, coupled with a new set of parameters can be turned off when the first pop-up drive, has been integrated into the function
PELOGON.EXE new version of the tray menu;
3, and improve the function of the REGI orders can be addressed to the registry in the string variable settings null value;
4, amended the order in a WAIT environment variable name that the English alphabet wrong;

V2.8.8 update:
1, amended PELOGON PECMD tray menu and the EJEC U-command does not remove the U-BUG;
2, opened V2.8.6 version of the TEMP order PECMD V2.8.8 version of the TEMP orders can be used in desktop or CMD;
3, simplified MOUN orders are loaded or unloaded WIM image files parameters;
4, an additional PECMD the environment variable%% Error, function and role PECMD see note;
5, a number of other optimization, such as streamlining the PECMD.EXE PELOGON.EXE document and the size.

In V2.8.8 version, mounted WIM image MOUN command format:


QUOTE:
MOUN [Wim file name], <Mount目标目录> [image ID], [WimFltr temporary directory]


QUOTE:
These parameters must be blue, red parameter is optional.
If WIM image is read-only (for example, on CD-ROM), and red parameters "WimFltr temporary directory" must be omitted, not hang WIM image.
When installed WimFltr temporary directory that RW (read-write) mounted recommend the establishment of this directory on the hard disk;
When omitted WimFltr temporary directory that CD-mounted FBWF mount after opening, the target directory can be written;
FBWF are installed in the WinPE, first launched WimFltrl services (Wim mount), then opened FBWF service (that is, setting FBWF).
If you customize the configuration file in MOUN, FBWF two orders, the order must be MOUN FBWF after orders; this experience is that I spent a night time before that.
MOUN orders due to the use of harder novice, the MOUN order that I will use a separate posts. PELOGON.EXE not updated, and is still V2.8.3 version.
PE articulated in the WIM image has been uploaded to FTP2 example, a file called PE-WIM external procedures example. RAR

V2.8.6 update:
1, amended MOUN order not mount CD-media (CD-ROM) in the WIM image BUG;
PECMD V2.8.6 version of the CD-ROM can be displayed on the WIM files.
2, amended the order to remove U-EJEC will offload USB mouse BUG;
EJEC pop-up orders only on the CD-ROM disc drives are effective, no disc drives when not in the pop-up drive.
3, streamlining the code, the small size paper PECMD.EXE 512 bytes;
4, amended the MOUN, EJEC part of the order.

V2.8.5 update:
1, an increase of MOUN orders, in the configuration file in order articulated through MOUN Microsoft Windows Imaging Format (WIM) image format documents;
2, and improve the parameters of the order RUNS separators, convenience parameters contain "," characters into the Windows start-up orders;
3, amended the order to ENVI, the establishment of a system-level environment variables at the same time set up a user-level environment variables.

V2.8.3 update:
1, the amendment can not be super password settings error;
2, perfecting the PELOGON & PECMD tray menu functions, this version could theoretically unlimited support level submenus,
But the menu entries (128) limit. Believe that the tray icon can be set 128 effective enough with the menu.
3, tray menu command support environment variables explained, in detail, please refer modified version of the examples.
4, it has made based on a modified version of the original version. Super original version of the password is lxl1638, trays and menus and to the same;
Modified version of the super password is wuyou, tray menu revised Part 2.
(1) - will be moved to the settings sub-menu,
(2) - an increase of a group of sub-menu (this group of sub-menu just as an example, all Windows Annex, your PE these procedures must be built to use this group of sub-menu).

V2.8.2 update:
1, amended the original tray menu PELOGON an error;
2, PECMD added a function of its resources in the provision of a super login passwords;
3, PELOGON & PECMD to the tray icon menu with a DIY function.
I will also open a note with quote PECMD PELOGON or the tray icon menu and PECMD DIY super password settings (Citie too long).

V2.8.0 update:
1, and optimize the code, and PELOGON PECMD further reduce the size, PECMD 144 K, 16 K PELOGON;
2, all Chinese string (including the menu) to document all resources to facilitate the use of traditional Chinese friends PE language localization;
3, will be joined MD5C order to help in the documentation.
NOTE: V2.80 version of the V2.80 PECMD must be used in conjunction with a version of the PELOGON, in the annex to upload and PELOGON PECMD are compressed version and the original version,
PECMD recommend the use of compressed version PELOGON compression is not recommended.

V2.7.8 update:
1, check an order amending the SHEL BUG;
2, changed the password to enter the edit box fonts.
3, in order to check the string MD5 value, an increase of one order MD5C, usage is:
PECMD.EXE MD5C string
Users can check the order string MD5 value, it could also be of the order of the string MD5.

V2.7.6 update:
1, revised the only parameter settings TEXT order log records;
2, amended the order TEXT display mechanism.

V2.7.3 update:
1, an increase of a few lines of code to help users memory TEXT order parameters, in a password SHEL order not require users to set up TEXT order parameters.
2, amended the DISP order log records;
3, a number of other optimization.

V2.7 version update:
1, HIDE cancelled orders, in the PE XP, PELOGON automatically hide, in the PE 2 K3 in PELOGON temporarily unable to hide;
2, an increase of EJEC order function is to remove the U-disk drives and pop-up. Remove the U-function have passed the tests,
I drive up the functions of the MS only in the virtual test drive through the (physical, I did not drive);
3, to an increase of 3,4 INIT order parameters, specific explanation;
4, the MESS perfect order, users can define overtime return value;
5, SHEL command support MD5 passwords can be defined at the same time the number of retry password (3 to 9);
6, PELOGON presence memory can be installed after tray icon menu, the menu can be specified in the order in the INIT automatic loading, but also in the post-through
Hotkey (Ctrl + Alt + M) transfer, PELOGON menu integration following functions:
Conventional display attribute settings, remove the U-disk, pop-up drives, cleaning up temporary files, re-set up the temporary folder;
7, help complete documentation of color.

In V2.71 version of the code has been moved to PELOGON PECMD, so PELOGON only 17 K, 145 K PECMD.

V2.6.8 update:
1, modify configuration files after the 1999 Notes;
Arises from here: http://bbs.wuyou.com/viewthread.php?tid=91...amp;extra=page% 3D2 & page = 56 of the 551 buildings,
Because many of the registry data with a string ";" and PECMD configuration files after the Notes at the same inconvenient data added to the registry,
If not used, I suggest the abolition of all the Notes after the contents.
Notes at the first visit can easily use (indiscriminate use, as long as the characters began several orders Keywords PECMD not required).
2, in order to join the INIT add drive letter to the environment variable function;
Arises from here: http://bbs.wuyou.com/viewthread.php?tid=91...amp;extra=page% 3D2 & page = 56 of the 553 buildings,
3, corrected REGI orders (orders functions and parameters remain unchanged);

V2.6 version update:
1, in order to join the WAIT suspended function;
2, FIND IFEX and joined the judge ordered the function of environment variables;
3, MDIR orders will be merged in order to PATH, PATH command is used to operate directory, FILE command is used to operate documents;
4, orders increased TEXT functions TEXT orders can display more lines of text;
5, an increase of MESS order to generate a customized message window;
6, BROW increased orders for the document to disk directory;
7, WAIT ordered the suspension of functions and IFEX, FIND order of keys can be judged user keys;
8, modify or add ENVI, FILE, IFEX, INIT, PATH, TEXT, WAIT Orders note.

V2.5 version update:
1, amended RAMD normal work order BUG;
2, will be merged into TEXT DESK orders in the order, after the merger parameter changes (the original parameters are also available, but documents show that the location is the default);
3, will be added to the PATH command in the Help files;
4, added an optional order MDIR, MDIR is for the creation of directory;
5, amended the help that a number of elements.

V2.4 version update:
1, a sound CALL command function, in the process of re-CALL sub-process;
2, the configuration file to support Notes and the first after the Notes;
3, configuration file support precursor spaces, in the process of the use of convenient to read and understand;
4, an increase in orders.



QUOTE
PECMD & XCMD use discussions, welcome! by lxl1638


I have three purposes to open this thread:

1 to inform you that in this PECMD BUG found no major premise will no longer be updated;
2, the use of simple elaborate PECMD attention;
3, a few brief PECMD the use of the new order.

First, in XCMD2.0 PECMD original 17 orders on the basis of a revised and improved by my seven orders
(In fact, far from being only seven, some of the revised order is not the same parameters for illustration only, such as WAIT order),
Added 19 +1 Order (a note not to add to), the function has now rich enough,
I can basically meet the requirements of the use of PE. So far that has not been updated for the need for this.

Second, PECMD and XPELOGON comparison, the login process is very different, XPELOGON emphasizes strict security and compatibility
Login steps and whether steps can be reflected off, users log in the distribution process can only be designated by the steps to do it,
It only changes one or a small part of it can be said that the regulation gives, through plug-Login WinPE often XPE
Slower but larger success rate, at most, after the commencement of the user interface to adjust it. The PECMD or XCMD emphasizes freedom and speed,
Number of users can customize the configuration file to control, but once the configuration file are often unreasonable login failure.
So how can we smoothly PECMD Sign? There are two conditions:

1, the registry user folder of information integrity, that is, in
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ User Shell Folders
In the following eight of the keys must be complete

QUOTE:
Favorites
Desktop
StartMenu
Startup
Programs
SendTo
Personal
QuickLaunch
2,% USERPROFILE% directory will be the location of the space can be written (not necessarily X disc, there RamDisk it in the B-)
With the above two points, three PECMD order (or two) can log WinPE, which is three orders:

QUOTE:
INIT
FBWF (or RAMD)
SHEL% SystemRoot% \ EXPLORER.EXE
Therefore the use of PECMD Login WinPE, in order prior to the implementation of INIT% USERPROFILE% guarantee that the location of a certain space,
FILE this space can be ordered through some documents or cut open FBWF (RAMD) to obtain.

Third, the use of PECMD several orders
1, ENVI order
Seemingly ordinary, but great role, in addition to setting up the environment variables, XCMD & PECMD mentioned in the note: "This procedure will be automatically inherit the environment variable"
This Order will enable short-order change.
If such a long order (note the party), both in notepad or posted on the forum do not have to read:

QUOTE:
REGI HKLM \ Software \ Microsoft \ Windows \ CurrentVersion \ Setup \ @ PrivateHash = 0x22 0x9E 0x53 0x3E 0x5D 0x08 0xAB 0xC8 0x77 0x1D 0xB9 0xD0 0xE6 0x06 0xA8 0x06
Can be ordered through ENVI it into three short order:

QUOTE:
ENVI V1 = HKLM \ Software \ Microsoft \ Windows \ CurrentVersion \ Setup \ PrivateHash
ENVI V2 = 0x22 0x9E 0x53 0x3E 0x5D 0x08 0xAB 0xC8 0x77 0x1D 0xB9 0xD0 0xE6 0x06 0xA8 0x06
TEAM REGI% V1 = @%%% V2 | ENVI V1 = | ENVI V2 =
2, TEAM order
Several short order can be written in his order, as in the above paragraph 3 trip Again, in order TEAM appeared before scrapping process of the operation is censored document line by line to:

QUOTE:
KILL SMSS
KILL WINLOGON
FILE SMSS.EXE
FILE WINLOGON.EXE
Delay also difficult to set up and operate, TEAM order will enable the emergence of a series of operations above a written order, and very easy for the delay:

QUOTE:
TEAM WAIT 5000 | KILL SMSS | KILL WINLOGON | FILE SMSS.EXE | FILE WINLOGON.EXE
TEAM order is not the real power of the above examples, but on the start, through the TEAM PECMD in order to start the controlled and orderly implementation of a series of operations,
Including the delay, according to the order specified launch other programs! On this point in the final to an example.

3, RUNS order
For a start-up items, in order before RUNS through REGI or EXEC command to the start-up of the far less intuitive RUNS order, but also extremely difficult to control the start,
Its sophisticated version of the external YY see the start of the configuration files (including PATH command in the notes did not help adding PECMD role is to set up the current working directory) settings:

QUOTE:
////////////////////////////////////////////////// ///////////////////////////////
; Of a start-up
_SUB Setting_Run
; Install poles input method, a registered external programs, install drivers, display refresh rate settings
ENVI V0 = DESK drive is being installed, please wait ... # 0 xFFL400T300 $ 20
ENVI V1 =% PATH% CurDrv \ external procedures
ENVI V2 = EXEC! REGDOC.CMD
ENVI V3 = EXEC FREEWB \ FREEWB.EXE
ENVI V4 = DEVI $ PE_DRIVER \ DRIVERS_VGA.CAB
ENVI V5 = DEVI $ PE_DRIVER \ DRIVERS_NET.CAB
ENVI V6 = DEVI $ PE_DRIVER \ DRIVERS_SND.CAB
ENVI V7 = EXEC PE_DRIVER \ SETDISPLAY.EXE F85
ENVI VX = PECMD TEAM
RUNS VX%%%% V0 | V1%% |% V2% |% V3% |% V4% |% V5% |% V6% |% V7%, incomprehensible orders
TEAM ENVI V0 = | ENVI V1 = | ENVI V2 = | ENVI V3 = | ENVI V4 = | ENVI V5 = | ENVI V6 = | ENVI V7 = | = ENVI VX
_END
////////////////////////////////////////////////// ///////////////////////////////
The start of a PECMD just started, it controlled and orderly implementation of the eight orders (if CurrDrv%% F:):

QUOTE:
In the desktop display text information (driver is being installed, please wait ...)
PECMD set the current working directory (F: \ external procedures)
Implementation of an old peach of all registered CMD batch ins (F: \ external procedures \ REGDOC.CMD)
SFX pole start installation process (F: \ external procedures \ FREEWB \ FREEWB.EXE)
Decompression graphics driver and install it in (F: \ external procedures \ PE_DRIVER \ DRIVERS_VGA.CAB)
Driver extract and install it in (F: \ external procedures \ PE_DRIVER \ DRIVERS_NET.CAB)
Extract and install sound drivers in (F: \ external procedures \ PE_DRIVER \ DRIVERS_SND.CAB)
Start settings tool set refresh rates of 85, tools in (F: \ external procedures \ PE_DRIVER \ SETDISPLAY.EXE)
It is controllable, making of the order (1 a) implementation, pending completion driver installation refresh rate settings.
If you are not using ENVI, TEAM, PATH, RUNS orders, the commencement of difficult to control (not the PATH will PECMD set to the current working directory
F: \ external procedures, the start of the ultra-256 characters, the system refused to implement)
Is the deletion of the last line has been set up variables (V0 ~ V7, VX).
chiyouhen
GREAT WORK!


QUOTE (bartonexdu @ Jan 19 2008, 09:26 PM) *
Translate some info about pecmd usage by google translate, some words must be very weird.......


o(∩_∩)o...
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.