Jump to content

stasys44

Member
  • Posts

    191
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Lithuania

Posts posted by stasys44

  1. DrHoang

    I supposed that BCDW2 supports very narrow range of ISO's. I used only ACRONIS products ISO's.

    BCDW2 does not support any Linux LiveCD ISO (Knoppix, Movix, Suse), any Windows Xp installation and LiveCD ISO.

    I did not think that it would support ISO's with folders within ISO (for exemple, there is folder BootCD in Hiren.ISO and so on). I will try with them you have mentioned.

    Now, when some words are written to this topic theme, i may express my opinion - am not categorical, your Title Caps do not disturb nor irritate (there are no hellllp, newww and !!!!!!), the essence is - you are not shouting in your post.

  2. DrHoang and jaclaz

    You are both right!

    1. If someone has single HDD as one partition, this partition m a y b e mostly formatted as NTFS (do not regarding to minuses, for me NTFS has one plus - large file possibility) recommended for NT windows.

    2. But the best way to have two partitions:

    FAT32 for OS and Program Files

    NTFS for data

    Now my OS partition takes 8 GB and have free space, as now I do not experiment with some OS.

    I always strongly recommend the second version. Quick booting and access to Win files, in case of seriuos OS crash restore partition from Image in few minutes.

    So, I am going to try install XPE and DOS on HDD after some preparation. I use Acronis Disk Director not Partition Magic. I should read more careful your article, Dr. Hoang

  3. There is another topic that is earlier than here, why to create the same?

    (For your attention there are useful articles from www.911cd.net forum (I am guest there))

    Dr. Hoang posted 14th August

    MSFN Forums > Unattended Windows Discussion & Support > Windows PE

    >Help in run Bart PE from HD ?!:

    quote=xtremee,Jun 21 2005, 12:02 PM]Hi Xtremee,

    You could read two newest articles of mine :

    http://www.911cd.net/forums//index.php?showtopic=13087 How to run XPE in hard disk ( different ways for any new bie )

    http://www.911cd.net/forums//index.php?showtopic=13125 Create the real DOS to XPE in another primary partition . You could get rid off the dos PE plugin

    I think you make out of it soon. Good luck

    Dr Hoang from Vietnam

    DrHoang

    Regarding the article "How to run XPE in hard disk"

    I made another partition for XPE and copied folders and files, renamed files, made this partition primary, hide my partition with Windows XP. (My second HDD with FAT partition FDD does not see?)

    But I got error - Cannot find Autocheck and reboot.

  4. Cordial greetings, Dr. Hoang

    I thought that just your nickname is doctor and just dare to post this greeting as i'm older you. Hope to meet you in the forum regarding WinPE-BartPE.

    Kaunas, Lithuania, the center of Europa

  5. Two weeks ago was

    I catched this idea and edit my htaconfig.cmd:

    @echo off

    title WPI konfig. pagal poreikius

    COLOR A0

    :getchoice

    cls

    Echo Pasirinkite, kokios krypties bus sistema

    Echo.

    Echo 0. Bazinis

    Echo 1. Media

    Echo 2. Remontas

    Echo 3. Visas diegimas

    Echo 4. Games

    Echo.

    set /p Choice="Nuspauskite 0, 1, 2 3 ar 4, kuris atstovauja sistemos konfig. paketa:* "

    if %Choice%=="" goto getChoice

    if %Choice%==0 goto Bazinis

    if %Choice%==4 goto Games

    if %Choice%==3 goto Visas

    if %Choice%==1 goto Media

    if %Choice%==2 goto Remontas

    goto getchoice

    :Visas

    COLOR 50

    copy configvisas.js %systemdrive%\wpi\Wpiscripts\config.js

    copy Wallpapervisas.jpg %systemdrive%\wpi\themes\default\wallpaper.jpg

    copy Wpivisas.css %systemdrive%\wpi\themes\default\wpi.css

    goto finish

    :Media

    COLOR 40

    copy configMedia.js %systemdrive%\wpi\Wpiscripts\config.js

    copy WallpaperMedia.jpg %systemdrive%\wpi\themes\default\wallpaper.jpg

    copy WpiMedia.css %systemdrive%\wpi\themes\default\wpi.css

    goto finish

    :Games

    COLOR A0

    copy configGames.js %systemdrive%\wpi\Wpiscripts\config.js

    copy WallpaperGames.jpg %systemdrive%\wpi\themes\default\wallpaper.jpg

    copy WpiGames.css %systemdrive%\wpi\themes\default\wpi.css

    goto finish

    :Remontas

    COLOR 90

    copy configRemontas.js %systemdrive%\wpi\Wpiscripts\config.js

    copy WallpaperRemontas.jpg %systemdrive%\wpi\themes\default\wallpaper.jpg

    copy WpiRemontas.css %systemdrive%\wpi\themes\default\wpi.css

    goto finish

    :Bazinis

    COLOR 40

    copy configBazinis.js %systemdrive%\wpi\Wpiscripts\config.js

    copy WallpaperBazinis.jpg %systemdrive%\wpi\themes\default\wallpaper.jpg

    copy WpiBazinis.css %systemdrive%\wpi\themes\default\wpi.css

    goto finish

    :finish

    "%SystemDrive%\WPI\WPI.cmd"

    echo Viskas atlikta (Pradedamas diegimas)

    My [wpi] folder is in the root, not in the [install] folder.

    0 - basic

    1 - media

    2 - maintenance

    3 - all

    4 - games

    ** press 0, 1, 2, 3, 4 digit to meet system configuration

    Every configuration has its style - wallpaper, apps, wpi.css (to change font colors)

    advancedservers posted 27 July AUTO CONFIG

  6. It's very nice program and it's OK for me, but I cannot apply different colours to cathegories I want to stress:

    cat[pn]=['<font color=#33FF00">06. Office</font&gt]

    cat[pn]=['<font color=#DD3300">03. Saugumas</font&gt]; security

    Now I have one colour for all cathegories - #103060 (my wallpaper is light).

  7. I do so:

    In WPI/WPISCRIPTS I go to file

    lang.js

    and edit my language (in template). I think for dannish you should write lang = 'dk', it's your choice what language code write in ' '. Save.

    Then I come to file

    useroptions.js

    and edit it, if dannish language code dk:

    var language='dk';

    (or fill your chosen)

    :D

  8. It is RGB code - red green blue

    Intensity of each colour is from 0 to 256, you cannot write 256 in two digits, for that is used hex sistem 0, 1, 2, 3, 4 ... 9, A, B, C, D, E, F (16 digits and characters to substitute digit).

    To get black colour - you bring RED 00; Green 00; Blue 00 (000000)

    To get white colour - RED FF; Green FF; Blue FF (FFFFFF)

    Any achromatic colour - all colours in equal proportions, for exemple:

    111111 - it's quit black

    You will find this in any picture editor.

  9. @ IceBlackIce

    No hay winntu.dll; winntu.dl_ Tiene editar WINNT32U.DLL o SYSSETUP.DLL

    Busque "Installing Network" o otras y cambia en el idioma que prefiere.

    Si qierre ningunas palabras, puede editar en esta manera " ".

    Yo no se otro "file" para editar.

    There are no winnt.dll; winntu.dl_ You should edit WINNT32U.DLL or SYSSETUP.DLL

    Search for "Installing Network" or other and change to the language you prefier.

    If you want without words, you can edit in this manner " ".

    I don't know other file to edit.

    Do not forget apply M O D I F Y P E !!!

  10. The numbering gives me nothing.

    Every cathegory of the programs has its number. For exemple:

    01. Drivers

    02. Basic programs (that don't need installation)

    ...

    06. Office

    And every program within cathegory has its number

    For me the programs are installed in such sequency:

    0201,

    0423,

    0603 (MS Office), 0605, 0607, 0608, 0609,

    0101, 0102, 0103,

    0415, 0409, 0407, 0402, 0403, 0404,

    0401, 0422, 0421, 0416, 0426 (by cathegory and alphabetically this group should come before Office),

    0601 (Open Office), 0602,

    0702, 0705, 0701, 0728 and so on

    I did not make any changes in WPI, except theme and language.

×
×
  • Create New...