Administrator settings are wiped out when called for Sysprep

Hi All,
I follow the below steps to imply sysprep on a clean PC with Windows 7 installed,
1. Install windows 7 Ultimate,
2. Install driver softwares as required
3. Configure static IP
4. Configure user settings including administrator.  Like Administrator will have the "Show hidden files" and some shortcuts available only for Administrator, and "Open each folder in its own window" option enabled.
5. My Answer file is as below
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
    <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">
            <AutoLogon>
                <Enabled>false</Enabled>
                <LogonCount>5</LogonCount>
                <Username>Administrator</Username>
            </AutoLogon>
            <ComputerName>CAPTURE01</ComputerName>
            <CopyProfile>false</CopyProfile>
            <RegisteredOrganization>CarlZeiss</RegisteredOrganization>
            <RegisteredOwner>CarlZeiss</RegisteredOwner>
        </component>
        <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">
            <RunSynchronous>
                <RunSynchronousCommand wcm:action="add">
                    <Order>1</Order>
                    <Path>net user Administrator /active:yes</Path>
                </RunSynchronousCommand>
            </RunSynchronous>
        </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">
            <RegisteredOrganization>CarlZeiss</RegisteredOrganization>
            <RegisteredOwner>CarlZeiss</RegisteredOwner>
            <OOBE>
                <HideEULAPage>true</HideEULAPage>
                <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
                <NetworkLocation>Work</NetworkLocation>
                <SkipUserOOBE>true</SkipUserOOBE>
                <SkipMachineOOBE>true</SkipMachineOOBE>
            </OOBE>
        </component>
    </settings>
    <settings pass="auditSystem">
        <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">
            <UserAccounts>
                <AdministratorPassword>
                    <Value>YgBlAGwAdQBnAGEAQQBkAG0AaQBuAGkAcwB0AHIAYQB0AG8AcgBQAGEAcwBzAHcAbwByAGQA</Value>
                    <PlainText>false</PlainText>
                </AdministratorPassword>
            </UserAccounts>
        </component>
    </settings>
    <settings pass="auditUser">
        <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">
            <RunSynchronous>
                <RunSynchronousCommand wcm:action="add">
                    <Order>1</Order>
                    <Path>net user Administrator /active:yes</Path>
                </RunSynchronousCommand>
            </RunSynchronous>
        </component>
    </settings>
    <settings pass="windowsPE">
        <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">
            <Display>
                <HorizontalResolution>1280</HorizontalResolution>
                <VerticalResolution>720</VerticalResolution>
            </Display>
        </component>
    </settings>
    <cpi:offlineImage cpi:source="wim:e:/sources/install.wim#Windows 7 ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
6. In audit mode, I pass the unattend.xml so called the Answerfile to sysprep as follows
sysprep /oobe /generalize /unattend:unattend.xml
7. The system shutsdown after applying the sysprep.
8. When the system is started, all things are fine, the administrator account is also enabled but, when logged into administrator account, the system shows "Preparing your desktop" and resets all the shortcuts and user settings like "show
hidden files" and "Open folder in its own window" are reset backup to windows default.
Can any one guide me to retain these user settings for administrator profile.
Regards,
Arun
programmer vc++

Hello,
You can only have one default profile. We use network share profile that is trimmed only to hold basic setup that all clients must have.
If you are in a domain you can put the admins in their own OU:s (with "Active Directory - Users & Computers") and link the right Group Policy settings to the right OU-container. This is also a good way to do this because if the users computer changes
the policy settings will apply automatically based on user account. Also if the admin needs to access users computer the correct group policy will make every fresh login set the folder settings etc. to right position.
Folder Options - control panel config via Group Policy
http://technet.microsoft.com/en-us/library/cc771379.aspx
If you want to you can also link the Group Policy based on the security group of the user. That way for example when a user is added the the administrators group he will automatically get the right group policy containing the right settings.
http://technet.microsoft.com/en-us/library/cc752992.aspx

