Kelsenellenelvian, on 10 January 2012 - 06:54 PM, said:
Wow I barely know what is what in that. :S
Go Slowly.
Kelsenellenelvian, on 10 January 2012 - 06:54 PM, said:
Sample Music and Videos=True <-- Is this remove or allow?
Allow. There is nothing. Is empty.
Kelsenellenelvian, on 10 January 2012 - 06:54 PM, said:
If it is remove then that COULD explain your resolution issue. Win 7 HAS to have those for the EI and will likely cause WPI not to be able to detect the resolution possibilities
In my Autounattend.xml is defined;
<Display>
<ColorDepth>32</ColorDepth>
<HorizontalResolution>1024</HorizontalResolution>
<RefreshRate>60</RefreshRate>
<VerticalResolution>768</VerticalResolution>
</Display>
Kelsenellenelvian, on 10 January 2012 - 06:54 PM, said:
Did you remove\change anything in WPI? You should still be able to use the drop down box in the resoltuin section.
How to upgrade your WPI!
Quote
Steps to update your WPI folder:
Download and unRAR to a different location.
From your old WPI folder, copy config.js, useroptions.js, and windowoptions.js from WPIScripts to the new WPIScripts folder.
Copy your Audio folder from old to new.
Copy your Install folder from old to new.
Copy Themes folder from old to new.
Rename or move your old folder in case something goes wrong.
Move the new WPI folder to where you want it.
Test it!
Kelsenellenelvian, on 10 January 2012 - 06:54 PM, said:
You should still be able to use the drop down box in the resoltuin section.
I will test it. I did think, it must be posible that WPI detect the Window Res. The main Problem is standing. There is no option to integrate an Timeout or other indicator do detect that Desktop is full loaded? I think in way detect HDD activity batch. Confused...
greetings
€dit:
OK, i try it with batch command in autounattend.xml;
<FirstLogonCommands>
<SynchronousCommand wcm:action="add">
<CommandLine>net user administrator /active:yes</CommandLine>
<Order>1</Order>
<RequiresUserInput>false</RequiresUserInput>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>2</Order>
<RequiresUserInput>false</RequiresUserInput>
<CommandLine>POWERCFG -SETACTIVE 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c</CommandLine>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>3</Order>
<CommandLine>POWERCFG -X -monitor-timeout-ac 120</CommandLine>
<RequiresUserInput>false</RequiresUserInput>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>4</Order>
<CommandLine>POWERCFG -X -disk-timeout-ac 180</CommandLine>
<RequiresUserInput>false</RequiresUserInput>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>5</Order>
<CommandLine>POWERCFG -X -standby-timeout-ac 240</CommandLine>
<RequiresUserInput>false</RequiresUserInput>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>6</Order>
<CommandLine>POWERCFG -H OFF</CommandLine>
<RequiresUserInput>false</RequiresUserInput>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<CommandLine>cmd /c for %i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %i:\wpi\sleeptimer.bat start %i:\wpi\sleeptimer.bat</CommandLine>
<Description>Sleeptimer</Description>
<Order>7</Order>
<RequiresUserInput>false</RequiresUserInput>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<CommandLine>cmd /c for %i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %i:\wpi\wpi.exe start %i:\wpi\wpi.exe</CommandLine>
<Description>Windows Post Install Wizard</Description>
<Order>9</Order>
<RequiresUserInput>false</RequiresUserInput>
</SynchronousCommand>
</FirstLogonCommands>
In Order 7. Batch command is;
@echo off
echo *************************************************************
echo * *
echo * Es wird 30 Minuten gewartet *
echo * *
echo * bis der Desktop voll geladen wurde! *
echo * *
echo *************************************************************
echo * *
echo * Anschliessend wird der -Windows Post Installer- *
echo * *
echo * automatisch gestartet *
echo * *
echo *************************************************************
echo * *
echo * Sonst startet WPI zu frueh und es wird nicht *
echo * *
echo * korrekt dargestellt *
echo * *
echo *************************************************************
timeout /t 1800
exit
In English;
@echo off
echo *************************************************************
echo * *
echo * It will be waited 30 minutes *
echo * *
echo * untill the desktop has fully loaded! *
echo * *
echo *************************************************************
echo * *
echo * Then will the -Windows Post Installer- *
echo * *
echo * automaticly start *
echo * *
echo *************************************************************
echo * *
echo * Otherwise WPI starts too early and it is not *
echo * *
echo * displayed correctly *
echo * *
echo *************************************************************
timeout /t 1800
exit
In
FirstLogonCommands i did Read;
Quote
FirstLogonCommands launches all commands synchronously and launches the next one only after the previous command has completed
I will hope, that it works.
€dit, nope, it didnt work. WPI starts as first. Problem solved now. Watch
this Topic.
Thx Kelsenellenelvian 4 help, this thread can be closed now.
greetings
This post has been edited by Sentionline: 27 January 2012 - 04:03 AM