Jump to content

EmZvr

Member
  • Posts

    15
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Bulgaria

Posts posted by EmZvr

  1. mazmorbid Thanks alot for the help. From what I understand I did this. In the cd I have a folder $OEM$ which has cmdlines.txt (which has: [Commands] "rundll32 advpack.dll,LaunchINFSection nLite.inf,U"

    "RunOnceEx.cmd" ), RunOnceEx.cmd (which has:

    cmdow @ /HID

    @echo off

    SetLocal enableextensions

    SET CDROM=%~d0

    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

    REG ADD %KEY%\001 /V 1 /D "%CDROM%\$OEM$\Software\Tweaks.reg

    EndLocal

    EXIT

    ) and a folder $$ which has System32( with cmdow.exe in it) and the folder Software( which has all the files that should be copied and the Tweaks.reg)

    I think it's ok but It will only add the tweaks.reg to the registry but what command to add that will copy the files :/

    The file oeminfo adds a button in my coputer's properties "Support Insformation" which holds a information about your computer.

    p.s. It's really difficult to express what i want to say in English :/

  2. Hi everyone. I finished my XP SP3 customization and integrated drivers via DriverPack. The only thing I don't know hot to do is: How can I made a bat file to start after the windows instalation is finished. I read the explanation in the MSFN Unattended Instalation guide but I can't get it. Here's what I want to do.

    I made the bat file but it's ok. Ut should do this: 1. Delete all shortcuts in from the desktop 2. Copy some files from the CD to C:\WINDOWS\System32 (calc.exe, iis.dll, iis.ini, oeminfo.inf) 3. Apply registry tweaks in the file Tweaks.reg 4. Restart the computer. And here's how I did it:

    cmdow @ /HID

    shutdown.exe -r -f -t 60 -c "Windows XP will now restart in 1 minute..."

    del %systemdrive%\Users\EmZvr\Desktop\*.ink

    copy %SOURCE%\Tweaks\*.* %systemdrive%\WINDOWS\System32

    REG ADD %KEY% /V 1 /D "REGEDIT /S %SOURCE%\Tweaks\tweaks.reg" /f

    EXIT

    Is it correct ? And where should I put the bat file and the files that must be copied in the system32 folder ?

    Thanks in advance

  3. [quote name='Yzöwl' post='759669' date='May 2 2008, 04:06 PM'][quote name='keithc' post='693171' date='Sep 14 2007, 12:40 PM']^^ gothtec, i wanna know how to disable 'show in groups' via the registry if you please[/quote]
    [quote name='EmZvr' post='759639' date='May 2 2008, 12:01 PM']Yes I want to know that too. Please tell us gothtec. :rolleyes:[/quote]I'm guessing here that gothtec, who posted this 3¾ years ago, has only ever posted in this topic and hasn't posted since is unlikely to respond to your requests!
    [/quote]
    Ok then someone else that can help? :blushing:
    I didn't want to post another treat that's why I wrote in this one, sorry if that was a mistake.

  4. [quote name='keithc' post='693171' date='Sep 14 2007, 02:40 PM'][quote name='gothtec' post='168750' date='Aug 16 2004, 12:13 PM']i have solved every one of these issues now. anyone else need a hand on these problems, just ask.[/quote]
    ^^ gothtec, i wanna know how to disable 'show in groups' via the registry if you please :)

    those things **** well annoy the be-jebus out of me
    [/quote]
    Yes I want to know that too. Please tell us gothtec. :rolleyes:

  5. Hello again. There is a problem with the addon. I integrated it and installed it with XP SP2 on a virtual machine and at startup it displays the splash screen for exatcly 5mins every time. I removed the splash screen from the settings and the result was: The programs starts after 5min the difference was that there was no splash screen. How to fix this :/

    ps Sorry for my English.

×
×
  • Create New...