Thảo luận - Windows 10 EnterpriseS, G (Non-Official) Project | Page 634 | VN-Zoom | Cộng đồng Chia Sẻ Kiến Thức Công Nghệ và Phần Mềm Máy Tính

Adblocker detected! Please consider reading this notice.

We've detected that you are using AdBlock Plus or some other adblocking software which is preventing the page from fully loading.

We need money to operate the site, and almost all of it comes from our online advertising.

If possible, please support us by clicking on the advertisements.

Please add vn-z.vn to your ad blocking whitelist or disable your adblocking software.

×

Thảo luận Windows 10 EnterpriseS, G (Non-Official) Project

nho nguoi

Rìu Chiến Chấm
Mình xin luôn file unattended đi sếp
Mã:
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="oobeSystem">
        <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <FirstLogonCommands>
                <SynchronousCommand wcm:action="add">
                    <CommandLine>cmd /C wmic useraccount where name="VNZOOM" set PasswordExpires=false</CommandLine>
                    <Description>Password Never Expires</Description>
                    <Order>1</Order>
                </SynchronousCommand>
                <SynchronousCommand wcm:action="add">
                    <CommandLine>reg add "HKLM\Software\Microsoft\Windows NT\CurrentVersion" /v "RegisteredOwner" /t REG_SZ /d "%UserName%" /f</CommandLine>
                    <Description>Rename Registered Owner to UserName</Description>
                    <Order>2</Order>
                </SynchronousCommand>
            </FirstLogonCommands>
            <OOBE>
                <ProtectYourPC>3</ProtectYourPC>
                <SkipMachineOOBE>true</SkipMachineOOBE>
                <SkipUserOOBE>true</SkipUserOOBE>
            </OOBE>
            <UserAccounts>
                <LocalAccounts>
                    <LocalAccount wcm:action="add">
                        <Password>
                            <Value />
                            <PlainText>true</PlainText>
                        </Password>
                        <Group>Administrators</Group>
                        <Name>VNZOOM</Name>
                    </LocalAccount>
                </LocalAccounts>
            </UserAccounts>
        </component>
    </settings>
</unattend>
 

Attachments

  • unattend.zip.txt
    851 bytes · Lượt xem: 16

nho nguoi

Rìu Chiến Chấm
Bạn @nho nguoi có file EditionSpecific-EnterpriseS-Package 22621.1 không, cho mình xin với.
Tạo tk bên MDL mà không thấy nó gửi mã xác minh về mail nên không làm gì được
để mình kiếm, cơ mà đã có 22621.1 EnterS xịn của bác dungltcd rồi

Reconstruction​

làm gì nữa
 

nho nguoi

Rìu Chiến Chấm
Hi @nho nguoi!
Mình dùng UUP > ISO IoT 26090.112
Tiến hành cài mới > Boot lại lần đầu vẫn mất Boot - màn xanh.
Lại fix Boot > Edit lại BCD Boot > khởi động lại vào 3 Win (2 disk) > OK.
Boot lại vào 26090.112 để cài tiếp > Lại vẫn xanh.
Đành thôi.
Bạn có cách nào không!
main của bác có MBR và UEFI không ? tạm thời MCRS đang thay đổi nhiều,rắc rối cũng nhiều.nếu có thể thì dùng MBR "PC em toàn dùng MBR chả sao cả"
 

Tony2010

Rìu Sắt
Mã:
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="oobeSystem">
        <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <FirstLogonCommands>
                <SynchronousCommand wcm:action="add">
                    <CommandLine>cmd /C wmic useraccount where name="VNZOOM" set PasswordExpires=false</CommandLine>
                    <Description>Password Never Expires</Description>
                    <Order>1</Order>
                </SynchronousCommand>
                <SynchronousCommand wcm:action="add">
                    <CommandLine>reg add "HKLM\Software\Microsoft\Windows NT\CurrentVersion" /v "RegisteredOwner" /t REG_SZ /d "%UserName%" /f</CommandLine>
                    <Description>Rename Registered Owner to UserName</Description>
                    <Order>2</Order>
                </SynchronousCommand>
            </FirstLogonCommands>
            <OOBE>
                <ProtectYourPC>3</ProtectYourPC>
                <SkipMachineOOBE>true</SkipMachineOOBE>
                <SkipUserOOBE>true</SkipUserOOBE>
            </OOBE>
            <UserAccounts>
                <LocalAccounts>
                    <LocalAccount wcm:action="add">
                        <Password>
                            <Value />
                            <PlainText>true</PlainText>
                        </Password>
                        <Group>Administrators</Group>
                        <Name>VNZOOM</Name>
                    </LocalAccount>
                </LocalAccounts>
            </UserAccounts>
        </component>
    </settings>
</unattend>
Thanks sếp
 

Luudanxi

Rìu Chiến Chấm
<FirstLogonCommands>
<SynchronousCommand wcm:action="add">
<CommandLine>cmd /C wmic useraccount where name="VNZOOM" set PasswordExpires=false</CommandLine>
<Description>Password Never Expires</Description>
<Order>1</Order>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<CommandLine>reg add "HKLM\Software\Microsoft\Windows NT\CurrentVersion" /v "RegisteredOwner" /t REG_SZ /d "%UserName%" /f</CommandLine>
<Description>Rename Registered Owner to UserName</Description>
<Order>2</Order>
</SynchronousCommand>
</FirstLogonCommands>
Chỗ này thay bằng tên mình phải hem?
 


Top