Jump to content

Judas989

Member
  • Posts

    22
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by Judas989

  1. Hey everyone, I'm in need of deleting a lot of useless shortcuts created from some of my unattended setup disc, namely stuff like Favorites, Start Menu folders and links, etc. The problem is, none of the files show up until AFTER my batch file is finished and the Windows desktop & start-menu loads for the first time.

    Does anyone have any recommendation how to get a 2nd batch file to run after the Windows desktop loads, preferably AFTER the 1st one finishes and after an automatic reboot?

    Also, I'd like to add a DOS command that restarts Windows after the batch file completes. A timer would be nice too.

    BTW, I've searched but the search is kinda... hinky sometimes. Couldn't quite find the words to describe what I was looking for and the closest match brought up numerous different things.

    Thanks for the help in advanced guys. :thumbup

  2. Outpost has worked great for me (v2.1) + the blockpost plugin (+ altkernel, huge blocklists and doesn't bog the system down like ZA) You can even run it in the background and it idles around 00 - 02 CPU usage and uses up about 14mb of RAM (at least on my system, my buddy said it uses about 18 on his).

    I used ZA 4 for a while but it was slow as hell when using a big blocklist. ZA 5 seemed to have a lot of problems so I started using Outpost.

  3. Everything goes just fine until the "Installing Devices" message displays during the installation of my custom Windows XP CD. Here is a look at my WINNT.SIF file.

    ;SetupMgrTag

    [Data]Autopartition=0

    MsDosInitiated="0"

    UnattendedInstall="Yes"

    [unattended]

    UnattendMode=FullUnattended

    OemSkipEulA=Yes

    OemPreinstall=Yes

    TargetPath=\WINDOWS

    Repartition=No

    Unattendswitch="Yes"

    WaitForReboot="No"

    DriverSigningPolicy=Ignore

    OemPnPDriversPath=Drivers\Nvidia\;Drivers\creative\Drivers\WIN2K_XP\;Drivers\soyo\audio\;drivers\soyo\raid\;Drivers\soyo\nic\WINXP

    \;Drivers\soyo\agp\R112_Logo\AGP\WINXP\;drivers\soyo\agp\R112_Logo\USB\Win2K_XP\;drivers\logitech\keyboard\Win2K_XP\;drivers\logitech\mouse\Win2K_XP\

    AutoActivate=No

    [GuiUnattended]

    OEMSkipRegional=1

    TimeZone=35

    OemSkipWelcome=1

    ProfilesDir="%systemdrive%\Documents and Settings\"

    [userData]

    FullName="User"

    OrgName="Organization"

    ComputerName=PCNAME

    [Display]

    BitsPerPel=32

    XResolution=1280

    YResolution=1024

    Vrefresh=85

    [TapiLocation]

    CountryCode=1

    Dialing=Tone

    [RegionalSettings]

    LanguageGroup=1

    Language=00000809

    [identification]

    JoinWorkgroup=WORKGROUP

    [Networking]

    InstallDefaultComponents=No

    [NetAdapters]

        Adapter1=params.Adapter1

    [params.Adapter1]

        INFID=*

    [NetClients]

        MS_MSClient=params.MS_MSClient

    [NetServices]

        MS_SERVER=params.MS_SERVER

    [NetProtocols]

        MS_TCPIP=params.MS_TCPIP

        MS_NWIPX=params.MS_NWIPX

    [params.MS_TCPIP]

        DNS=Yes

        UseDomainNameDevolution=No

        EnableLMHosts=Yes

        AdapterSections=params.MS_TCPIP.Adapter1

    [params.MS_TCPIP.Adapter1]

        SpecificTo=Adapter1

        DHCP=Yes

        WINS=No

        NetBIOSOptions=0

    [params.MS_NWIPX]

        VirtualNetworkNumber=00000000

        AdapterSections=params.MS_NWIPX.Adapter1

    [params.MS_NWIPX.Adapter1]

        SpecificTo=Adapter1

        PktType=0xFF

        NetworkNumber=00000000

    [Components]

    msmsgs=off

    msnexplr=off

    media_clips=off

    media_utopia=off

    Accessopt=off

    AutoUpdate=off

    templates=off

    fax=off

    Clipbook=off

    hypertrm=off

    rec=off

    pinball=off

    freecell=off

    minesweeper=off

    solitaire=off

    spider=off

    hearts=off

    zonegames=off

    [shell]

    DefaultThemesOff=Yes

    [GUIRunOnce]

    %systemdrive%\install\main_batch.cmd

    %systemdrive%\install\hotfixes.cmd

    %systemdrive%\install\applications.cmd

    It's probably just because I don't have quotes around my driver inst. paths... but tell me what you think.

    P.S.

    Should I put quotes around ALL the values?

  4. Wait, ok, now I have another very tiny problem. I reg-hacked (using someone elses) my system and I have it tweaked the way I want it except for one thing: every shortcut is displayed as "*.lnk" and it's really annoying. I much rather just see the shortcut overlay (which I do).

    Anyone know which reg setting this is so I can delete it? I would post my reg file but it's hella-long (20kb, to be exact). Is this to big? LOL

    EDIT: I also have a problem with my desktop being stuck in the "Center" position and it's grayed out so I cannot change it. Again, I have no idea which reg setting this is. Any thoughts would be greatly appreciated.

    EDIT: Ok, ok, last thing, promise. I'm trying to find a reg hack that disables all Windows system sounds.

  5. Hey everyone, my first time creating an unattended installation and everything has gone fairly painlessly until now. I load my .ISO in Virtual PC and I get the error (after I boot from CD)

    "Line 29 of the INF file \i386\winnt.sif is invalid. Setup cannot continue. Press any key to restart."

    I've checked the code over in the .sif file and I can't find anything that would be causing this error, besides a few misspellings which I corrected.

    Here's my code.

    ;SetupMgrTag

    [Data]Autopartition=0

    MsDosInitiated="0"

    UnattendedInstall="Yes"

    [unattended]

    UnattendMode=FullUnattended

    OemSkipEulA=Yes

    OemPreinstall=Yes

    TargetPath=\WINDOWS

    Repartition=No

    Unattendswitch="Yes"

    WaitForReboot="No"

    OemPnPDriversPath=Drivers\Nvidia\;Drivers\creative\Drivers\WIN2K_XP\;Drivers\soyo\audio\;drivers\soyo\raid\;

    Drivers\soyo\nic\WINXP\;Drivers\soyo\agp\R112_Logo\AGP\WINXP\;drivers\soyo\agp\R112_Logo\USB\Win2K_XP\;

    drivers\logitech\keyboard\Win2K_XP\;drivers\logitech\mouse\Win2K_XP\

    DriverSigningPolicy=Ignore

    AutoActivate=No

    [GuiUnattended]

    OEMSkipRegional=

    TimeZone=35

    OemSkipWelcome=1

    ProfilesDir="%systemdrive%\Documents and Settings\"

    [userData]

    FullName=Judas Reinhardt

    OrgName=MJ12

    ComputerName=DATAWRAITH

    [Display]

    BitsPerPel=32

    XResolution=1280

    YResolution=1024

    Vrefresh=85

    [TapiLocation]

    CountryCode=1

    Dialing=Tone

    [RegionalSettings]

    LanguageGroup=1

    Language=00000809

    [identification]

    JoinWorkgroup=WORKGROUP

    [Networking]

    InstallDefaultComponents=No

    [NetAdapters]

        Adapter1=params.Adapter1

    [params.Adapter1]

        INFID=*

    [NetClients]

        MS_MSClient=params.MS_MSClient

    [NetServices]

        MS_SERVER=params.MS_SERVER

    [NetProtocols]

        MS_TCPIP=params.MS_TCPIP

        MS_NWIPX=params.MS_NWIPX

    [params.MS_TCPIP]

        DNS=Yes

        UseDomainNameDevolution=No

        EnableLMHosts=Yes

        AdapterSections=params.MS_TCPIP.Adapter1

    [params.MS_TCPIP.Adapter1]

        SpecificTo=Adapter1

        DHCP=Yes

        WINS=No

        NetBIOSOptions=0

    [params.MS_NWIPX]

        VirtualNetworkNumber=00000000

        AdapterSections=params.MS_NWIPX.Adapter1

    [params.MS_NWIPX.Adapter1]

        SpecificTo=Adapter1

        PktType=0xFF

        NetworkNumber=00000000

    [Components]

    msmsgs=off

    msnexplr=off

    media_clips=off

    media_utopia=off

    Accessopt=off

    AutoUpdate=off

    templates=off

    fax=off

    Clipbook=off

    hypertrm=off

    rec=off

    pinball=off

    freecell=off

    minesweeper=off

    solitaire=off

    spider=off

    hearts=off

    zonegames=off

    [shell]

    DefaultThemesOff=Yes

    [GUIRunOnce]

    %systemdrive%\install\main_batch.cmd

    %systemdrive%\install\hotfixes.cmd

    %systemdrive%\install\applications.cmd

    Any and all oppinions will be greatly appreciated.

×
×
  • Create New...