Jump to content

Newbie Help


Preacher

Recommended Posts

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.

Link to comment
Share on other sites


1st, the following does not seem to work
Try adding this to your regkey:

"ScheduledInstallDay"=dword:00000000
"ScheduledInstallTime"=dword:00000003
"DetectionStartTime"="2000.02.19 19:56:44"
"LastWaitTimeout"="2000.02.20 01:01:44"

This tells Windows Updates to check for updates everyday at 3am. The DetectionStartTime and LastWaitTimeout were set to a random time in the past to trigger Windows Update to check immediately.

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?

You should be able to do this with a batch file. I have a batch file that runs from RunOnceEx that removes icons that I don't want from the desktop.

3rd, what numbers should I pick for the Lottery

I'm not sure, just make sure they're not in hex. Otherwise the lottery commision will think you were trying to vote for Pat Buchanan.

Link to comment
Share on other sites

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).

Link to comment
Share on other sites

Welcome to MSFN preacher

Alas, I've said it before in other posts and I'll say it again here, please post in the right section of the MSFN forum.

What you are asking about has nothing to do with XPCREATE.

Remember to search using various different methods of input before you post a question and if you start a topic, keep it relevent to the subject.

I would say you should be looking at the Unattended Windows section of the MSFN forum.

Thanks & best regards,

Nath.

Link to comment
Share on other sites

Just tested your idea.....

Didn't work. :no:

Would you post the key you exported? All of the settings you need to activate and set Automatic Updates are in the key prathapml had you export. The board might be better able to help you.

Link to comment
Share on other sites

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.

Edited by prathapml
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...