Jump to content

Rodney

Member
  • Posts

    17
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by Rodney

  1. C:\Documents and Settings\Administrator>sfc /scannow

    Windows File Protection could not initiate a scan of protected system files.

    The specific error code is 0x000006ba [The RPC server is unavailable.

    ].

    i disabled windows file protection from nlite when i did my unattended install disk

  2. i searched and searched but couldnt find a way to properly remove it. so i just stop and disabled the services, removed registry keys, and then deleted all the files from it i could find. this was a big mistake.

    it seems the firewall took over, and now things such as my ftp server no longer work. the standard windows xp sp2 firewall is now greyed out with the screen that has options to turn it on or off.

    firewall4eq.th.jpg

    the advanced settings seem correct though, the programs i want to bypass the firewall are in the exceptions list but they just dont work.

    does anyone have any clue on how i could take control over my system without reinstalling windows?

    sorry forgot the tag is [Help] and seems i cant modify the topic title when editing

  3. is there any application that will check for what updates you need or what updates you have? im looking for an easier way then to just install and check with windows update. im a xp pro that already had sp2 integrated (not if any following hotfixes) but i just tried using ryanvm's update pack and afterwards the installation always hangs before the "installing devices" comes up when windows says "installation will complete in approximately 39 minutes" so im guessing maybe an already placed hotfix is conflicting somewhere so i guess ill just integrate the updates with nlite individually.

  4. i had a similar problem, automatic update were enabled like you have but when i would check the status, they would not be enabled or disabled, neither checked. well in order to set a time for it to check, i searched my registry and luckily found what i was looking for.

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update]
    "AUOptions"=dword:00000004
    "ScheduledInstallDay"=dword:00000000
    "ScheduledInstallTime"=dword:00000003

    you can throw that into your installation somehwere, it sets windows update to check every night at 3am. if you want specific settings, i suggest change them manually then check the registry settings and use whatever results you get.

  5. ok ive used a autorun program to launch a small program that will create a standalone iso of the installs in my setup. the only problem i have is that after choosing which os to setup, my autoboot dvd directly boots that os. i removed the fixboot.bin (i think that was the name) so the "press any key to boot blah blah" doesnt come up yet again. what im wondering is that with cdimage.exe can i specify it to include in the iso more then one directory? i want to store the fixboot.bin file somewhere outside of the installation folders so that i am not prompted to "press any key" when i normally use it.

    the reason i need this done is because some of the versions of the os i did are unattended installs, when they reboot, if the cd drive is set to be checked first, it will just boot the cd again instead of continuing with my setup. any suggestions are welcome

  6. okay ive tried a few other methods for skipping the windows update and display settings prompt.

    i tried the "SkipAutoUpdate" setting in my oobeinfo.ini and then i tried changing "AutomaticUpdates" in my winnt.sif file from yes to 1 with no luck. i also tried the "ConfigureAtLogon" for the display settings prompt to not display during setup but after the user first logs in. none of this has worked and still halts my install for user input, any help?

  7. ive used a combination of nlite and various other programs, guides, this forum etc to set up a completely unattended windows installation. i have it all setup except a few minor problems i cant seem to correct. the windows installation prompts for to verify if the display settings are appropriate and then prompts to enable windows update.i want to be able to just insert my disk, choose a partition and come back to a logged in windows. here is my current winnt.sif file that i cant figure out why its not working properly.

    ; Generated by nLite 1.0 beta 5

    [Data]
    Autopartition = 0
    MsDosInitiated = 0
    UnattendedInstall = Yes
    AutomaticUpdates = Yes

    [Unattended]
    UnattendMode = FullUnattended
    UnattendSwitch = No
    OemPreinstall = Yes
    OemSkipEula = Yes
    FileSystem = *
    WaitForReboot = No
    NoWaitAfterTextMode = 1
    NoWaitAfterGUIMode = 1
    TargetPath = Windows
    DriverSigningPolicy = Ignore
    NonDriverSigningPolicy = Ignore

    [Display]
    Xresolution = 1024
    Yresolution = 768
    BitsPerPel = 32
    AutoConfirm = 1

    [SystemRestore]
    MaximumDataStorePercentOfDisk = 0

    [GuiUnattended]
    AutoLogon = Yes
    EncryptedAdminPassword = No
    AdminPassword = "edit"
    TimeZone = 020
    OEMSkipRegional = 1
    OemSkipWelcome = 1

    [Shell]
    DefaultThemesOff = Yes
    DefaultStartPanelOff = Yes

    [Components]

    [UserData]
    ProductKey = "edit"
    ComputerName = edit
    FullName = "edit"

    [RegionalSettings]
    Language = 0409

    [Networking]
    InstallDefaultComponents = Yes

    [Identification]
    JoinWorkgroup = workgroup

    [WindowsFirewall]
    Profiles = WindowsFirewall.TurnOffFirewall

    [WindowsFirewall.TurnOffFirewall]
    Mode = 0

    [GuiRunOnce]
    %systemdrive%\install\bootscreen.cmd
    %systemdrive%\install\applications.cmd
    %systemdrive%\cleanup.cmd

    as you can see, i have auto update enabled andconfirm display enabled but they keep giving me problems, any help?

    [EDIT]

    i fixed the user account prompt, i had saved my oobinfo.ini to an older install i had been doing and didnt realize it :blushing:

×
×
  • Create New...