Jump to content

Numinous

Member
  • Posts

    560
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Posts posted by Numinous

  1. on a day they release an update rollup thats built to save time downloading multiple updates, they release another 4 with it.. what a bunch of numbnuts :) ..i think bill needs to feed his monkeys more bananas.. linux looks more and more viable by the day.. soon as driver supports top notch, im off

  2. change this section in your theme file

    [VisualStyles]

    Path=%ResourceDir%\Themes\Cbfield\Cbfield.msstyles

    ColorStyle=NormalColor

    Size=NormalSize

    there are regkeys too but theyre not essential

    i would recommend changing this key for a classic login and shutdown theme

    HKU,.DEFAULT\Software\Microsoft\Windows\CurrentVersion\ThemeManager,DllName,0x20000,"%windir%\resources\themes\Cbfield\Cbfield.msstyles"

    edit :: or add it if it dont exist

  3. aaron your guides missing the ntoskrnl.exe in dosnet.inf :) ooops

    also when i extract the rollup with the /x switch i dont get the update.exe.. just the KB826939.cat, update.inf and update.ver ..now im confussled which way to go with it.. spose i can just use the KB826939.cat and rename the hotfix to KB826939.exe and slipstream the usual way.. no worries :rolleyes:

    ill go the update folder way .. saves me 9mb's :D

  4. why not use a command like this to process all reg files in a folder

    for %%i in (%systemdrive%\install\Tweaks\*.reg) do REGEDIT /S %%i

    this'll work in cmdlines.txt and guirunonce.. dont even have to cd into the folder as the variable %%i contains the full path and filename of the reg file

    just a thought :rolleyes:

    i use it for my hotfixes .. 3 lines of code to do all hotfixes .. nice :D

    edit :: might be better to use this

    for %%i in (%systemdrive%\install\Tweaks\*.reg) do start /wait REGEDIT /S %%i

    dont want the machine to overload processing 100 reg files at once :)

×
×
  • Create New...