Jump to content

Vista Autounattend Yeni Kullanici Eklemek


bymax

Recommended Posts

merhaba normalde bu sorunu ben xpde yasadim onu halletim simdi vista da aynı sorun çıkıyor ilk acıldıgında administrator diye acılıyor ve ismini degiştiremiyorsun yeni bir kullanıcı actıgında gayet normal ama her acıldıgında bu sefer admin ve yeni acılanı goruyor benim istedigim Autounattend.xml dosyasına bir kullanıcı girmek ve konum olarakta bilgisayar yoneticisi olması yani mesela "User" diye acılsın ve admini görmiyim sadece guvenli kipte goreyim acaba bu istedigim şey dünya dahilinde mümünmüdür simdiden tesekkurler

not:benim kullandıgım Autounattend.xml budur

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
  <settings pass="windowsPE">
    <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      <SetupUILanguage>
        <UILanguage>tr-TR</UILanguage>
      </SetupUILanguage>
      <InputLocale>00020409</InputLocale>
      <UserLocale>tr-TR</UserLocale>
      <UILanguage>tr-TR</UILanguage>
      <SystemLocale>tr-TR</SystemLocale>
    </component>
    <component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      <UserData>
        <ProductKey>
          <WillShowUI>OnError</WillShowUI>
        </ProductKey>
        <Organization>Matrix</Organization>
        <FullName>Administrator</FullName>
        <AcceptEula>true</AcceptEula>
      </UserData>
    </component>
  </settings>
  <settings pass="oobeSystem">
    <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      <AutoLogon>
        <Password>
          <Value>
          </Value>
        </Password>
        <Enabled>true</Enabled>
        <LogonCount>1</LogonCount>
        <Username>Administrator</Username>
      </AutoLogon>
      <OOBE>
        <HideEULAPage>true</HideEULAPage>
        <SkipMachineOOBE>true</SkipMachineOOBE>
        <SkipUserOOBE>true</SkipUserOOBE>
      </OOBE>
      <StartPanelOff>true</StartPanelOff>
      <TimeZone>GTB Standard Time</TimeZone>
      <UserAccounts>
        <AdministratorPassword>
          <Value />
        </AdministratorPassword>
      </UserAccounts>
      <FirstLogonCommands>
                <SynchronousCommand wcm:action="add">
                    <CommandLine>%SystemDrive%\windows\Install\setup.cmd</CommandLine>
                    <Description>Vista</Description>
                    <Order>20</Order>
                </SynchronousCommand>
            </FirstLogonCommands>
    </component>
  </settings>
  <settings pass="specialize">
    <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      <ComputerName>Matrix</ComputerName>
    </component>
    <component name="Microsoft-Windows-Security-Licensing-SLC-UX" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      <SkipAutoActivation>true</SkipAutoActivation>
    </component>
  </settings>
 </unattend>

Link to comment
Share on other sites

aslında bu benimde istedigim birsey xp gibi kurulduguunda direk masaüstü gelsin...

birde sen wpimi kullanıyorsun

<CommandLine>%SystemDrive%\windows\Install\setup.cmd</CommandLine>

eger wpise systemdrive degilde direk cdromdan kurmak için kod nedir...

Link to comment
Share on other sites

nette biraz arastırdım sunu denermisin... ben suan için vista kullanmagıım için pek bakamayacagim..

<FullName>user</FullName>
<Organization>user</Organization>

<ComputerName value="*" showui="no">
</ComputerName>
<security>
<accounts>
<!--This section allows for multiple user accounts to be created on the local machine.You can also add the domain user as an administrator. Users accounts specified here will be added to the administrator group by default.-->
<account username="user" group="GROUP" password="*"/>
</accounts>
</security>
<autologon username="user" domain="domain" password="*" count="5">
<!--This element allows for a user created in the <accounts> section to autologon to the machine and run the scripts specified in the <runonce> section. -->
</autologon>

</UserData>[/CODE]

birde WAIK kullanarak yapabilirmisin...

Please register to see this content.
(bu sitede vista unattend hakkında bir sürüsey bulabilirsin)

baska birtane... sana artık denemek kalıyor. bu kodda 2.3 tane kullanıcı acmıslar ve sifrede var ! sen bunu düzenlersin...

