Jump to content

Preacher

Member
  • Posts

    13
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by Preacher

  1. I want Windows to install with the Security Center's Automatic Updates feature set to "Notify me, but don't automatically download or install them" setting checked.

    I have a WinNT file in FILESCD Files\I386\

    The text is as follows:

    [Data]MsDosInitiated=0

    UnattendedInstall=Yes

    AutomaticUpdates=yes

    [unattended]

    UnattendSwitch=Yes

    OemPreinstall=Yes

    OemSkipEula=Yes

    FileSystem=*

    WaitForReboot=No

    OemPnPDriversPath=Drivers\ata133;Drivers\RealtekNIC

    NoWaitAfterTextMode=1

    NoWaitAfterGUIMode=1

    TargetPath=\Windows

    DriverSigningPolicy=Ignore

    NonDriverSigningPolicy=Ignore

    Hibernation=No

    [GuiUnattended]

    AutoLogon=Yes

    OEMSkipRegional=1

    TimeZone=004

    OemSkipWelcome=1

    [Display]

    BitsPerPel=32

    XResolution=1024

    YResolution=768

    Vrefresh=70

    [userData]

    ProductKey=*************

    [identification]

    JoinWorkgroup=Workgroup

    I have a command file in FILESCD Files\$OEM$\

    With the only text being

    [COMMANDS]"REGEDIT /S RegTweaks.reg"

    Then I have the RegTweaks file in the same folder.

    I do have "Windows Registry Editor Version 5.00" as the first line.

    All other tweaks seem to work, except this one.

    ;Set Automatic Updates to notify if updates exists

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update]"AUOptions"=dword:00000002

    "ScheduledInstallDay"=dword:00000000

    "ScheduledInstallTime"=dword:00000003

    "ConfigVer"=dword:00000001

    The last 3 lines I added after trying ONLY the "AUOptions" line. That didn't work. So then I researched a little more on Microsoft site and tried addeing those. Still not working.

    It sets Automatic Updates to full on position with scheduled checks at 3:00 daily.

    So that did change something. It just will not put it to the "Notify" setting.

    What am I doing wrong?

  2. OK.....just to make sure I'm doing stuff right (cause I am new at this, and I have no idea how to do the batch file stuff).

    I'm using XPCreate.

    I have a WinNT file in FILESCD Files\I386\

    The text is as follows:

    [Data]MsDosInitiated=0

    UnattendedInstall=Yes

    AutomaticUpdates=yes

    [unattended]

    UnattendSwitch=Yes

    OemPreinstall=Yes

    OemSkipEula=Yes

    FileSystem=*

    WaitForReboot=No

    OemPnPDriversPath=Drivers\ata133;Drivers\RealtekNIC

    NoWaitAfterTextMode=1

    NoWaitAfterGUIMode=1

    TargetPath=\Windows

    DriverSigningPolicy=Ignore

    NonDriverSigningPolicy=Ignore

    Hibernation=No

    [GuiUnattended]

    AutoLogon=Yes

    OEMSkipRegional=1

    TimeZone=004

    OemSkipWelcome=1

    [Display]

    BitsPerPel=32

    XResolution=1024

    YResolution=768

    Vrefresh=70

    [userData]

    ProductKey=removed

    [identification]

    JoinWorkgroup=Workgroup

    I have a command file in FILESCD Files\$OEM$\

    With the only text being

    [COMMANDS]
    "REGEDIT /S RegTweaks.reg"

    Then I have the RegTweaks file in the same folder.

    I do have "Windows Registry Editor Version 5.00" as the first line.

    All other tweaks seem to work, except this one.

    ;Set Automatic Updates to notify if updates exists
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update]
    "AUOptions"=dword:00000002
    "ScheduledInstallDay"=dword:00000000
    "ScheduledInstallTime"=dword:00000003
    "ConfigVer"=dword:00000001

    The last 3 lines I added after trying ONLY the "AUOptions" line. That didn't work. So then I researched a little more on Microsoft site and tried addeing those. Still not working.

    It sets Automatic Updates to full on position with scheduled checks at 3:00 daily.

    So that did change something. It just will not put it to the "Notify" setting.

    Once again, thanks for helping me out.

    I'm learning a lot about Windows by doing this stuff.

  3. Thanks for responding so fast....

    but that fix didn't work.

    Just in case I wasn't clear enough, I want Windows to install with the Security Center's Automatic Updates feature set to "Notify me, but don't automatically download or install them" setting checked.

    I would think this would be possible, but I can't figure it out (not that I'm all that smart).

  4. First time here. I've been reading up and testing out XPCreate and all these reg tweaks. It's awesome. But I got some questions I can't seem to find answers for.

    By the way, all of my tweaks are in a reg file.

    1st, the following does not seem to work:

    ;Configure Automatic Updates

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update]

    "AUOptions"=dword:00000002

    "AUState"=dword:00000007

    I want Automatic Updates to be on the "Notify Me" setting.

    2nd, can anyone tell me how (if it's possible) to change the arrangement of the "All Programs" menu? Can I set it up however I want it (i.e. Remove MSN icon, Add a Multimedia Folder, etc...) and then use those settings from a key to make the install cd recreate them?

    3rd, what numbers should I pick for the Lottery :D

    Any help would be much appreciated.

  5. First time here. I've been reading up and testing out XPCreate and all these reg tweaks. It's awesome. But I got some questions I can't seem to find answers for.

    By the way, all of my tweaks are in a reg file.

    1st, the following does not seem to work:

    ;Configure Automatic Updates

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update]

    "AUOptions"=dword:00000002

    "AUState"=dword:00000007

    I want Automatic Updates to be on the "Notify Me" setting.

    2nd, can anyone tell me how (if it's possible) to change the arrangement of the "All Programs" menu? Can I set it up however I want it (i.e. Remove MSN icon, Add a Multimedia Folder, etc...) and then use those settings from a key to make the install cd recreate them?

    3rd, what numbers should I pick for the Lottery :D

    Any help would be much appreciated.

×
×
  • Create New...