Jump to content

coorrel

Member
  • Posts

    13
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Australia

Everything 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. Just wondering if it's also possible to add the batch to the end of svcpack.inf to add the reg tweaks?
  3. coorrel

    runtime packs?

    Just wondering is installing a runtime pack (.cab) the same as installing couple of switchless installs eg Java? Which runtimes are recommened to be installed to avoid trouble later on? Is it a good idea to install a pack like this? http://www.ryanvm.net/forum/viewtopic.php?...;highlight=java Thanks
  4. 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?
  5. 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
  6. So can .net 2 be installed in the RunOnce method if it were installed first? If not can you provide an easy example of where it can be installed please? Thanks
  7. Another quick question. I downloaded a silent switchless dotNET1.1 and 2.0 install and it says to "Install from: svcpack.inf". Since I'm not very familar with svcpack.inf, would it make a difference if I just run it first thing in RunOnceEX?
  8. Sorry I found the variable in my CMD which I copied over from a friend: SET PP=%SystemDrive%\Install\ Thanks for being very helpful.
  9. 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.
×
×
  • Create New...