[CODE]<UserAccounts>
<AdministratorPassword>
<Value>cAB3AEEAZABtAGkAbgBpAHMAdAByAGEAdABvAHIAUABhAHMAcwB3AG8AcgBkAA==</Value>
<PlainText>false</PlainText>
</AdministratorPassword>
<DomainAccounts>
<DomainAccountList wcm:action="add">
<DomainAccount wcm:action="add">
<Name>account1</Name>
<Group>Fabrikam\Group1</Group>
</DomainAccount>
<DomainAccount wcm:action="add">
<Name>account2</Name>
<Group>Fabrikam\Group2</Group>
</DomainAccount wcm:action="add">
<Domain>domain1</Domain>
</DomainAccountList>
<DomainAccountList wcm:action="add">
<DomainAccount wcm:action="add">
<Name>account3</Name>
<Group>Fabrikam\Group2</Group>
</DomainAccount wcm:action="add">
<Domain>domain2</Domain>
</DomainAccountList>
</DomainAccounts>
<LocalAccounts>
<LocalAccount wcm:action="add">
<Password>
<Value>cAB3AFAAYQBzAHMAdwBvAHIAZAA</Value>
<PlainText>false</PlainText>
</Password>
<Description>Test account</Description>
<DisplayName>Admin/Power User Account</DisplayName>
<Group>Administrators;Power Users</Group>
<Name>Test1</Name>
</LocalAccount>
<LocalAccount wcm:action="add">
<Password>
<Value>cABhAHMAcwB3AG8AcgBkAFAAYQBzAHMAdwBvAHIAZAA=</Value>
<PlainText>false</PlainText>
</Password>
<Description>For testing</Description>
<DisplayName>Admin Account</DisplayName>
<Group>Administrators</Group>[/CODE]

baska...

[CODE] <RunSynchronous>
<RunSynchronousCommand wcm:action="add">
<Credentials>
<Domain>MyDomain</Domain>
<Password>MyPassword</Password>
<Username>MyUsername</Username>
</Credentials>
<Description>MySynchCommand1</Description>
<Order>1</Order>
<Path>\\network\server\share\filename</Path>
<WillReboot>OnRequest</WillReboot>
</RunSynchronousCommand>
<RunSynchronousCommand wcm:action="add">
<Credentials>
<Domain>MyDomain</Domain>
<Password>MyPassword</Password>
<Username>MyUsername</Username>
</Credentials>
<Description>MySynchCommand2</Description>
<Order>2</Order>
<Path>\\network\server\share\filename</Path>
<WillReboot>OnRequest</WillReboot>
</RunSynchronousCommand>
</RunSynchronous>[/CODE]

Link to comment
Share on other sites

aslında bu benimde istedigim birsey xp gibi kurulduguunda direk masaüstü gelsin...

birde sen wpimi kullanıyorsun

<CommandLine>%SystemDrive%\windows\Install\setup.cmd</CommandLine>

eger wpise systemdrive degilde direk cdromdan kurmak için kod nedir...

evet wpi kullanıyorum vista icin ilk açildiginda administartor diye açiliyor yukardaki kulandıgım Autounattend.xml cd romdan kuruyor

sources\$oem$\$$\Install buraya atıyorsun setup.cmd o hardiske atıyor sonra cdromdan cagırıyor

AL[e]N oncelikle ilgine teşekkurler deniyecegim

Link to comment
Share on other sites

baya zor bi sey dünya dahilinde mümkün degil demekki yinede tesekkurler açılan konuya bakanlar icin
Arkadaşım kimsenin cevap verme zorunluluğu yok.İlgilenmek istemedikleri için kimseyi suçlamamalısın.Kaldıki kimseye sormadan sadece araştırarak bulabilirsin.

Bu benim kullandığım xml dosyası.Hem versiyon sormaz hemde sahip isminde şifresi olmayan bir kullanıcı oluşturur."Sahip" kullanıcısı için xml dosyasında tanımlanan şifre vista için boş şifre anlamına geliyormuş.Sahip ismini istediğinle değiştirebilirsin.www.msfn.org bu işler için sağlam bir kaynaktır.

