Sysprep + CopyProfile Issues

Hello everyone, 
I'm hoping someone can help me with this issue I've had trying to sysprep a Windows 8.1 image. I am using the 64bit Windows 8.1 Enterprise disc and did all the configuration through Audit mode. This is running inside VMware Workstation 10 with no fancy stuff
turned on. I have built a new unattend file for Windows 8.1, validated it and there are no errors however when I boot up the image it fails on the specialize pass on the Windows Shell Setup component. The only settings I have set in this part of the unattend
are CopyProfile True and a computer name. What is odd is the sysprep was successful the first time however I discovered a setting wasn't being applied properly (in the last pass of the unattend so its after specialize) so I reverted to a pre sysprep snapshot
and tried to sysprep again and now it wont get pass the error I mentioned above. I'm at my wits end here. I should mention I have tried this on physical hardware as well and ran into the same error.

Hi,
One thing to note, and most people overlook this, is that the CopyProfile setting of the unattend.xml file is used during the deployment of Windows- NOT the unattend.xml file used to build the image.
So as you normally would, create your Windows 8 image from your reference machine or VM, making all the customizations you need including, adding shortcuts to the desktop, remove provisioned apps, and re-organize the Windows 8 Start Screen, and finally sysprep
and capture the image. Notice we didn’t make any changes to the unattend.xml file during the image build.
Please also check "Troubleshooting CopyProfile" part of this article:
Customize the Default User Profile by Using CopyProfile
http://technet.microsoft.com/en-us/library/hh825135.aspx
If the issue still persists, please upload your setup*.log Darrell mentioned for research.
Please upload them to a file sharing service like Onedrive or "Rapidshare" and put a link to them in your reply.
Kate Li
TechNet Community Support

