Windows 10: Customize Default User Profile for New Accounts in Windows 10

Discus and support Customize Default User Profile for New Accounts in Windows 10 in Windows 10 Tutorials to solve the problem; Kari, I have been using sysprep in a VM for a few years with FOG to create & capture our windows 7 image and deploy out to new computers... I am now... Discussion in 'Windows 10 Tutorials' started by Y2HBK, Nov 19, 2015.

  1. jct134 Win User

    Customize Default User Profile for New Accounts in Windows 10


    Kari,
    I have been using sysprep in a VM for a few years with FOG to create & capture our windows 7 image and deploy out to new computers...
    I am now working on getting windows 10 working the same as we have for windows 7..
    I have what I thought was a good image setup, and syspreped (created in a VM) but after captured to our FOG server and pushed to a regular PC I get an error "windows could not complete the installation. To install Windows on this computer, restart the installation." Have you encountered an issue like this before?

    I have attched my unattend file (as a text file)

    Would it be something set incorrect in the file causing the issue?

    any advice would be much appricited

    Jason
     
    jct134, Mar 19, 2017
    #46
  2. Kari Win User

    Sorry, no answer file was attached in your post. Could you please try again?
     
  3. jct134 Win User
    Strange.. lets see if this time it works..
     
    jct134, Mar 19, 2017
    #48
  4. jct134 Win User

    Customize Default User Profile for New Accounts in Windows 10

    Lets see if this work...

    Sorry *Sad

    unattend.7z
     
    jct134, Mar 19, 2017
    #49
  5. jct134 Win User
    Strange that the preview always shows the attachments available, but not when posting...

    This time it worked...

    Again.. thanks for any thoughts on this issue

    Thanks

    Jason
     
    jct134, Mar 19, 2017
    #50
  6. Kari Win User
    LOL not working.

    A suggestion:

    Open the answer file in Notepad, copy all the text. In your next post, insert CODE tags and paste the text between the tags:

    Code:
    Answer File Text here 
    That produces something like this:

    Code: Answer File Text here[/quote]
     
  7. jct134 Win User
    When I look at post 49 it shows an attachment...

    Strange..

    Anyways.. here is the info


    Code: <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="generalize"> <component name="Microsoft-Windows-Security-SPP" 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"> <SkipRearm>1</SkipRearm> </component> <component name="Microsoft-Windows-PnpSysprep" 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"> <DoNotCleanUpNonPresentDevices>false</DoNotCleanUpNonPresentDevices> <PersistAllDeviceInstalls>false</PersistAllDeviceInstalls> </component> </settings> <settings pass="specialize"> <component name="Microsoft-Windows-Deployment" 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"> <ExtendOSPartition> <Extend>true</Extend> </ExtendOSPartition> <RunSynchronous> <RunSynchronousCommand wcm:action="add"> <Order>1</Order> <Path>net user administrator /active:yes</Path> </RunSynchronousCommand> </RunSynchronous> </component> <component name="Microsoft-Windows-Security-SPP-UX" 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"> <SkipAutoActivation>true</SkipAutoActivation> </component> <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"> <ComputerName>Replaceme1</ComputerName> <CopyProfile>true</CopyProfile> <TimeZone>Eastern Standard Time</TimeZone> <ProductKey>REMOVED</ProductKey> </component> <component name="Microsoft-Windows-International-Core" 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"> <InputLocale>en-US</InputLocale> <SystemLocale>en-US</SystemLocale> <UILanguage>en-US</UILanguage> <UILanguageFallback>en-US</UILanguageFallback> <UserLocale>en-US</UserLocale> </component> </settings> <settings pass="oobeSystem"> <component name="Microsoft-Windows-International-Core" 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"> <InputLocale>en-US</InputLocale> <SystemLocale>en-US</SystemLocale> <UILanguage>en-US</UILanguage> <UILanguageFallback>en-US</UILanguageFallback> <UserLocale>en-US</UserLocale> </component> <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"> <AutoLogon> <Password> <Value>REMOVED</Value> <PlainText>false</PlainText> </Password> <Enabled>true</Enabled> <LogonCount>2</LogonCount> <Username>Administrator</Username> </AutoLogon> <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <Order>1</Order> <RequiresUserInput>false</RequiresUserInput> <CommandLine>C:\Windows\Setup\Scripts\SetupComplete.cmd</CommandLine> </SynchronousCommand> </FirstLogonCommands> <OOBE> <HideEULAPage>true</HideEULAPage> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> <NetworkLocation>Work</NetworkLocation> <ProtectYourPC>1</ProtectYourPC> </OOBE> <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <Value>REMOVED</Value> <PlainText>false</PlainText> </Password> <Description>Local Administrator</Description> <DisplayName>Administrator</DisplayName> <Group>Administrators</Group> <Name>Administrator</Name> </LocalAccount> </LocalAccounts> </UserAccounts> </component> </settings> <cpiCustomize Default User Profile for New Accounts in Windows 10 :eek:fflineImage cpi:source="wim:c:/files/install.wim#Windows 10 Pro" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend>[/quote]
     
    jct134, Mar 19, 2017
    #52
  8. jct134 Win User

    Customize Default User Profile for New Accounts in Windows 10

    Also, the only error(s) I see in the setuperr.log in the panther folder is this;

    2017-03-13 07:28:26, Error [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2017-03-13 11:27:45, Error [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2017-03-13 02:27:04, Error [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2017-03-13 03:47:27, Error [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2017-03-13 06:54:43, Error [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2017-03-13 11:27:59, Error [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2017-03-13 11:31:20, Error SYSPRP setupdigetclassdevs failed with error 0

    Again, any thoughts you have would be much appreciated

    thanks

    Jason
     
    jct134, Mar 20, 2017
    #53
  9. Kari Win User
    Sorry, I got your answer file but have had no time to test it. I will test it on a test machine as soon as possible.

    First read through revealed no syntax errors.
     
  10. jct134 Win User
    Thanks...

    Also not sure if it makes a difference or not, the version of OS is Windows 10 1511 Build 10586 that I was using..
    I did also use Version 1607 Build 14393, and the image worked however the search function no longer worked.. and after doing some googling/reading decided to try the version 1511 instead...

    Your time is much appreciated..
    have a great day!

    Jason
     
    jct134, Mar 20, 2017
    #55
  11. Kari Win User
    Did you sysprep an existing Windows 10 14393 installation, I mean did you have existing local user accounts created before the sysprep?
     
  12. jct134 Win User
    Fresh VM install, only in audit mode (same as I always did for windows 7)

    Jason
     
    jct134, Mar 20, 2017
    #57
  13. Kari Win User

    Customize Default User Profile for New Accounts in Windows 10

    I only asked because Start and Search / Cortana not working often happens for existing user accounts when sysprep is run on an existing installation.
     
  14. jct134 Win User
    Hello,

    I wanted to post an update...

    I got my VM image to sysprep & push through our deployment (FOG) system to a new PC...

    Then on new install I removed a bunch of bloatware through Powershell scripting...

    Then when running sysprep... I got an error.. form what I read it had to do with possible apps that were removed, or not removed..

    Not sure why Micro$oft had to make windows 10 so much more difficult compared to XP or Windows 7...

    I am doing a new VM install.. and I will try a new Powershell script (I read somewhere that you need to remove the apps 2 different ways (Remove-AppxPackage, as well as Remove-AppxProvisionedPackage)

    My question to you...

    Do you know the correct way to remove these programs in audit mode to keep them removed during new install/join domain etc..

    Thanks
    Jason
     
    jct134, Mar 26, 2017
    #59
  15. wiile Win User
    When configuring the default user profile, can driver's not be loaded? My problem is every time i try a default profile build with the Nvidia Quadro drivers installed and configured for our custom screen configuration, upon reboot into OOBE mode it just keeps looping windows. I've tried this on another pc without a driver loaded and it works fine.
     
    wiile, Mar 26, 2017
    #60
Thema:

Customize Default User Profile for New Accounts in Windows 10

Loading...
  1. Customize Default User Profile for New Accounts in Windows 10 - Similar Threads - Customize Default User

  2. Windows 10 21h1 default profile customization

    in Windows 10 Customization
    Windows 10 21h1 default profile customization: Are there any instructions on how to log in under audit mode, customized the profile to its entirety, precisely how i want it, then copy it to the default users profile, so every user logging in gets that exact same profile?I've been scouring all of microsoft and the web...
  3. Customize Default Profile for AzureAD Users?

    in Windows 10 Customization
    Customize Default Profile for AzureAD Users?: Hello, Is there a way to customize the Default Profile for AzureAD Users? We have a Windows 10 image that we captured using CloneZilla Lite Server. That image was then configured by changing the settings, default apps, items pinned on Start menu and Taskbar, as well as...
  4. Changing Default New User Profiles on Windows 10

    in Windows 10 Customization
    Changing Default New User Profiles on Windows 10: I'm trying to figure out how to change the default new user profile on WIndows 10. I'm not sure if I'm using the right terminology, but I'll describe what I'm trying to do. Whenever I add a new local user, I'd like that account to be customized a certain way. This way I don't...
  5. ActionCenter: No Quick Actions as Domain-User with a custom Default User-Profile

    in Windows 10 Customization
    ActionCenter: No Quick Actions as Domain-User with a custom Default User-Profile: Hello, for a client, we made a Windows 10 1903 WDS Image, which is distributed over network in the domain. For the default user profile, we made our customizations, which were copied afterwards via sysprep to the Server (\\xxxxxx\NETLOGON\Default User.v6\) After logging...
  6. Copy Customize Profile to Default Profile

    in User Accounts and Family Safety
    Copy Customize Profile to Default Profile: Hello, I'm building an image for my work (education environment) and my boss choose to use Windows 10 LTSB. I was trying to manual inject the customize account I did into the default profile? This will allow any user whom signs in to get the "look and feel" as well as the...
  7. Copy Customize Profile to Default Profile

    in Windows 10 Customization
    Copy Customize Profile to Default Profile: Hello, I'm building an image for my work (education environment) and my boss choose to use Windows 10 LTSB. I was trying to manual inject the customize account I did into the default profile? This will allow any user whom signs in to get the "look and feel" as well as the...
  8. Copy Customize Profile to Default Profile

    in Windows 10 Support
    Copy Customize Profile to Default Profile: Hello, I'm building an image for my work (education environment) and my boss choose to use Windows 10 LTSB. I was trying to manual inject the customize account I did into the default profile? This will allow any user whom signs in to get the "look and feel" as well as the...
  9. Customize Edge for default user profile

    in Browsers and Email
    Customize Edge for default user profile: Hello All I would like to know what settings can be customized in Edge and copied to default user profile. So it will be available for all user logging to the machine. I tried to customize Edge, set a home page and display the favorite toolbar for example. However after...
  10. Custom default Wallpaper for new users after installation

    in Windows 10 Customization
    Custom default Wallpaper for new users after installation: Hey all, I know about the method for creating the default profile for users by sysprepping during the install but after installation how do I change the default wallpaper new users will see upon first login without using GPOs? So far I've found the...