Jump to content

deskpaper=Off


Recommended Posts

Here's my problem. I have deskpaper=Off, but there is always a wallpaper for the user when logged in. Can anyone help me out? Here's my WINNT.SIF. On another note, the desktop resolution doesn't change too.

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

[Unattended]
FileSystem=*
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=Yes
TargetPath=\WINDOWS
UnattendSwitch=Yes

[GuiUnattended]
AdminPassword=*
EncryptedAdminPassword=NO
OEMSkipRegional=1
OemSkipWelcome=1
TimeZone=85

[UserData]
ProductKey=AAAAA-AAAAA-AAAAA-AAAAA-AAAAA
FullName="Home"
OrgName=""
ComputerName=Home

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

[TapiLocation]
CountryCode=44

[RegionalSettings]
LanguageGroup=1
Language=00000809

[Identification]
JoinWorkgroup=WORKGROUP

[Networking]
InstallDefaultComponents=Yes

[Components]
deskpaper=Off
IEAccess=Off
msnexplr=Off
OEAccess=Off
WMAccess=Off
WMPOCM=Off
zonegames=Off

Edited by av2606
Link to comment
Share on other sites


You probably don't want to publish your product key?

Some people run this sort of thing at T-12:

DEL "%systemroot%\*.bmp"
DEL "%systemroot%\Web\Wallpaper\*.jpg"

Don't know about the resolution, try adding a

VRefresh = 70

Might not work if the driver isn't installed?

Link to comment
Share on other sites

You probably don't want to publish your product key?

Some people run this sort of thing at T-12:

DEL "%systemroot%\*.bmp"
DEL "%systemroot%\Web\Wallpaper\*.jpg"

Don't know about the resolution, try adding a

VRefresh = 70

Might not work if the driver isn't installed?

Funny thing is I can actually change the resolution manually, drivers or no drivers.

On another note, what is T-12 and how can I configure it.

Thanks for your reply,

Adrian

Link to comment
Share on other sites

Doesn't it ask you to press Okay on setting resolution when you first login? Maybe that's why it's not setting the resolution. Not sure about the wallpaper though.

Try

[Display]

AutoConfirm=1

T-12 is I believe when there's 12 minutes left on the installation timeline. Check here for the timeline & here on how to use it. You can execute cmdlines.txt with the code.

Edited by Grake
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...