Jump to content

coorrel

Member
  • Posts

    13
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Australia

Posts posted by coorrel

  1. I have all my registry tweak 1 one .reg file.

    Just wondering if it's a good idea to import my registry tweaks in the SVCPACK.inf.

    1. What's more preferred place to import the tweaks in SVCPACK.inf or CMDLINE.txt? Both equal?

    2. The files in $OEM$ distribution does all file need to adhere to the 8.3 naming convention to work properly?

    3. Does the below registry actually going to benefit modern day PC's? e.g. Q9550, P5Q...etc or PII 940, DS4H...etc

    ; Allows boot files to be placed optimally on the hard-drive for faster boots
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction]
    "Enable"="Y"

    [s]; Prefetcher tweak (faster booting) boot and program prefetch use 00000003 or Boot only 00000002
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters]
    "EnablePrefetcher"=dword:00000003[/s]
    XP default is 3 already.

    ; Faster reboot time
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
    "EnableQuickReboot"="1"

    Thanks

  2. Thanks for the tips.

    Are these tweaks nessesary?

    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters]

    "EnablePrefetcher"=dword:00000003

    - will it really boot faster?

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AlwaysUnloadDLL]

    @="1"

    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]

    "DisablePagingExecutive"=dword:00000001

    "LargeSystemCache"=dword:00000001

    "IoPageLockLimit"=dword:00020000

    And also I been search for a way to turn on the "classic start menu" without actually totally disabling the other option. Is that possible?

  3. I have some tweaks I want to import in my regtweak for my XPsp2 slipstream, can someone explain to me if it's neccessary to import the following to both CU OR LM keys? Or will importing in one effect the other as well?

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]

    "NoSimpleStartMenu"=dword:00000001

    "StartMenuLogoff"=dword:00000001

    "NoStartMenuHelp"=dword:00000001

    [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]

    "NoSimpleStartMenu"=dword:00000001

    "StartMenuLogoff"=dword:00000001

    "NoStartMenuHelp"=dword:00000001

  4. I'm new to this and while adding silent installs to my install.cmd I've go a few questions:

    1. REG ADD %KEY%\004 <--- what does this number represent

    2. For the number above is there a set incrementations to follow or any will do?

    3. Guirunonce and runonceex ---> I read that both run at the same time, I'm currently only using the runonceex method to install programs and regtweaks. Is there a difference between the two? Which one is more favoured?

    4. In my attempt to make my install.cmd, what does theses switches stand for?

    /ve

    /v 1

    /d

    /f

    /qn

    /qb-

    where is %PP% located?

    Thanks.

  5. Yeah :D , after reading/editing/thinking about 2 day and nights, I finally turned my XPsp1 in to a patched and slipstreamed with sp2 with the desired reg tweaks that I needed.

    First test went pretty well in VM, most of my reg tweaks applied and my setup screen changed (planned to changed everything but don't know how to change the progress bar) ...

    Needed a bit more editing of the progress bar if someone can tell me how to change that.

    MyDesktop3.jpg

×
×
  • Create New...