Jump to content

'Windows will adjust your resolution'-prompt


Mojo

Recommended Posts

When running my unattended setup, everything works great, billboards are displayed and all, but after rebooting, setup prompts me to change my screen resolution.

I've attached the screenshots. I have to click 2 times (confirmation also) and it's quite annoying, since this happens before my runonceex and not at the very end.

Any suggestions? Anyone has had the same problem?

Thanks!

2011qa.th.jpg

2020ap.th.jpg

Edited by Mojo
Link to comment
Share on other sites


how does ur winnt.sif looks like.......

attach ur winnt.sif

hers my,

;SetupMgrTag

[Data]    AutoPartition=0

    MsDosInitiated="0"

    UnattendedInstall="Yes"

    AutomaticUpdates=yes

[unattended]

    UnattendMode=FullUnattended

    UnattendedSwitch=Yes

    OemSkipEula=Yes

    OemPreinstall=Yes

    TargetPath=\WINDOWS

    OemPnPDriversPath="Drivers\vga;Drivers\sound;Drivers\max;Drivers\pro;Drivers\vmax;Drivers\via;Drivers\sis;Drivers\lan"   

    DriverSigningPolicy=Ignore

    Hibernation = No

[GuiUnattended]

    AdminPassword=*

    EncryptedAdminPassword=NO

    OEMSkipRegional=1

    TimeZone=193

    OemSkipWelcome=1

   

[iEPopupBlocker]

AllowedSites=www.msfn.org;www.microsoft.com;www.amazon.com

BlockPopups=Yes

FilterLevel=Medium

ShowInformationBar=Yes

[userData]

    ProductID=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx

    FullName="bhurtel"

    OrgName="Enpower"

    ComputerName=itanium

[Display]

    BitsPerPel=24

    Xresolution=800

    YResolution=600

    Vrefresh=75

[TapiLocation]

    CountryCode=977

    Dialing=Tone

    AreaCode=061

    LongDistanceAccess="15113"

[identification]

    JoinWorkgroup=workgroup

[Networking]

    InstallDefaultComponents=Yes

[Components]

msmsgs=off

AccessOpt=off

msnexplr=off

zonegames=off

Media_clips=off

Dialer=off

Fax=off

Hypertrm=off

Media_utopia=off

Mousepoint=off

Media_clips=off

Templates=off

TerminalServer=off

Clipbook=off

Deskpaper=off

    Home_Page=http://www.google.com.np

[shell]

    DefaultStartPanelOff=No

    CustomDefaultThemeFile="%WinDir%\Resources\Themes\OpusOS\OpusOS.msstyles"

[WindowsFirewall]

Profiles = WindowsFirewall.TurnOffFirewall

[WindowsFirewall.TurnOffFirewall]

Mode = 0

[GuiRunOnce]

%systemdrive%\install\run.cmd

i think u got ur answer

ur winnt.sif strings is messed up..

try to fix that

Edited by Nepali
Link to comment
Share on other sites

I don't know for sure if it's due to the winnt.sif...

;SetupMgrTag
[Data]
   AutoPartition=0
   MsDosInitiated="0"
   UnattendedInstall="Yes"

[Unattended]
   UnattendMode=FullUnattended
   OemSkipEula=Yes
   OEMSkipWelcome=Yes
   OemPreinstall=Yes
   TargetPath=\W
   UnattendedSwitch=Yes
   WaitForReboot="No"
   DriverSigningPolicy=Ignore
   OemPnPDriversPath="Drivers\00_chipset;Drivers\01_vga;Drivers\02_monitor;Drivers\03_audio;Drivers\04_network"
   CrashDumpSetting = 0
   DisableVirtualOemDevices = Yes
   DUDisable = No
   EnableBigLBA = Yes
   FileSystem = ConvertNTFS
   ForceHALDetection = Yes
   Hibernation = Yes
   Repartition = No
   OemFilesPath="..\$OEM$"

[GuiUnattended]
   AdminPassword=*
   EncryptedAdminPassword=NO
   OEMSkipRegional=1
   TimeZone=105
   OemSkipWelcome=1
   ProfilesDir="%SYSTEMDRIVE%\DS"

