Jump to content

madaya

Member
  • Posts

    21
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    India

Posts posted by madaya

  1. I enclosed the log file pl.

    Hello!

    It's seems that there is an error with the path, you need to choose the correct path for your Windows 7 x86, inside the first window's 7Customizer:

    I see inside your Dism.log (7C log.txt):


    DISM.EXE: Executing command line: "C:\Program Files\Windows AIK\Tools\Servicing\Dism.exe" /unmount-wim /mountdir:"work\mount" /commit

    With correct path for x86:

    C:\Program Files\Windows AIK\Tools\x86\Servicing\Dism.exe

    And you need to use 7Customizer as Administrator.

    Visual English guide

    4. Start 7Customizer.exe. If prompted by UAC just choose allow.

    Thank u myselfidem,

    As you mentioned my Dism path is incorrect, I have corrected and works properly.

  2. I gues its impossible, because XP only supports BMP files.

    Is your Animation a GIF ? Can you upload it?

    Ok they put vids in the Winntbbu, may be thers a hack for this too, but i dont think so! :(

    It is possible, but don't how it is.

    In one of the site one has posted "Windows XP PRO SP3 RTM 5512 VistaVG Ultimate" in that he has used this.

    The site is "xxxx://softarchive.net/os/windows_xp_pro_sp_rtm_vistavg_ultimate:67989.html"

  3. I have customized one bootskin image, but I don't know how to save the image as 640x480 32 bit bitmap image. i have tried in Jasc paint shop pro, but in that there is a provision for 24bit, 16bit, 8bit etc. But no provision to save as 32bit.

    Pl. help me which software to be used to save the image as 32bit colors.

  4. FOR /F "tokens=3 delims= " %%A IN (\'REG QUERY "HKLM\SYSTEM\ControlSet001\Control\Session Manager\Environment" /v NUMBER_OF_PROCESSORS\') DO SET NUMBER_OF_PROCESSORS=%%A
    if %NUMBER_OF_PROCESSORS%==2 goto DUAL
    REM ----For Single proc
    bootcfg /RAW "/Kernel=krnlVis.exe /SOS" /A /ID 1
    goto End
    :DUAL
    REM ----For Multiprocess/Hyperthread proc
    bootcfg /copy /D "Load with default multiprocessor/HT kernel" /ID 1
    bootcfg /RAW "/Kernel=MPntoskr.exe /SOS" /A /ID 1
    :End
    bootcfg /Timeout 15

    krnlvis.exe is the vista style single processor kernel and mpntoskr.exe is the multiprocessor kernel. u have to extract them from 2 different computers(one single proc, one multi proc) coz both kernels would be in the same name(ntoskrnl.exe).

    store the above code in bootlogo.cmd and add this line to winnt.sif

    [GUIRunOnce]

    BOOTLOGO.CMD

    for logonui, use this reg :

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]

    "UIHost"="%Windir%\\system32\\vistaui.exe"

    I didn't find the files krnlVis.exe and MPntoskr.exe in non of the systems, where it is available. And I also tried the above method using oemkenl.exe and dualkenl.exe found in some systems and the same also not working.

    Required help pl.



×
×
  • Create New...