Similar Messages

  • Which settings are required to consume calls for stock transfers with planned independent requirements

    Dear SAP PP
         With strategy 10, which settings are required to consume calls for stock transfers with planned independent requirements?
    Regards

    Hi all,
    IF other configuration is require ?  How to implement this requirement?Also please explain in detail.  thanks

  • Menu bar icons for addons are wiped out when cookies are cleared and / or update to Firefox happen, why?

    Question states the problem.

    How do you clear the cookies?
    Is that via the Firefox Cookie manager or via an external program?
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    *http://kb.mozillazine.org/Cookies

  • The latest iTunes wiped out my apps for my 2G iPod Touch by overwriting updates which are no longer compatible with iOS 4.2.  I tried to restore to an earlier version with no success.  Is there any way to download the older versions of apps which are comp

    The latest iTunes software wiped out my apps for my 2G iPod Touch by overwriting newer releases of the apps which are not compatible with iOS 4.2.1.  I tried to restore the iPod to an earlier version without success.  Is there any way to download older versions of my apps which are compatible with my older iPod?

    Your only way is if you have the version that was compatible on your computer such as in the recycle bin/trash or in a computer file backup. In that case delete the current version that is in your iTunes App library and replace it with the older version. Then sync.
    Also see:
    Recover Older Versions of iPhone Apps After Updating — Apple News, Tips and Reviews

  • HT1386 I cannot find how to keep previous photo albums loaded on Ipad when syncing new ones with iTunes. The old ones are wiped out every single time

    I cannot find how to keep previous photo albums loaded on Ipad when syncing new ones with iTunes. The old ones are wiped out every single time

    If it's not too late, see Recovering your iTunes library from your iPod or iOS device. As long as you have a backup of the device when the device still held your photos you should stand a chance of recovering them using a tool such as iPhone Backup Extractor.
    tt2

  • All my contacts are wiped out, how do I get them back??

    All my contacts are wiped out, how do I get them back? I tried to reboot my phone by turning it completely off and on again and that didn't help. I tried syncing to the compluter on itunes and that didn't help, and I tried calling AT&T and that didn't help. They said to make an appt. with Apple and hopefully they could help. They also said that 3 other people came in their store with the same issue this week. If someone out there knows how I could get contacts back on my phone please let me know. Thanks.

    There are no contacts on or in iTunes. iTunes does not store contacts. iTunes can serve as the sync conduit to sync contacts between your iPhone and a supported address book app on your computer. This is selected under the Info tab for your iPhone sync preferences with iTunes.
    Certainly you don't depend on an iPhone or any cell phone alone for such important data which can be lost or stolen, damaged beyond repair, or there can be a hardware or software problem preventing access to the contacts.
    Windoze or Mac?
    Your contacts are not available anywhere on your computer?

  • Wifi settings are greyed out?

    All answers to fixing wifi access problems start with going into settings. My settings are greyed out for wifi access. How do I get this back....it worked before?

    Hello there,
    And welcome to Apple Discussions!
    I would start by taking a look at this Apple support document related to your issue.
    http://support.apple.com/kb/ts1559
    B-rock

  • I am doing two calendars.  In one I am able to load 7 pictures, but in the other I can only load 5, my settings are set exactly the same for both.

    I am doing two calendars.  In one I am able to load 7 pictures, but in the other I am only aloud to load 5,  My settings are set exactly the same for both.
    Any ideas?

    What happens when you try to load the photos into the second calendar?  What iPhoto version?  What system version?
    OT

  • FaceTime freezes when same room has no problems. The picture is high resolution. There are no freezes when calling my daughter's iPad but the picture is lower resolution. Can I troubleshoot this?

    FaceTime freezes when I call my son's iPad. Calling his iPhone in the same room has no problems. The picture is high resolution. There are no freezes when calling my daughter's iPad but the picture is lower resolution. Can I troubleshoot this?

    Thanks Mario, but I tried everything there before posting my question. I may not have been clear in my question since I accidently recorded the whole question as the title and tried to edit. In brief: I have no trouble connecting with my daughter's iPad or my son's iPhone. However, his iPad is sending much higher resolution pictures and we disconnect after about a minute.  Oddly, he can hear and see me while my screen first freezes, then goes black and gives me a message of "reconnecting" until it quits trying and shows the buttons to end or redial. The picture quality difference is what is leading me to believe it is bandwidth related. However, I get anywhere from 5 to 10 MB download speeds; usually closer to 10. Last summer, I had 4 granddaughters on their iPads, a grandson on his gaming device and me on cell phone or pc, all using the bandwidth at once with no complaints. If there is a way to lower his outgoing resolution, I think that would help.

  • Some imessage settings are greyed out on macbook pro

    MacBook Pro
    17-inch, Late 2011
    OS X10.9 (Mavericks)
    Some iMessage settings in the General tab are greyed out:
    Buddy list:
    Account Status:
    When I return:
    When Switching users:
    - iMessage is successfully setup on iPhone, iPad and MacBook;
    - I am the administrator and only user of the laptop;
    - I can change all other settings in iMessage and system-wide;
    - The problem is not affecting the functionality of iMessaging - these are privacy issues;
    - These settings are not offered on my iPhone or iPad, so their settings are not restricting me;
    - I don't know if the problem existed before upgrading to Mavericks;
    - I checked all other System Preferences for settings that may be causing the problem - found none (doesn't mean they aren't there).
    Clearly this is not a crisis situation - it's "only" iMessage which I've chose to enable and will disable if necessary. It's a control issue - Apple has it, I want it back! I have a HUGE problem with any entity dictating - then locking me out of - the settings on my devices, deciding what personal and activity info I share, and with whom. Thanks in advance for helping.

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login, by a peripheral device, or by corruption of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. Note: If FileVault is enabled on some models, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including sound output and Wi-Fi on certain models.  The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of steps 1 and 2.

  • HELP!!! My settings are wrong need to send for printing

    Hi
    I am doing brochure's for my company. I am from South Africa.
    I use Illustrator for the brochure, Layout and Text.
    Last month the printer had problems with printing the brochure. I discovered my settings are wrong.
    This was the settings:
    Colour Setting
    Settings:     Custom
    WorkingSpace
    RGB:               sRGB IEC61966-2. 1
    CMYK:            U.S. Web Coated (SWOP) v2
    Color Management Policies:
    RGB:               Off
    CMYK:             Preserve Numbers (Ignore Linked Profiles)
    Profile Mismatches:  Ask When Opening (ticked)
                                   Ask When Pasting ( Not Ticked)
    Missing profiles:       Ask When Opening (Ticked)
    Then I did research On Adobe Community Help and changed it to the below but its wrong too
    Colour Setting
    Settings:     Europe Prepress 3
    WorkingSpace
    RGB:               Adobe RGB (1998)
    CMYK:            Coated FOGRA39 (ISO 12647-2:2004)
    Color Management Policies:
    RGB:               Preserve Embedded Profiles
    CMYK:             Preserve Numbers (Ignore Linked Profiles)
    Profile Mismatches:  Ask When Opening (ticked)
                                   Ask When Pasting (Ticked)
    Missing profiles:       Ask When Opening (Ticked)
    Can someone help me to set it right according to RSA printers settings, something like a default setting.
    Last Month the printer said the below:
    - fonts are not embedded.
    - black is not on overprint and is 4 colour black
    I never had this problem before, so I have no idea what went wrong all of a sudden.
    Now when I open my prevoius work on Illustrator or Photoshop, a small window pops up saying work is not according to this settings, etc.
    Please help. Im desperate.
    I need to start my new brochure tomorrow
    Thank you in advance
    Kajal

    You should get a preflight checklist from your print vendor.  Here's what I have set in Illustrator...
    You should also send the print vendor a press-ready PDF.  Not all of the file problems are limted to color settings.  For instance...
    "Last Month the printer said the below:
    - fonts are not embedded. "
    When you Save As > EPS, select "Include Fonts" in the selection process; and when Save As > Press Quality PDF, select "Embed Fonts" in the Settings dialogs.
    "- black is not on overprint and is 4 colour black"
    In Preferences > Appearance of Black, select "Accurate Black" in both screen and print; in your file, set appropriate Black elements to Overprint in the Color "Attributes" dialog.
    Whenever you are not sure what the printer is talking about, ask them to explain what they mean and help you fix the problems.  If they refuse, ask them where you can get help.  Most good shops will be willing to help you.

  • HT5477 Highlights are wiped out in IOS 8. How do we restore previous version IOS 7

    WWith IOS 8 my highlights and notes in pubs are lost, highlights take over the whole document and you cannot take a step back without wiping out all previous highlights and notes with it. Never had this issue with IOS 7.
    CAn't get any help from Apple.

    I guess I've personally never needed to know when I updated an app or to have a list of apps I've updated.  Wouldn't this be a problem in the future when you have years of updates to scroll through?  It just seems like that would unnecessarily increase the load time of the Updates tab.  It would still be nice to have an option to turn that off or at least make it a collapsible menu item or something. 
    I could see where it might come in handy if you have the automatic app updates turned on, but I have that turned off since I like to see what changes an app is making before I install it, so I don't need that turned on since I manually update my apps. 

  • Contacts and address book wiped out when syncing iphone

    HELP!! All my address book contacts on my computer and all my iphone contacts were wiped out after syncing. Sadly, I have never backed up. I've gotten as far as library>app support>address book, but the files are computer mumbo jumbo with bits and pieces of my old info thrown in. Is there any way to convert this to human speak??? Thanks,
    Desperately seeking my info back

    Contact info is included with your iPhone's backup, which is updated if needed as the first step during the sync process - if any of the data on your iPhone that is included with the backup has changed since the last sync.
    If you haven't synced your iPhone again since the contact info was lost with the last sync, do not sync again and try restoring your iPhone with iTunes from your iPhone's backup.
    If this restores your contact info, before syncing contact info with the Address Book on your Mac, enter one unique contact in the Address Book on your Mac. Make the contact up if needed, which can be deleted later. This should provide a merge prompt when syncing contact info, which you want to select.

  • All photos in my iPhoto are wiped out.

    Hi. I've had this happen twice now but randomly my all of the photos in my iphoto library were completely wiped out. I hadn't made any changes to my computer or iPhoto. It just happened out of nowhere and I have no idea if I can recover them.
    Thank you!

    Hi. Thanks for responding.
    The pictures are just gone. At least from my iPhoto library and from my pictures folder that is in my finder.
    I've never been able to use Time Machine to back up anything because it says I don't have any airports to connect to.
    My Safari is version 5.1.7
    My iPhoto is 2009 version 8.1.2 (424)
    I made zero changes to my computer or iPhoto.

  • Sync Settings are Grayed out

    I cannot sync my settings from my desktop to my laptop.
    Prefs are grayed out and have no option to log-in to enable them.
    When I choose Manage Account, it just has me log-in to creative cloud in my browser and views my files.
    Mac OS X 10.9.2
    InDesign CC v9.2
    Thank You!

    The issue appears to be that you're not signed in to your Adobe ID. In the dialog box you posted, it says "Signed In As: Not Signed In"
    Go to the Help menu and sign in with your Adobe ID.
    Sync Settings only works to sync between two computers which are both signed into the same Adobe ID.

Maybe you are looking for