Quantcast
Viewing all articles
Browse latest Browse all 2818

Recycle Bin is full after first user login - (after sysprep)

Hello.

We preparing "golden image" for deployment Windows Server 2012 R2 in environment.

What i did:

1. Configured Administrator account that how we need.(Recycle Bin was empty)

2. Prepared answer file with option <CopyProfile> True.

3. Sysprep with options:  sysprep /generalize  /oobe /reboot    /unattend:customize.xml

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="specialize">
        <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>
            <ComputerName>W2K12Template</ComputerName>
            <RegisteredOwner>Company</RegisteredOwner>
            <RegisteredOrganization>Company</RegisteredOrganization>
        </component>
    </settings>
    <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">
            <OOBE>
                <SkipMachineOOBE>true</SkipMachineOOBE>
            </OOBE>
            <RegisteredOwner>Company</RegisteredOwner>
            <RegisteredOrganization>Company</RegisteredOrganization>
        </component>
    </settings>
    <cpi:offlineImage cpi:source="wim:c:/install/sources/install.wim#Windows Server 2012 R2 SERVERSTANDARD" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>

4. After sysprep and reboot i logged to system as Administrator. (Recycle Bin was empty)

5. I created 3 test local accounts.

6. We use Vmware vCenter and i opened console i tried 3 times and new profile was loaded succesfull.(with Recycle BIN empty)

7. I created again next test account and add to Administrators group.

8. I logged to system by RDP and Recycle Bin was full. There is always that same file "custom.theme"http://i3.minus.com/jNc7yYdcrRg1l.png 

This always happend when i use RDP connection.

I tested that same before sysprep and Reecycle BIN always was empty if i used Vcenter console or used RDP.

If someone can give me explanation of that activity ? or some suggestion because now i dont know what is happening ? 

Maybe i should somehow fix Recycle BIN... bot how...

Greatings

Sebastian





Viewing all articles
Browse latest Browse all 2818

Trending Articles