Ask your Seven xml ? here Sample .xml's including Audit Mode for DVD and other Install's
#381
Posted 09 April 2012 - 07:38 AM
#382
Posted 09 April 2012 - 10:02 AM
#383
Posted 09 April 2012 - 10:08 AM
TheWalrus, on 09 April 2012 - 01:26 AM, said:
Cheers and Regards
#384
Posted 09 April 2012 - 12:48 PM
At the moment I am going nuts over the account creation and Aero themes though.
#385
Posted 10 April 2012 - 08:22 AM
For AutoLogon, I'm not sure why you wouldn't want to use the AutoLogon in Unattend. Presuming you get your account creation thing taken care of, you'll see that it shouldn't be a problem. The only issue you'll run into after that is any user accounts created via Unattend will have their password expire after 2-3 months. Running this in your FirstLogonCommands will fix that:
wmic useraccount where "name='AccountName'" set PasswordExpires=false
It may also be possible to set AutoLogon using WMI, but I did a quick look in UserAccount with the WMI Object Browser but didn't see it there. Another option may be to write to the appropriate registry values.
#386
Posted 10 April 2012 - 08:43 AM
My problem with autologon in unattended setup is that you ONLY can set finite amount of logons. Of course one million is probably enough until the thing gets replaced in a few years, but I want to do stuff "proper" way. There is a manual way, but I'd like to achieve that this way. Of course maybe it's impossible just like the themes.
#387
Posted 10 April 2012 - 08:47 AM
#388
Posted 10 April 2012 - 09:10 AM
#389
Posted 10 April 2012 - 09:58 AM
<LocalAccount wcm:action="add">
<Name>blabla</Name>
<DisplayName>blabla</DisplayName>
<Group>Administrators</Group>
<Password>
<Value>aaa</Value>
<PlainText>true</PlainText>
</Password>
</LocalAccount>
The account is a guest! What the hell!
This post has been edited by TheWalrus: 10 April 2012 - 09:59 AM
#390
Posted 10 April 2012 - 05:03 PM
So settinga number means nothing as long as it is 1 for intended passes, not like you going to re-do them passes
Valid Passes = auditSystem, oobeSystem, specialize
You don't add them normally unless you do audit
TheWalrus, on 10 April 2012 - 09:58 AM, said:
<LocalAccount wcm:action="add">
<Name>blabla</Name>
<DisplayName>blabla</DisplayName>
<Group>Administrators</Group>
<Password>
<Value>aaa</Value>
<PlainText>true</PlainText>
</Password>
</LocalAccount>
The account is a guest! What the hell!
Remove the <PlainText>true</PlainText>, other than looking at your log files don't set a default value. xml is very tricky with UA. 1 thing will cause you to blue screen or do weird things
This post has been edited by maxXPsoft: 10 April 2012 - 05:04 PM
#391
Posted 11 April 2012 - 02:06 AM
Btw where do you think it's better to install drivers and software at? I switched over from firstlogoncommands to setucomplete.cmd and it works just fine, sadly with the exceptions of funky stuff like Synaptics Touchpad and 3D DriveGuard. Was thinking to put it in the former as I wouldn't have to rewrite answer file for different PC then and just flip the batch files instead. Besides, one can easily just close the **** cmd windows when the desktop is already accessible (lots of lusers do that).
#392
Posted 11 April 2012 - 08:30 AM
maxXPsoft, on 10 April 2012 - 05:03 PM, said:
So settinga number means nothing as long as it is 1 for intended passes, not like you going to re-do them passes
This is true, the password gets removed, however the number does get used. I've tested with both 1, 3 and 10. I wonder where that value is kept in the OS?
#393
Posted 11 April 2012 - 09:42 AM
I am playing around with my batch files and am wondering whether there is a way to make the cmd window impossible to close.
#394
Posted 12 April 2012 - 03:06 AM
TheWalrus, on 11 April 2012 - 09:42 AM, said:
I am playing around with my batch files and am wondering whether there is a way to make the cmd window impossible to close.
Use Autoit commands with SW_HIDE flag, I use the same for hiding cmd window.
#396
Posted 18 May 2012 - 09:15 PM
The way I understand it, 32bit Win7 only processes the x86 sections, while 64bit Win7 processes BOTH the x86 and the amd64 sections? Is there any way to make a 64bit Win7 process ONLY the amd64 section?
The reason I ask this is that a friend of mine is putting together a dual arch file. There are a few things that he needs to ONLY run in the 32bit OS and some that he ONLY wants to run in a 64bit OS. But if he puts the 32bit only file in the x86 section then the 64bit OS tries to run that as well. How can we prevent this but still have it available where the 32bit OS will pick it up?
Thanks in advance.
#397
Posted 18 May 2012 - 11:49 PM
Create your own Autounattend.xml All-In-One (x86/amd64)
Regards
#398
Posted 19 May 2012 - 01:28 AM
I'll pass along the info
Cheers and Regards
- ← RT Seven Lite - RC build 1.7.0 and Beta build 2.6.0
- Unattended Windows 7/Server 2008R2
- Windows 7 Audit problem →



Help

Back to top