&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;unattend xmlns="urn:schemas-microsoft-com:unattend"&gt;
    &lt;settings pass="windowsPE"&gt;
        &lt;component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;
            &lt;SetupUILanguage&gt;
                &lt;UILanguage&gt;tr-TR&lt;/UILanguage&gt;
            &lt;/SetupUILanguage&gt;
            &lt;InputLocale&gt;00020409&lt;/InputLocale&gt;
            &lt;UserLocale&gt;tr-TR&lt;/UserLocale&gt;
            &lt;UILanguage&gt;tr-TR&lt;/UILanguage&gt;
            &lt;SystemLocale&gt;tr-TR&lt;/SystemLocale&gt;
        &lt;/component&gt;
        &lt;component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;
            &lt;UserData&gt;
                &lt;ProductKey&gt;
                    &lt;Key&gt;&lt;/Key&gt;
                    &lt;WillShowUI&gt;OnError&lt;/WillShowUI&gt;
                &lt;/ProductKey&gt;
                &lt;Organization&gt;Vista&lt;/Organization&gt;
                &lt;FullName&gt;Vista&lt;/FullName&gt;
                &lt;AcceptEula&gt;true&lt;/AcceptEula&gt;
            &lt;/UserData&gt;
        &lt;/component&gt;
    &lt;/settings&gt;
    &lt;settings pass="oobeSystem"&gt;
        &lt;component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;
            &lt;OOBE&gt;
                &lt;HideEULAPage&gt;true&lt;/HideEULAPage&gt;
                &lt;NetworkLocation&gt;Home&lt;/NetworkLocation&gt;
                &lt;ProtectYourPC&gt;3&lt;/ProtectYourPC&gt;
            &lt;/OOBE&gt;
            &lt;UserAccounts&gt;
                &lt;LocalAccounts&gt;
                    &lt;LocalAccount wcm:action="add"&gt;
                        &lt;Password&gt;
                            &lt;Value&gt;UABhAHMAcwB3AG8AcgBkAA==&lt;/Value&gt;
                            &lt;PlainText&gt;false&lt;/PlainText&gt;
                        &lt;/Password&gt;
                        &lt;Description&gt;Sahip&lt;/Description&gt;
                        &lt;DisplayName&gt;Sahip&lt;/DisplayName&gt;
                        &lt;Group&gt;Administrators&lt;/Group&gt;
                        &lt;Name&gt;Sahip&lt;/Name&gt;
                    &lt;/LocalAccount&gt;
                &lt;/LocalAccounts&gt;
            &lt;/UserAccounts&gt;
            &lt;TimeZone&gt;GTB Standard Time&lt;/TimeZone&gt;
        &lt;/component&gt;
    &lt;/settings&gt;
    &lt;settings pass="specialize"&gt;
        &lt;component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;
            &lt;ComputerName&gt;MSVista&lt;/ComputerName&gt;
        &lt;/component&gt;
        &lt;component name="Microsoft-Windows-Security-Licensing-SLC-UX" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;
            &lt;SkipAutoActivation&gt;true&lt;/SkipAutoActivation&gt;
        &lt;/component&gt;
    &lt;/settings&gt;
    &lt;settings pass="auditUser"&gt;
        &lt;component name="Microsoft-Windows-Deployment" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;
            &lt;RunSynchronous&gt;
                &lt;RunSynchronousCommand wcm:action="add"&gt;
                    &lt;Order&gt;1&lt;/Order&gt;
                    &lt;Path&gt;cmd /c REGEDIT /S %PROGRAM%\program\vista.reg&lt;/Path&gt;
                    &lt;Description&gt;Vista Registry Ayarları&lt;/Description&gt;
                &lt;/RunSynchronousCommand&gt;
            &lt;/RunSynchronous&gt;
        &lt;/component&gt;
    &lt;/settings&gt;
&lt;/unattend&gt;

Link to comment
Share on other sites

Arkadaşım kimsenin cevap verme zorunluluğu yok.İlgilenmek istemedikleri için kimseyi suçlamamalısın.Kaldıki kimseye sormadan sadece araştırarak bulabilirsin.
Bu benim kullandığım xml dosyası.Hem versiyon sormaz hemde sahip isminde şifresi olmayan bir kullanıcı oluşturur."Sahip" kullanıcısı için xml dosyasında tanımlanan şifre vista için boş şifre anlamına geliyormuş.Sahip ismini istediğinle değiştirebilirsin.www.msfn.org bu işler için sağlam bir kaynaktır.

öncelikle yardımcı oldugun icin teşekkurler soyledigim şeyde inanın kimseye kızgınlıkla soylemedim sadece bazen istedigim seyleri araştırıyorum

gerçekten bulamadığımda konu acıyorum ve o dedigin siteye cok girdim ama akıl akıldan ustundur ve bazende branş farkı mesela divx olsa ozaman kimseden yardım almadan

yapardım belki rastlamışsınızdır yaptıklarıma ama dedigim gibi seninkide ustalık farkı bulup verdin

yinede tekrar teşekkurler ilgi ve alakana

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...