Jump to content

Recommended Posts

Posted

Hi.

here is my winnt.sif

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

[Unattended]
   UnattendMode=FullUnattended
   OemSkipEula=Yes
   OemPreinstall=Yes
   TargetPath=\WINDOWS
   UnattendSwitch=Yes
   WaitForReboot=No
   OemPnPDriversPath="Drivers\01-inf;Drivers\02-lan;Drivers\03-audio"
   DriverSigningPolicy=Ignore


[GuiUnattended]
   AdminPassword=*
   EncryptedAdminPassword=NO
   AutoLogon=Yes
   AutoLogonCount=1
   OEMSkipRegional=1
   TimeZone=95
   OemSkipWelcome=1

[UserData]
   ProductKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
   FullName="PC"
   OrgName="PC"
   ComputerName=PC

[Display]
   BitsPerPel=32
   Xresolution=640
   YResolution=480
   Vrefresh=60

[TapiLocation]
   CountryCode=4201
   Dialing=Tone
   AreaCode=02

[RegionalSettings]
   LanguageGroup=2
   SystemLocale=0000041b
   UserLocale=0000041b
   InputLocale=041b:0000041b

[Identification]
   JoinWorkgroup=WORKGROUP

[Networking]
   InstallDefaultComponents=Yes

and my cmdlines.txt

[COMMANDS]
"REGEDIT /S regtweak.reg"

and my regtweak.reg

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Control Panel\Desktop]
"Wallpaper"=""
"WallpaperStyle"="2"
"OriginalWallpaper"=""
"SCRNSAVE.EXE"=""

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"UIHost"=hex(2):43,00,3a,00,5c,00,69,00,6e,00,73,00,74,00,61,00,6c,00,6c,00,73,\
 00,5c,00,63,00,75,00,73,00,74,00,6f,00,6d,00,55,00,49,00,5c,00,63,00,75,00,\
 73,00,74,00,6f,00,6d,00,75,00,69,00,2e,00,65,00,78,00,65,00,00,00

I could not understand why the HKCU don;t apply and the HKLM do.

After some research I got the idea to set the explorer hive to nothing,so that after login to the same account nothing happens and the start menu does not come. However I had the ctrl+alt+del available and I could call the regedit from it. I checked all the tweaks and they were there incl. the wallpaper setting.

Remember I was logged in, but the shell was not running.

I used a modified regtweak.reg for that

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Control Panel\Desktop]
"Wallpaper"=""
"WallpaperStyle"="2"
"OriginalWallpaper"=""
"SCRNSAVE.EXE"=""

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"UIHost"=hex(2):43,00,3a,00,5c,00,69,00,6e,00,73,00,74,00,61,00,6c,00,6c,00,73,\
00,5c,00,63,00,75,00,73,00,74,00,6f,00,6d,00,55,00,49,00,5c,00,63,00,75,00,\
73,00,74,00,6f,00,6d,00,75,00,69,00,2e,00,65,00,78,00,65,00,00,00
"Shell"=""

After I switched the explorer hive back to explorer.exe and relogged to the same account as before...the account logon went on sucesfully and I got the start menu and everything. But the wallpaper setings went away and were reset to that bliss.jpg again.

What is wrong pls..?

My sugestion is that those HKCU tweaks ARE applied but right after the first logon the are overwritten back to default settings.


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