[UserData]
   ProductID=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
   ProductKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
   FullName="xxx"
   OrgName=""
   ComputerName=*

[SystemFileProtection]
   SFCQuota=0
   SFCDisable=2

[Display]
   BitsPerPel=32
   Xresolution=1024
   YResolution=768
   Vrefresh = 60

[TapiLocation]
   CountryCode=32

[RegionalSettings]
   LanguageGroup=1
   SystemLocale=00000813
   UserLocale=00000813
   InputLocale=080c:0000080c

[PCHealth]
   ER_Display_UI = 0
   ER_Enable_Applications = All
   ER_Enable_Kernel_Error = 1
   ER_Enable_Reporting = 1
   ER_Enable_Windows_Components = 1
   ER_Force_Queue_Mode = 0
   ER_Include_MSApps = 1
   ER_Include_Shutdown_Errs = 1
   RA_AllowFullControl = 0
   RA_AllowToGetHelp = 0
   RA_AllowUnsolicited = 0
   RA_MaxTicketExpiry = 600

[Branding]
   BrandIEUsingUnattended=Yes

[URL]
   Home_Page=about:blank
   Search_Page="http://www.google.be/search?q=%s"
   Quick_Link_1_Name = "Google"
   Quick_Link_1 = http://www.google.com/

[FavoritesEx]
   Title1 = MSFN.url
   URL1 = http://www.msfn.org
   Title2 = MSFN-forum.url
   URL2 = http://www.msfn.org/board

[Proxy]
   Proxy_Enable=0
   Use_Same_Proxy=1

[Identification]
   JoinWorkgroup=WORKGROUP

[Networking]
   InstallDefaultComponents=Yes

[Shell]
   DefaultStartPanelOff = Yes
   DefaultThemesOff = Yes

[TerminalServices]
   AllowConnections=0

However OEMSkipWelcome is set to Yes, it still displays the Windows Welcome during setup (see screenshot attached) - maybe the screen resolution changer is part of Welcome...?

If so, how comes i still get this Welcome bogus?

Also, I set the section [Display] to preset the resolution - why isn't this one used? (I changed it from 1280x1024 to 1024x768 to test it, but didn't solve it).

Massive thanks for your help!

2032kg.th.jpg

Link to comment
Share on other sites

[GuiUnattended]   OemSkipWelcome=1
[unattended]    OemSkipWelcome=1

You have entered OemSkipWelcome=1 on both section..

avoid this

Place it only on gui unattended

Edited by Nepali
Link to comment
Share on other sites

whats ur monitor size and ur video driver ???

I use my unattended cd @ work on many different video cards, and monitor sizes... So far it has worked just fine for all that I have tried it on. (usaually sets it to 1024X768 and 32 bit color) ;)

EDIT: BTW, thats a pretty bad a** flag your countrys' got :thumbup

Edited by cheezus420
Link to comment
Share on other sites

Ok, i'm gonna re-try with your suggestions. Small question: in winnt.sif, does it matter if you use quotes or not? F.e. UnattendedSwitch=yes or "UnattendedSwitch"=yes - does it both work?

My screen resolution is 1280*1024*32 @ 60Hz, driver is Dell 1905F (19" TFT).

Link to comment
Share on other sites

Ok, i'm gonna re-try with your suggestions. Small question: in winnt.sif, does it matter if you use quotes or not? F.e. UnattendedSwitch=yes or "UnattendedSwitch"=yes - does it both work?

Check ref.chm in the deploy tools.cab

This will give you the official format ;)

EDIT: In case you didnt know, that is located in the TOOLS folder on your windows cd B)

Edited by cheezus420
Link to comment
Share on other sites

I think if you're testing uA in VMWare it wouldn't use higher res than 640x480 initially unless you install VMWare Tools in the uA.

I might have something to do wit the VM...

I retested in MS Virtual PC 2004 instead of VMware 4.5, and the resolution did change automatically to 1024*768 after reboot (before first login). But right after that, i got the same msgbox as in my first post (Windows will adjust your screen resolution) and when i clicked OK, it changed back to 640*480... And the oobe (Windows Welcome) started running again.

Has anyone experienced the same before? Is this maybe because in the virtual machine, my display driver i use on the host OS doesn't work?

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