Similar Messages

  • Windows 8.1 Copyprofile Issue (SCCM 2012R2 MDT 2013)

    Hi,
    We're experiencing several issues during creation of our base Windows 8.1 image.
    Running SCCM 2012 R2 with MDT 2013 Integration.
    Admin user customizations (a couple of simple UI settings and a wallpaper) are done to the Windows 8.1 image in audit mode. The OS is then sysprepped and captured via SCCM capture media.
    We are using a standard MDT integrated task sequence for a zero touch deployment.
    We are adding copyprofile to unattend.xml in the relevant MDT settings package.
    Sequence completes without error and customizations appear in the image.
    However, desktop IE11 immediately crashes unless it's run as administrator. This can be fixed by disabling protected mode (not ideal)
    All Metro/Modern apps (including IE) are also initially broken. They immediately crash and drop you back to the desktop when you run them.
    After a reboot the modern/metro apps (apart from IE) seem to reinstall and function correctly.
    Has anyone else got copyprofile working correctly for 8.1 in a SCCM/MDT task sequence?
    thanks
    James

    Hi James,
    We were able to work around this issue in the following way using SCCM 2012 R2. I know this is not how the process is documented or has worked previously but it is what worked for us.
    1. Create an unattend.xml with the copy profile setting (and whatever other settings) enabled.
    2. On the image which will be captured run all of our regular steps to customize on the administrator profile (I always set administrator pw at this point to have blank pw, don't know if still required), copy that unattend.xml locally.
    3. Do not run a standard capture using SCCM capture ISO, instead manually run sysprep specifying the unattend.xml. I.e. sysprep /generalize /oobe /shutdown /unattend:C:\Unattend.xml .
    4. Boot to either the SCCM PXE or some other environment on that computer that has network access, and access to imagex.
    5. Run an imagex capture to a network location (in our case the C: was all that was needed).
    6. Import that WIM into SCCM as part of task sequence. Also added same unattend.xml used for sysprep into the task sequence to apply settings during first boot after image.
    7. Validated our start menu icons and layout are there on the image.
    Until the behaviour changes in Windows 8.1 or SCCM, then this should get you by. Little bit of extra work in the capture but we had positive, consistent results using this method.
    Thank you! This was driving me crazy! Now it works on the first try.
    Just a side note: You should not use ImageX with Windows 8.1. Create a new WinPE Bootmedia and use DISM! ImageX is outdated.

  • Windows 8.1 - Sysprep, CopyProfile and Default Applications

    Hello,
    I'm absolutely at the end of my rope with this one.
    My organization wants to deploy Windows 8.1 Professional to a small but not insignificant number of workstations. Due to a host of reasons beyond my control, higher ups have decided UAC needs to be off. I've got 8.1 Pro x64 installed on a Hyper-V VM, and
    I'm in audit mode working on creating an image.
    I remove all of the metro apps (do not work with UAC off), but the Photos app remains. Fine. So while in Audit Mode, I set the default image viewer to Windows Picture Viewer. I then customize the start screen, finish configurations and sysprep the computer
    with the sysprep file below.
    Once the process completes, the sysprep is successful and the machine reboots.
    Much to my dismay, it seems as though the CopyProfile doesn't work. The start screen reverts back to default with just 3 items (Metro IE, Explorer and Desktop) and that freaking stupid annoying unruly Photos app is the default picture viewer again.
    Please help! I've spent 3 weeks on technet and Google and just can't find anything.
    Thank you!
    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
    <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">
    <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">
    <CopyProfile>true</CopyProfile>
    <RegisteredOrganization></RegisteredOrganization>
    <RegisteredOwner>Windows User</RegisteredOwner>
    <TimeZone>Pacific Standard Time</TimeZone>
    </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>
    <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>ADMIN PASSWORD</Value>
    <PlainText>false</PlainText>
    </Password>
    <Enabled>true</Enabled>
    <LogonCount>5</LogonCount>
    <Username>Administrator</Username>
    </AutoLogon>
    <OOBE>
    <HideEULAPage>true</HideEULAPage>
    <NetworkLocation>Work</NetworkLocation>
    <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
    <HideOnlineAccountScreens>true</HideOnlineAccountScreens>
    <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
    <HideLocalAccountScreen>true</HideLocalAccountScreen>
    <ProtectYourPC>1</ProtectYourPC>
    </OOBE>
    <UserAccounts>
    <AdministratorPassword>
    <Value>ADMIN PASSWORD</Value>
    <PlainText>false</PlainText>
    </AdministratorPassword>
    <LocalAccounts>
    <LocalAccount wcm:action="add">
    <Password>
    <Value>ADMIN PASSWORD</Value>
    <PlainText>false</PlainText>
    </Password>
    <Description>Local Administrator</Description>
    <DisplayName>Administrator</DisplayName>
    <Group>Administrators</Group>
    <Name>Administrator</Name>
    </LocalAccount>
    </LocalAccounts>
    </UserAccounts>
    <RegisteredOrganization>MY ORGANIZATION</RegisteredOrganization>
    <RegisteredOwner>MY ORGANIZATION</RegisteredOwner>
    <TimeZone>Pacific Standard Time</TimeZone>
    </component>
    </settings>
    <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>
    </settings>
    <cpi:offlineImage cpi:source="wim://wimimage.wim" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
    </unattend>

    After changing my search approach, I found a bit of a work around. Even though the CopyProfile doesn't seem to be working, I was able to eliminate the biggest problems by deleting the below registry keys, which removes Photos as the default App for pictures.
    reg delete HKCR\Microsoft.PhotoManager.imagetype /f
    reg delete HKCR\Microsoft.PhotoManager.panotype /f
    reg delete HKCR\Microsoft.PhotoManager.videotype /f
    That did it. Sure enough, all major picture filetypes now default to Picture Viewer.
    As for the metro IE icon that's created in the start screen for all new users, I created this batch file:
    :: Create Reg Entries
    reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Run /f
    reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Run /v "WIN-81FIX" /t REG_SZ /d "C:\Windows\deploy\WIN-81FIX.bat" /f
    start /wait reg load HKU\temphive "C:\Users\default\ntuser.dat"
    reg add HKU\temphive\Software\Microsoft\Windows\CurrentVersion\Run /f
    reg add HKU\temphive\Software\Microsoft\Windows\CurrentVersion\Run /v "WIN-81FIX" /t REG_SZ /d "C:\Windows\deploy\WIN-81FIX.bat" /f
    start /wait reg unload hku\temphive
    :: Create Batch File
    Echo IF EXIST "%userprofile%\appdata\Roaming\Microsoft\Windows\Start Menu\Programs\Internet Explorer.lnk" ( > "C:\Windows\deploy\WIN-81FIX.bat"
    Echo del /q /f "%userprofile%\appdata\Roaming\Microsoft\Windows\Start Menu\Programs\Internet Explorer.lnk" ) >> "C:\Windows\deploy\WIN-81FIX.bat"
    Echo reg delete HKCU\Software\Microsoft\Windows\CurrentVersion\Run /v WIN-81FIX /f >> "C:\Windows\deploy\WIN-81FIX.bat"
    Echo shutdown -r -t 0 -f >> "C:\Windows\deploy\TDS-81FIX.bat"
    This creates a batch file for each user that deletes the metro IE shortcut in that users profile, then restarts the computer.
    Bit of a flimsy work around, but does the trick.

  • Sysprep & Autologin issue

    I'm hopping someone can spot my error, I've been looking at it way too
    long. The problem is After sysprep the auto login doesnt work. It
    brings up the Novell GUI as "Workstation only" with the Administrator name
    populated but requires me to hit the enter key to log in and complete
    sysprep. If I put ing the following changes but don not run sysprep the
    machine will automatically login ok. I don't get it. Can anyone see the
    flaw here? I am using the 3.91 sp3 client without NICI or NMAS (doesnt
    seem to matter if I install them or not). I have tried the sp2 sysprep
    and a previous version, no change.
    Thanks any help will be appreciated.
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
    "DefaultDomainName"=
    "DefaultUserName"="Administrator"
    "LegalNoticeCaption"=""
    "LegalNoticeText"=""
    "AutoAdminLogon"="1"
    "AltDefaultUserName"="Administrator"
    "AltDefaultDomainName"=
    "DefaultPassword"=""
    "DontDisplayLastUserName"="0"
    [HKEY_LOCAL_MACHINE\SOFTWARE\Novell\Login]
    "NMAS Authentication"=dword:00000000
    "Location"=dword:00000000
    "Enable SSO"=dword:00000000
    "AutoAdminLogon"="1"
    "DefaultPassword"=""
    "Show SSO"=dword:00000000
    "Advanced"=dword:00000001
    "Offline"=dword:00000000
    "Local Login"=dword:00000001
    "Default WS Only"=dword:00000001
    "Variables"=dword:00000000
    "AutoAdminQueryNDS"=dword:00000000
    Remember WS Only"=dword:00000001
    [HKEY_LOCAL_MACHINE\SOFTWARE\Novell\Location Profiles\Services\{1E6CEEA1-
    FB73-11CF-BD76-00001B27DA23}\Default\Tab3]
    "DefaultUserName"="Administrator"
    "DefaultDomainName" =
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\policies\syst
    em]
    "DisableCAD"=dword:00000000
    "dontdisplaylastusername"=dword:00000000
    "legalnoticecaption"=""
    "legalnoticetext"=""
    "shutdownwithoutlogon"=dword:00000001
    "undockwithoutlogon"=dword:00000001
    [HKEY_LOCAL_MACHINE\SOFTWARE\Novell\ZENworks\ZENWSR EG]
    "ImportServer"=""
    "LogLevel"=dword:00000002
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
    "System"=-
    Sysprep command
    %systemDrive%\sysprep\sysprep.exe -quiet -pnp -mini -activated -
    forceshutdown -reseal

    Blaine,
    It appears that in the past few days you have not received a response to your posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at http://support.novell.com in both the "free product support" and "paid product support" drop down boxes.
    - You could also try posting your message again. Make sure it is posted in the correct newsgroup. (http://support.novell.com/forums)
    If this is a reply to a duplicate posting, please ignore and accept our apologies and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Win7 x64 SysPrep Image Issue

    I have been trying to create a new image that is syspreped for Windows 7 Pro x64. I have created the system and tried to take an image. I get about 75% into the image and the system seems to get stuck copying files up to the server. It run through the same set of files repeatedly without end. I let the process continue last night to see how long it would take before failure. I ended up stopping the process an hour and a half later. The system seemed to be processing the same group of files inside the Windows directory (something to do with amd64) for over a half an hour.
    I also tried to Multicast the image over to a different system (Master/Client) and the image became stuck at the same point.
    I did reboot and run the sysprepped system to see if something was wrong with the setup that would fail and give me an idea on what to fix. The sysprep ran and deployed as designed without error.
    Has anyone ran into this issue?
    System Specs: HP 6735b, Win7SP1x64 syspreped on a 50GigByte partition 3 Gig of RAM. (Only Windows no add-ons)
    ZCM > 10.3.1.0 / SLES10.2
    Thanks
    Rich

    I haven't tried this, but maybe you could ZIP the folder up so that later
    when you restore the OS image you restore the ZIP and extract. This would
    have to be done all from the imaging command line (bash).
    It's a really hacky way, but I think it could work.
    Jared Jennings
    Senior Systems Engineer, Computer Integrated Services (CIS)
    http://www.ciscony.com
    My Blog and Wiki with Tips, Tricks, and Tutorials
    http://jaredjennings.org
    Twitter@ jaredljennings

  • Volatile user

    Hello, We have has a long term issue where local accounts are not removed after users logout. I have changed to Volatile user which is set for a two day time period, I have checked the local logins on some of our machines and user accounts and their respective files are not removed from the local machine.
    When a user logs in again to a machine the local profile is used, which is sometimes broken (as it looks as if it has been successfully cleared) which the corrupts the profile on the netware home drive causing a domino effect. The only solution we have at the moment is to net user /delete the local user and clear the profile on the home drive.
    Can anybody assist in correcting this issue.
    Server: sles11.1 zenworks 11.2
    Pcs: Win 7 32 bit, agent 11.2 Client 2sp2 ir2, DLU & Roaming Profiles
    User home drives: mixture of nw65sp8, sles11.1 oes11
    (I have posted before and commented upon other threads, now a new sp and client ir have been released I thought I would obtain the views of the forum again.)
    Thanks
    Breezer

    Originally Posted by breezer
    Hi Leroy,
    We have tried everything.
    What we do know is that profiles are corrupting when the are copied back from the windows 7 machine to the network. This is now happening for the majority of staff and students using windows 7, we are continually resetting profiles on the local machines and the network.
    symptons
    black screen, instead of normal background (machines are licensed)
    groupwise not working due to registry permission issues.
    login script not running so no access to directories
    no delivered zen icons or bundles
    user desktop icons not delivered
    zoomtext not working
    jaws losing its licence
    not able to remote control/view machine with zenworks tools
    Part of the user profile is left behind
    c:\users\USERNAME\AppData\Local\Temp - .tmp files
    c:\users\USERNAME\AppData\Roaming\ - various files
    fix.
    1. Remove user in System properties - Advanced - there are sometime 4 or 5 'unknown' users listed here, these are deleted as well.
    2. net user delete /USERNAME
    3. manually delete c:\user\USERNAME
    4. copy fresh windows nt 6.1 ..... to their home directory.
    Does anyone have any solutions as this is seriously effecting our users.
    Breezer
    Hi Breezer,
    what is "fresh windows nt 6.1" do you generate a default Profile with the Sysprep/copyprofile method?
    Ive never used Roaming Profiles but as far as i know the usual way the roaming Profile would be created based on the default profile an a machine the first time the user logs on. never heard about preloading one into the user homedir.
    I was told that "login script not working" will be fixed in IR3 foer Novell Client. Login Script will not run if the Profile is guest or mandatory.
    When the "black screen" profile appears is it a TEMP Profile?
    ist there a remaining key under
    HKLM\Software\Microsoft\Windows NT\CurrentVersion\ProfileList\SID?
    Profile State of 128 = Guest
    List of Profile states:
    VBScript - Meaning of values under HKLM\SOFT....\ProfileList Key
    I never used Romaing Profiles in the past (except testing for for small groups)
    I think there are 2 seperate cases:
    1. Workplace = 1 user, 1 computer, simply use local profile
    2. public PCs (student labs) =
    * many users per computer
    * definition: any logon is a new users logon
    * use mandatory/default profiles (roaming profiles to hard to manage)
    regards
    MArkus
    p.s. google delprof.exe and delprof2.exe

  • Capturing a reference machine Start screen and Apps are blank

    Hello Everyone,
    I'm having troubles with the start screen and app screen when deploying a Windows 8.1 image with SCCM 2012 R1.
    While building the image, I've tried with both OOBE and not.  Installed all the drivers, and base software.
    Capturing works fine, I created a bootable capture disc via SCCM.  
    Without OOBE 
    When I deploy the image, logging in locally, works fine, all tiles and apps show up like normal, but when I join the computer to the domain, logging in as any domain user (they're administrators as well) all the tiles and apps disappear
    With OOBE
    No tiles show up, not even as local admin.
    I've read a few articles, and a lot of others are having the same problem, and their only fix is to use ImageX or MDT.   I'm wondering if this has been resolved yet as I rather use SCCM 2012 as the "all in one" tool that it's meant to be.
    http://www.windows-noob.com/forums/index.php?/topic/7233-deploying-windows-8-and-the-copy-profile-setting-using-sccm-2012/
    and 
    http://social.technet.microsoft.com/Forums/en-US/4dfcea67-d20f-4a4d-a6ae-cd22a4af4b12/windows-81-copyprofile-issue-sccm-2012r2-mdt-2013?forum=configmanagerosd
    Thank you in advanced!

    SCCM 2012 R1
    This version does not exist. Is it SP1? Which CU?
    Keep in mind that you have to have SP1 CU3 in order to use Win8.1:
    http://technet.microsoft.com/en-us/library/gg682077.aspx#BKMK_SupConfigClientOS
    Torsten Meringer | http://www.mssccmfaq.de

  • Office 2013 apps showing templates error after Sysprepping Windows 7 with CopyProfile setting

    Here is my setup:
    I installed Windows 7 Professional.
    I entered Audit Mode (which automatically logged me in as the built-in Administrator user) and installed the entire Office 2013 Professional Plus suite.
    In Audit Mode, I opened Word 2013 to get through the "new user" prompts, such as the opening movie that plays in all Office 2013 programs. I did this to ensure that any new users who log into the computer would not need to sit through these "new
    user" prompts.  I also rearmed Office 2013.
    I ran Sysprep with the CopyProfile setting in the Unattend.xml file, with the /generalize switch, and the /oobe switch. The CopyProfile setting copies settings from the built-in Administrator account to any new user who logs into the system.
    Both Windows and Office were successfully activated using KMS.
    Everything seemed to work, but there is one problem: when any user -- all of which are standard users rather than administrator users -- logs into Windows and runs any Office 2013 program that has templates (such as Word, Excel, and PowerPoint), the templates
    on the Start page do not appear. In their place, the following error message appears on the Start page where the templates would normally have been listed:
    "Sorry, we had trouble getting the featured templates and can't show them right now."
    Below the error message is a link that reads “Work Offline.” If you click the “Work Offline” link, the error message disappears and the templates appear as they should.  However, the error message re-occurs when the application is closed and re-opened.
    If I login as the built-in Administrator account (i.e., the account I used to modify the default profile), this problem does not occur at all when using Office 2013 programs.
    Any ideas?

    "logs into Windows and runs any Office 2013 program that has templates (such as Word, Excel, and PowerPoint), the templates on the Start page do not appear. In their place, the following error message appears on the Start page where the templates would normally
    have been listed:
    "Sorry, we had trouble getting the featured templates and can't show them right now." "
    Is there any chance to let you skip the Start page for Office application? I mean that try to open Office application (such Word)and go to File > Options > Untick the option "Show the Start screen when this application starts". Try to re-launch
    the application again to check if the error still pop-up. If yes, I'm afraid the default build-in template is corrupted somehow and we need to copy a healthy one from another computer or totally rename normal.dotm documents from %userprofile%\AppData\Roaming\Microsoft\template.
    Afte that, please check if the issue still persists.
    Here is another thread with the similar topic for your reference:
    http://social.technet.microsoft.com/Forums/ie/en-US/09a69d4c-9e5f-489d-ba7b-2af79ff83596/deploying-normaldotm-through-oct-doesnt-work-in-office-2013?forum=officesetupdeploy
    http://answers.microsoft.com/en-us/office/forum/office_2013_release-office_install/can-not-sign-into-office-2013-version/b6951c25-2fb5-4fc1-a667-2327b9da2f7f
    Tony Chen
    TechNet Community Support

  • Two Bugs in Sysprep: No Win Updates and CopyProfile Copies Search Suggestions

    We are using Windows 8.1 Enterprise 64-bit with Update 1.
    I am not sure where (and even if) Microsoft accepts bug reports, but here are two that have been major annoyances for us for the past week.  They have workarounds, but they really need to just be fixed:
    1. Windows Updates Do Not Work in Audit Mode
    In Sysprep's Audit Mode, the Windows Update functionality does not work.  Updates can be manually installed or installed via PowerShell scripts, but the built-in update functionality does not work in Audit Mode.  This behavior is unexpected, detrimental
    to deployments trying to use official tools, and contrary to the behavior of Audit Mode in Windows 7.
    We have verified this behavior in multiple installations.
    2. CopyProfile Unexpectedly Copies Start Screen Search History
    The CopyProfile setting in the unattend.xml file mostly works as expected, but there is at least one effect that can result in unexpected behavior.
    The Start screen in Windows 8.1 allows the user to perform searches, with categories such as "Everywhere," "Settings," and "Files."  When searching using "Everywhere," your search terms are stored at the following
    location as LNK (shortcut) files:
    C:\Users\<USERNAME>\AppData\Local\Microsoft\Windows\ConnectedSearch\History
    When you use CopyProfile, these entries are transferred to the default profile, so all new users get the Administrator's search history, too.
    In addition to this simply being annoying, there is a more serious issue: if any term searched by the Administrator account refers to files or settings that other users cannot access, then the user will receive an "Access is Denied" message.
    For example, as the Administrator, I searched for "Device Manager" using the "Everywhere" setting on the Start screen.  A search-suggestion entry was created for this search term in the above folder path.  Then, I Sysprepped
    the image using the CopyProfile setting, which copied the search suggestion to the default profile.  I then logged into Windows using a new standard user account, and "Device Manager" was a search suggestion by default.  When I clicked
    on this search suggestion as a standard user, a message appeared indicating that access was denied.  At first, I thought I had a serious issue; it seemed to indicate, after all, that I had no access whatsoever to the Device Manager.  However, I could
    still get to Device Manager by going through the Control Panel, so I did have access to the Device Manager itself.  Clearing the search history entirely eliminated this problem.
    Sysprep, even with CopyProfile, should not copy the search history contained in the
    ConnectedSearch\History directory.  Copying the search history is useless in any practical deployment, it is unexpected, and it gives the impression that Windows is malfunctioning when it is, in fact, working just fine.
    Is there a way to report these (and other) bugs to Microsoft?

    First, I sent an email to the author of PhotoME to inform him of the serious issues his addon caused with Firefox latest versions.
    Now, for those of you who do not have the PhotoME addon and yet experience the same problem that I had and that I described above, I suggest the following strategy.
    As PhotoME did cause these problems with Firefox latest versions, I am pretty covinved other addons probably might cause these problems too. Therefore, adopt the following method.
    Test one addon at a time to see if this particular addon is behind your Firefox issues like the ones I had.
    So, disable one addon only at a time. Then close your Firefox and restart it from scratch and see if you still have your Firefox problems. You must restart the Firefox browser from scratch. If you still have these Firefox problems, re-enable the disabled addon, restart your Firefox (again!) and repeat the same method for every single addon that you have.
    Try to be selective by choosing first addons that are more likely to cause your Firefox problems such as not very well-known or not very popular addons (like it was the case for the PhotoME addon).
    If this method works or if it does not work, report it on this web page so that others can be helped with your comments.
    I hope this method will help you because I was really upset that I had these Firefox problems and I first thought it was the fault of Firefox, only to discover later that this PhotoME addon was the culprit and had caused me such upset.

  • N100 Bluetooth Drivers and Sysprep issues

    Hello all,
    I'm using a 3000 N100 notebook running Windows XP Home Edition.
    After re-formatting and re-installing my OS using Rescue and Recovery, I have been experiencing 2 issues:
    1. Whenever Windows XP starts, I get the Sysprep Wizard and each option that I choose (It doesn't matter since I don't need to create more SIDs), The computer just shuts down/restarts and I'm not receiving any activation prompts (I don't even have the activation option on the system tools menu).
    2. When I try to access My Bluetooth Places (Start Using Bluetooth), I keep receiving an "Installing Bluetooth Drivers..." message that freezes and crashes the moment it comes up. I've tried uninstalling and re-installing the latest Bluetooth drivers from the website, but the problem presists.
    I thank you in advance for your assistance,
    Sharon

    Hello all,
    I'm using a 3000 N100 notebook running Windows XP Home Edition.
    After re-formatting and re-installing my OS using Rescue and Recovery, I have been experiencing 2 issues:
    1. Whenever Windows XP starts, I get the Sysprep Wizard and each option that I choose (It doesn't matter since I don't need to create more SIDs), The computer just shuts down/restarts and I'm not receiving any activation prompts (I don't even have the activation option on the system tools menu).
    2. When I try to access My Bluetooth Places (Start Using Bluetooth), I keep receiving an "Installing Bluetooth Drivers..." message that freezes and crashes the moment it comes up. I've tried uninstalling and re-installing the latest Bluetooth drivers from the website, but the problem presists.
    I thank you in advance for your assistance,
    Sharon

  • Issue restoring pre-sysprep image

    Hello,
    I'm having a bit on an issue with creating a pre-sysprepped base image with Windows 8.1. I've created my base installation, made all the changes and upload an image before I run the sysprep. Now when I restore this image after sysprepping to get back to all the changes I've made and edit it some more it boots into Windows fine but always creates a "dump"-user (Administrator.MACHINENAME) and not using the original Administrator account.
    Very irritating as I have to go back to my first install and re-do all my changes everytime I need to do a sysprep.
    Anyone know a way out of this?

    pastokes wrote:
    >
    > Hello,
    > I'm having a bit on an issue with creating a pre-sysprepped base image
    > with Windows 8.1. I've created my base installation, made all the
    > changes and upload an image before I run the sysprep. Now when I
    > restore this image after sysprepping to get back to all the changes
    > I've made and edit it some more it boots into Windows fine but always
    > creates a "dump"-user (Administrator.MACHINENAME) and not using the
    > original Administrator account.
    > Very irritating as I have to go back to my first install and re-do all
    > my changes everytime I need to do a sysprep.
    > Anyone know a way out of this?
    Do you run the machine on a VM? Do you run windows in audit mode?
    Niels
    I have always liked... Cowabunga!
    If you find this post helpful, please show your appreciation by
    clicking on the star below.
    A member must be logged in before s/he can assign reputation points.

  • Sysprep issues

    Hello everyone,
    We have purchased 6 X series ThinkPads. We ordered them with Windows Vista Business with the intention of downgrading to XP, in which I have successfully done on one of the laptops. I have the laptop all configured to our company needs. I then proceeded to sysprep the image using Zenworks. The image was successfully created but when I went to restore the image onto the second laptop all I get is a blinking cursor on the top left side of a black screen.
    Does anyone know of any known issues using sysprep after downgrading from Vista Business to XP.
    Thanks in advance.

    Hello everyone,
    We have purchased 6 X series ThinkPads. We ordered them with Windows Vista Business with the intention of downgrading to XP, in which I have successfully done on one of the laptops. I have the laptop all configured to our company needs. I then proceeded to sysprep the image using Zenworks. The image was successfully created but when I went to restore the image onto the second laptop all I get is a blinking cursor on the top left side of a black screen.
    Does anyone know of any known issues using sysprep after downgrading from Vista Business to XP.
    Thanks in advance.

  • How do I use copyprofile, image manager and create a wim file to Sysprep a reference Windows 8 computer.

    Im trying to deploy a reference machine (configured) to other machines (exact or close image) with different hardware.
    I have successfully used sysprep in out of the box, generalise, shutdown mode although i havent tried to deploy this to another device.  Unfortunately it doesnt copy the profile to default.
    I understand that I have to create an answer file using image manager based on that image, save it to a usb drive and attach this in the sysprep command line when sysprepping it.
    My problem is I dont know how to easily capture an image of windows 8 into a wim file so that i can add this into image manager to create a answer file.  Im also not sure what I have to do in image manager, is it a simple matter of creating and saving
    the answer file or do i have to configure it to copy the profile specifically (theres only one account anyhow).
    I also want to know if i have to attach the drivers or are all the standard drivers put into the sysprep image as standard.  I would like the machine to be an exactly replica, same as doing a clone (but with the drivers for the new machine installed
    so it will boot) same as doing a clone and then repair? If thats possible.
    Any specific instructions on this would be helpful.  I have read the microsft links but they are somewhat confusing.

    I know this is a very late response but I thought I'd post for others who search.
    The easiest way to create the .wim file is via WinPE, this guy's two YouTube videos explain the entire process in detail - 
    Windows 8 ADK Part 1: Capture an OS image - https://www.youtube.com/watch?v=XJ8zKX_8E9w
    Windows 8 ADK Part 2: Windows Image Deployment - https://www.youtube.com/watch?v=HHIvoqSw_FI
    Here's a quick rundown from my notes:
    WINPE
    Create WinPE via imaging tools command prompt
    copype amd64 c:\winpe
    makewinpemedia /iso "c:\winpe" "c:\winpe\winpe64.iso"
    UNATTEND
    Open Windows System Image Manager
    Configure unattend.xml
    Save unattend.xml to sysprep folder
    Create script and save it to sysprep folder to launch sysprep with unattend
    @echo off
    cd C:\Windows\System32\sysprep
    Sysprep /oob /generalize /unattend:C:\Windows\System32\sysprep\unattend.xml
    SYSPREP
    C:\Windows\System32\Sysprep
    Run as administrator
    OOBE/Generalize
    Shutdown
    CONFIGURATION of WINPE
    Set IP - netsh int ip set address "Local Area Connection" static 192.168.1.2 255.255.255.0 192.168.1.1
    Set DNS - netsh int ip set dns name = "Local Area Connection" source = static addr = 192.168.1.4 validate = no
    Map Network Name - net use z:
    \\WindowsADK\reflex\images password /USER:domain.local\username
    DISKPART
    diskpart
    list disk
    select disk zero
    list partition
    select partition 2 (OS partition #)
    Assign letter=S (assigns drive letter to partition)
    Exit
    DISM
    dism /capture-image /imagefile:z:\image.wim /capturedir:s:\ /name:"Windows 8.1 Custom"
    Verify image is saved in the image share (z:)
    http://www.microsoftfanboys.com

  • Windows 7 Sysprepped Image - Injecting Drivers issue

    Hi
    I have created a Windows 7 Image, sysprepped it and capture an image using MDT. I am using the "Total Control" driver management method and during the imaging phase I can see that it injects the drivers into the image but for some strange reason,
    and I can't see to figure out why, it's not installing the drivers during the windows setup phase.
    Please can someone help!
    Thanks

    How do you know for sure the drivers are not getting installed, and how do you know for sure you have the correct drivers? Please illusrate. You should be able to boot into the new OS, open DevMgmt.msc, and update each missing device with drivers MDT copyied
    to the c:\Drivers folder, if these drivers don't install, then you might now have the correct drivers.
    Keith Garner - Principal Consultant [owner] -
    http://DeploymentLive.com

  • Error during sysprep

    Hi guys,
    I am trying to make a 64-bit win7 image, but for some reason when I run sysprep I get this error "sysprep a fatal error occurred while trying to sysprep the machine". I have checked my unattend.xml file and all seems fine. I have pasted the sysprep log file below as well as my unattend.xml file. Any help would be much appreciated. Thanks!
    setuperr.log file
    Code:
    2014-02-06 09:38:52, Error [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE2014-02-06 11:12:12, Error [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2014-02-07 11:41:15, Error [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2014-02-10 06:44:28, Error [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2014-02-10 08:15:43, Error [0x0f0060] SYSPRP ParseCommands:Found unsupported command line option '/?'[gle=0x000036b7]
    2014-02-10 08:15:43, Error [0x0f00a4] SYSPRP WinMain: Unable to parse command-line arguments to sysprep; GLE = 0x36b7[gle=0x000036b7]
    2014-02-10 08:32:48, Error [0x0f0082] SYSPRP LaunchDll:Failure occurred while executing 'drmv2clt.dll,Sysprep', returned error code -2147024864[gle=0x00000020]
    2014-02-10 08:32:48, Error [0x0f0070] SYSPRP RunExternalDlls:An error occurred while running registry sysprep DLLs, halting sysprep execution. dwRet = -2147024864[gle=0x00000020]
    2014-02-10 08:32:48, Error [0x0f00a8] SYSPRP WinMain:Hit failure while processing sysprep cleanup providers; hr = 0x80070020[gle=0x00000020]
    unattend.xml file
    Code:
    <unattend xmlns="urn:schemas-microsoft-com:unattend"><servicing>
    <package action="configure">
    <assemblyIdentity name="Microsoft-Windows-Foundation-Package" version="6.1.7600.16385" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language=""/>
    <selection name="MediaCenter" state="false"/>
    <selection name="WindowsGadgetPlatform" state="false"/>
    </package>
    </servicing>
    <settings pass="specialize">
    <component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Microsoft-Windows-Deployment" processorArchitecture="amd64"publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
    <RunSynchronous>
    <RunSynchronousCommand wcm:action="add">
    <Order>1</Order>
    <Path>Net user administrator /active:yes</Path>
    </RunSynchronousCommand>
    </RunSynchronous>
    </component>
    <component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Microsoft-Windows-IE-InternetExplorer"processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
    <BlockPopups>no</BlockPopups>
    <CompanyName>Lifespace Communities</CompanyName>
    <DisableFirstRunWizard>true</DisableFirstRunWizard>
    <DisableDevTools>true</DisableDevTools>
    <Home_Page>www.lifespacecommunities.com</Home_Page>
    <LockToolbars>true</LockToolbars>
    <NoDial>true</NoDial>
    <SuggestedSitesEnabled>false</SuggestedSitesEnabled>
    <DisableOOBAccelerators>true</DisableOOBAccelerators>
    </component>
    <component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Microsoft-Windows-Shell-Setup"processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
    <BluetoothTaskbarIconEnabled>false</BluetoothTaskbarIconEnabled>
    <ComputerName/>
    <CopyProfile>true</CopyProfile>
    <DoNotCleanTaskBar>true</DoNotCleanTaskBar>
    <ProductKey>*****************</ProductKey>
    <RegisteredOrganization>Lifespace Communities</RegisteredOrganization>
    <RegisteredOwner>Lifespace</RegisteredOwner>
    <ShowWindowsLive>false</ShowWindowsLive>
    <TimeZone>Central Standard Time</TimeZone>
    <StartPanelOff>true</StartPanelOff>
    </component>
    <component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Microsoft-Windows-UnattendedJoin"processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
    <Identification>
    <JoinWorkgroup>LIFESPACE</JoinWorkgroup>
    </Identification>
    </component>
    <component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Security-Malware-Windows-Defender"processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
    <DisableAntiSpyware>true</DisableAntiSpyware>
    </component>
    </settings>
    <settings pass="offlineServicing">
    <component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Microsoft-Windows-LUA-Settings"processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
    <EnableLUA>false</EnableLUA>
    </component>
    </settings>
    <settings pass="generalize">
    <component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Microsoft-Windows-Security-SPP"processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
    <SkipRearm>1</SkipRearm>
    </component>
    </settings>
    <settings pass="oobeSystem">
    <component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Microsoft-Windows-International-Core"processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
    <InputLocale>en-us</InputLocale>
    <SystemLocale>en-us</SystemLocale>
    <UILanguage>en-us</UILanguage>
    <UILanguageFallback>en-us</UILanguageFallback>
    <UserLocale>en-us</UserLocale>
    </component>
    <component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Microsoft-Windows-Shell-Setup"processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
    <AutoLogon>
    <Password>
    <Value>
    </Value>
    <PlainText>false</PlainText>
    </Password>
    <Enabled>true</Enabled>
    <LogonCount>3</LogonCount>
    <Username>administrator</Username>
    </AutoLogon>
    <Display>
    <ColorDepth>32</ColorDepth>
    <HorizontalResolution>1024</HorizontalResolution>
    <RefreshRate>60</RefreshRate>
    <VerticalResolution>768</VerticalResolution>
    </Display>
    <FirstLogonCommands>
    <SynchronousCommand wcm:action="add">
    <CommandLine>cscript //b C:\Windows\system32\slmgr.vbs /ipk</CommandLine>
    <Order>1</Order>
    <RequiresUserInput>false</RequiresUserInput>
    </SynchronousCommand>
    <SynchronousCommand wcm:action="add">
    <CommandLine>
    %SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe -Command "&{set-executionpolicy RemoteSigned -Force}"
    </CommandLine>
    <Order>2</Order>
    <RequiresUserInput>false</RequiresUserInput>
    </SynchronousCommand>
    <SynchronousCommand wcm:action="add">
    <CommandLine>C:\Windows\OEM\SETUP\Drivers\DPINST64.exe /q</CommandLine>
    <Order>3</Order>
    <RequiresUserInput>false</RequiresUserInput>
    </SynchronousCommand>
    <SynchronousCommand wcm:action="add">
    <CommandLine>
    %SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe "C:\Windows\OEM\SETUP\Win7Image-Script1.ps1"
    </CommandLine>
    <Order>4</Order>
    <RequiresUserInput>false</RequiresUserInput>
    </SynchronousCommand>
    </FirstLogonCommands>
    <OOBE>
    <HideEULAPage>true</HideEULAPage>
    <NetworkLocation>Home</NetworkLocation>
    <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
    <ProtectYourPC>3</ProtectYourPC>
    </OOBE>
    <UserAccounts>
    <AdministratorPassword>
    <Value>
    </Value>
    <PlainText>false</PlainText>
    </AdministratorPassword>
    <LocalAccounts>
    <LocalAccount wcm:action="add">
    <Password>
    <Value>
    </Value>
    <PlainText>false</PlainText>
    </Password>
    <Description>administrator</Description>
    <DisplayName>administrator</DisplayName>
    <Group>administrators</Group>
    <Name>administrator</Name>
    </LocalAccount>
    <LocalAccount wcm:action="add">
    <Password>
    <Value>
    </Value>
    <PlainText>false</PlainText>
    </Password>
    <Description>presentation</Description>
    <DisplayName>presentation</DisplayName>
    <Group>administrators</Group>
    <Name>presentation</Name>
    </LocalAccount>
    </LocalAccounts>
    </UserAccounts>
    <VisualEffects>
    <FontSmoothing>On</FontSmoothing>
    </VisualEffects>
    <WindowsFeatures>
    <ShowMediaCenter>false</ShowMediaCenter>
    <ShowWindowsMediaPlayer>true</ShowWindowsMediaPlayer>
    <ShowInternetExplorer>true</ShowInternetExplorer>
    </WindowsFeatures>
    <RegisteredOrganization/>
    <RegisteredOwner/>
    </component>
    <component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Microsoft-Windows-Sidebar" processorArchitecture="amd64"publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
    <SidebarOnByDefault>false</SidebarOnByDefault>
    <SidebarVisible>false</SidebarVisible>
    </component>
    </settings>
    <cpi:offlineImage xmlns:cpi="urn:schemas-microsoft-com:cpi" cpi:source="wim:p:/ot/win7%20imaging/add-on's%20and%20images/win7%2064-bit/sysprep/win7%20cd%20files/sources/install.wim#Windows 7 PROFESSIONAL"/>
    </unattend>

    AH HA!!!! I found the answer! For future issues, I found the answer in the link below. Long story short, Windows Media Player Network Sharing Service was causing sysprep to fail. Had to disable the service, ran sysprep again and all was happy happy. Leave it to Microcrap to break their own products. Thanks for the help Anders!! I really appreciate it!
    source:
    http://sidecar.twocanoes.com/forums/...atal-error-/p1
    4th post

Maybe you are looking for

  • Macbook HD broken in after a year and a half of use!

    My name is SAULO RICARDO LOPES, I pediatrician, I have 52 years of age and live in Guarapuava: a city of Parana, Brazil. I am a computer fanatic, I use since 1994. I ever have IBM PC but I have my dream was to buy a Macintosh: the symbol of quality,

  • Update iOS 5.1 caused loss of Data

    I just updated my iphone 4s to the new OS and now all of my Calendar data is gone! Then i check the icloud that's empty too! What can i do to get it back. this is very aggravating and I do not have a back up anywhere all my appointments are gone! HEL

  • Develop Mode to Print mode problem

    I cannot find a Lightroom 4 beta thread so I will ask my questiion here.  When using the Develop mode in Lightroom 4 beta and then switching to the Print mode the photo I was just working on in Develop mode does not show on the screen but the last ph

  • [svn:osmf:] 15510: Add unit tests for DefaultMediaFactory.

    Revision: 15510 Revision: 15510 Author:   [email protected] Date:     2010-04-16 10:47:55 -0700 (Fri, 16 Apr 2010) Log Message: Add unit tests for DefaultMediaFactory. Modified Paths:     osmf/trunk/framework/OSMFTest/org/osmf/OSMFTests.as Added Path

  • Crash while exiting Logic 8

    What Caused this one? Process: Logic Pro [447] Path: /Applications/Logic Pro.app/Contents/MacOS/Logic Pro Identifier: com.apple.logic.pro Version: 8.0.2 (1502.22) Build Info: Logic-15022200~9 Code Type: X86 (Native) Parent Process: launchd [109] Inte