Jump to content

SwedenXP

Member
  • Posts

    226
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Sweden

Posts posted by SwedenXP

  1. Small progress :w00t: adding these lines made the "small icons on start menu" stick - but not the rest :huh:

    Windows Registry Editor Version 5.00

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects2]
    "Settings"=hex:28,00,00,00,ff,ff,ff,ff,06,00,00,00,03,00,00,00,3c,00,00,00,1e,\
     00,00,00,fe,ff,ff,ff,e4,03,00,00,02,05,00,00,02,04
    ,00,00

    / SwedenXP - still a bit :wacko: - but optimistic!

  2. Alanoll - on 2 places... In my case this worked just fine upto SP2 - after that...

    Cartooninte - of course! The problems are as follows - On my start menue, I loose the "show small icons" and "hide the toolbar" options. And the quicklaunch bar has to be pulled out. This happends on every reboot, so my idea is that these tweaks has not been added to the default profile or my admin profile (which is the only profile).

    The commands.com, setuser.reg, quicklaunch.reg, regtweaks.reg are the same as before SP2. And I will include my services.reg...

    Suggestions are appreciated.

    / SwedenXP :wacko:

  3. In which order should I have my commands in "cmdlines.txt"?

    Mine looks like this - and I have problems with the menu and the quicklaunch bar. It worked just fine before i added XP SP2 - then it all went to h*ll...

    [COMMANDS]
    "REGEDIT /S .\REGTWEAKS.REG"
    "REGEDIT /S .\QUICKLAUNCH.REG"
    "REGEDIT /S .\SERVICES.REG"
    ".\COMMANDS.CMD"
    "REGEDIT /S .\SETUSER.REG"

    Thanx in advance

    / SwedenXP :no::wacko::blink:

    (It takes all three to express what I feel...)

  4. Could it be a matter of "ECHO" ´s :w00t:

    Here is a piece of my main_batch.cmd

    CLS
    @echo off
    ECHO.

    ECHO Installing IrfanView 3.95
    ECHO Please wait...
    start /wait %systemdrive%\Install\IrfanView\Iview395.exe /silent /folder="c:\program\irfanview" /desktop=0 /group=1 /allusers=0 /assoc=1
    ECHO.

    ECHO Installing IrfanView Plugins
    ECHO Please wait...
    start /wait %systemdrive%\Install\IrfanView\plugins395.exe /silent
    ECHO.

    ECHO Installing WinRAR 3.42
    ECHO Please wait...
    start /wait %systemdrive%\install\WinRAR\winrar342.exe /s
    ECHO.

    EXIT

    And the main_batch.cmd is called from the winnt.sif like this

    [GUIRunOnce]
       %systemdrive%\Install\main_batch.cmd

    / SwedenXP B)

  5. I hope this is the right place to ask this question... I usually attend the "Unattended Windows" forum - and I like it! :thumbup

    After installing my Unattended WinXPPROSP2+updates cd I have had trouble with my downloadmanager (Download Accelerator Plus - DAP) and I would like a suggestion for another, new, better, fully functional downloadmanager.

    So please, ladies and gentlemen give this request Your best shot :w00t:

    Thanx in advance

    / SwedenXP

  6. It´s much easier to compress your favorites into an .exe file with winrar and run it from main_batch.cmd lite this;

    start /wait %systemdrive%\Install\Favoriter\Favoriter.exe

    At least, that is what I do, and it works for me.

    An alternative program that works very well for favorites, mailaccounts and mailfolders is Outlook Express Backup Genie - tried it and I like it.

    / SwedenXP

×
×
  • Create New...