Jump to content

neuropass

Member
  • Posts

    120
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Posts posted by neuropass

  1. The download isn't working for the taskill..

    can you please fix it ? i would like to use it...

    Example:

    killprocesswait.exe winamp.exe

    killprocesswait stays in the Memory waiting the winamp.exe process to end automatically.

    killprocesswait.exe winamp.exe 15

    killprocesswait stays in the Memory waiting the winamp.exe process to end automatically,

    if the process not apperars in 15 seconds killprocesswait close automatically

    Download:

    killprocesswait.exe ( console )

    killprocesswait32.exe ( Full Hide )

    Readme.txt

  2. Hi there, i see your point.. :lol:

    I wanted to tell you that your script works perfectly on 7. Everything is smooth except for one point. Which is the gadget install. The popup ask you to install or don't install the gadget.

    Could you tell me how can i edit the script in order to accept or not the gadget installation..? whichever is easier..

    Please when you some time... :blushing:

  3. thanks i got that now. so to unhide the package i have to use this command:

    install_wim_tweak.exe /p <dir>:\<mounted_image_path> /m

    and then i'll be able to see packages with this command:

    dism /image:c:\TEST_FOLDER /Get-Packages

    is that correct?

    sorry for these stupid questions but it's rather confusing with all these topic and method around here...

  4. i don't understand... How do you expand the files???

    1. downloaded nvidia installation file available at:

    http://www.nvidia.com/Download/index.aspx?lang=en-us

    and for the GeForce 6800 driver:

    http://www.nvidia.com/object/win7_x86_181.71_beta.html

    2. doubleclick the file: 181.71_geforce_win7_32bit_international_beta.exe

    extract the files to a temp dir like C:\temp\nvidia

    close/finish the install program

    3. expand all files with an underscore to a seperate directory *.??_

    C:\temp\nvidia>expand.exe NvPVEnc.ax_ C:\temp\nvextr\NvPVEnc.ax_

    C:\temp\nvidia>expand.exe nvcpl.cp_ C:\temp\nvextr\nvcpl.cp_

    C:\temp\nvidia>expand.exe nvapi.dl_ C:\temp\nvextr\nvapi.dl_

    ... etc. (36 *.??_ files in 181.71_geforce_win7_32bit_international_beta.exe)

    but beware to let the extension with the underscore untouched. After

    extraction it should be the same name => *.??_

    This is the expected name for the integration defined in nv_disp.inf

    Copy the rest of the uncompressed files (files with no underscore) to the dir

    where the expande files resides and use that path with /add-driver like:

    dism.exe /image:C:\temp\mountdir /add-driver /driver:C:\temp\nvextr

    (see below)

    But now I have a big problem with the commit command. First I type:

    dism.exe /mount-wim /wimfile:install.vim /index:1 /mountdir:G:\pub\win7mnt

    and the vim file is mounting. After that I type

    dism.exe /image:G:\pub\win7mnt /add-driver /driver:G:\pub\nvextr

×
×
  • Create New...