Everything posted by baywatch
-
Logon Screen
you must modify the "imageres.dll" file in the install.wim with reshacker. the jpg-images for different resolutions are in resource 5031:1280*1024 ... 5039:1024*1280.
-
User Account creation not automated by AutoUnattend.xml
you must set the password <LocalAccount wcm:action="add"> <Password> <Value>{LocalAdminPassword}</Value> <PlainText>true</PlainText> </Password> <Description>local Admin-Account</Description> <DisplayName>lAdmin</DisplayName> <Group>Administrators</Group> <Name>lAdmin</Name> </LocalAccount>
-
config.xml
the pidkey is without dashes.
-
Vista not fully unattended
hi nuja i miss the section "Microsoft-Windows-International-Core" in your xml-file. and my <TimeZone> is under "specialize".
-
RealVNC silent switch for server only...
hi wlandymore look at this Appdeploy
-
My New Changed Setup Screens of Vista
i have modify the file "spwizimg.dll" for a new background image. the bitmap ist in 517. you must mount the boot.wim and the file is in the source directory.
-
Slipstream Language MUI during Vista Install
hello smsc you are on the right way. extract only the lp-xx-yy-exe file, so you habe the lp.cab. firegeiers howto works great. LangPacks.xml
-
Vista updates and Feature-Packs
direct link to dreamscene http://www.download.windowsupdate.com/msdo...328b56731f3.cab
-
Windows Reboot after Update
i use these settings (manual, noautoboot, notification 60 min.) [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU] "AUOptions"=dword:00000003 "AutoInstallMinorUpdates"=dword:00000001 "NoAUAsDefaultShutdownOption"=dword:00000000 "NoAutoRebootWithLoggedOnUsers"=dword:00000001 "NoAutoUpdate"=dword:00000000 "RebootRelaunchTimeout"=dword:0000003c "RebootRelaunchTimeoutEnabled"=dword:00000001
-
Widcomm BT drivers - need help/advice
try with this inst.exe /s /w /v"/q DEVICETYPE=12 REBOOT=ReallySuppress"
-
How can I change local user membership via script
hello ceez try this net localgroup administrators "username" /delete net localgroup powerusers "username" /add baywatch
-
Enableing Remote Desktop on install
hi, arden add this to your unattend txt file [TerminalServices] AllowConnections=1 regards, markus
-
cmd.exe starting directory
hi guillaume here do you casn find the answers. http://www.petri.co.il/add_command_prompt_...ws_explorer.htm