Jump to content


zach

Established Members
  • Posts

    16
  • Joined

  • Last visited

  • Days Won

    1

zach last won the day on January 22 2013

zach had the most liked content!

zach's Achievements

Newbie

Newbie (1/14)

2

Reputation

  1. Had this issues this morning also we fixed it by appling the update found in this article http://social.technet.microsoft.com/Forums/en-US/043515cb-2746-43dc-94e0-441f70fd50b8/system-center-endpoint-protection-error-0x80004005?forum=configmanagergeneral You need to disable "Enable Behavior Monitoriing" on your endpoint protection clients for windows xp. In SCCM 2012 go to Assets and Compliance > Endpoint Protection > Antimalware Policies (Create a policy) > Real Time Protection > Change Enable behavior monitoring to: NO. Hope this helps.
  2. Has there been a solution to this? I am running into the exact same problem. I create a Windows 8 UDI TS and it works fine but if I create a Windows 7 Image into the UDI TS I get this error. Software Center is installed but not CCMClient.
  3. Thanks anyweb! Yes you are correct I created my image in MDT2012 U1 captured my WIM file and then imported that WIM into CM12 SP1 and deployed that image to my machine with the following unattend.xml file. My unattend.xml file include some configuration settings that I change also along with my copyprofile setting. <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="specialize"> <component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="wow64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <DisableFirstRunWizard>true</DisableFirstRunWizard> <GroupTabs>true</GroupTabs> </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"> <Themes> <WindowColor>Color 1</WindowColor> </Themes> <CopyProfile>true</CopyProfile> </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"> <VisualEffects> <SystemDefaultBackgroundColor>24</SystemDefaultBackgroundColor> </VisualEffects> </component> </settings> <cpi:offlineImage cpi:source="wim://cm01/sccm_sources$/osd/windows%20sources/windows%208%20x64%20ent%20kms/sources/install.wim#Windows 8 Enterprise" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend> This was my issue all along I thought that we could still do this with Windows 8 but apparently it isn't supported any longer with CM12 SP1?
  4. I found a solution to this by installing mdt 2012 update 1 and creating my reference image and then deployed my captured image from mdt with sccm sp1 and my unattend.xml file that included the settings of copy profile. Everything installed fine and copied my profile from administrator to default user like it was suppose to.
  5. I am having the exact same issue here. I have looked at the site that anyweb posted and I am getting this issue only when i run the CopyProfile setting in the specialize phase. If i remove this step my image runs perfect except for the the face it doesn't copy my Admin profile over to all users.
  6. I have figured out all the issues with Default Themes and Default Backgrounds. For all wondering how to get you default background and/or theme set I would like to say thanks to rbennett806 from myitforum.com has great explanation on how to do this here is the direct link http://www.myitforum.com/forums/OSD-How-to-set-Corp-backgroundscreensaver-m213992.aspx A brief explanation is to... Copy your background to %systemroot%\web\wallpaper\windows\IMAGE.JPG Copy your theme to C:\Users\Default\AppData\Local\Microsoft\Windows\Themes ---Make when you place your theme in this folder you have to name it "oem.theme" According to him this is all you need to do to make your theme default. But I also copied my theme to C:\windows\resources\themes and added it to my unattend.xml file.
  7. Ok I have figured out my issue I had a some registry files that were messing up my themes and it will now apply the Windows 7 "Aero" theme after deployment but my issue now is that it will not apply my theme that i have created or apply my background. I have copied my themes to "%windir%\Resources" and my background to "%windir%\web\wallpaper\windows\". I am trying to apply my background and theme with an unattend.xml file that was created in WAIK. After deployment all I get is Sky color and the default windows background. Any help would be appreciated.
  8. Aero is enabled because if I go through "Personlization" I can click on my aero theme that I deployed to the computer to C:\windows\resources\themes\theme.theme and it will load. But my theme will just not load by default under the default user profile for anyone who logs in. I added your script to the end of my TS and it copied the file there to the location you gave me but still it selects my unsaved theme that is a Windows Color Basic. I even tried to run your winsat command that you gave me above and it still was basic even though Aero was enabled already. I have also applied a GPO to apply my custom aero theme and it worked great but we don't really want to use a GPO because we have some machines without this theme installed and it gives the users black screens. Any other Thoughts?
  9. We are deploying Windows 7 with SCCM and I have a build and Capture TS being advertised to a VM and the capturing it. Afterwards I want to deploy this image to all my machine. To Deploy a theme to my image I have tried..The following! I have applied a windows color, themename, and background image during the unattend.xml file applied created with WAIK I have just applied a THEME that I created and deployed to the computer during the build and Capture. I have ran winsat.exe formal at the end of my TS I have ran winsat.exe dwm formal during the unattend.xml file at the oobe > First Login commands. I have applied all of the at once to see if I can get my image to enable Aero. Every time I set the themes I get my background but the windows color is Basic. But as soon as the machine boots up I can go to personalize and change my theme to Windows 7 and aero turns on right away. I have all the driver that I need to have aero enable but through the TS it will just never enable Aero. Can someone please help. I would like to know how everyone else enable areo through deployment. Thanks for any help.
  10. Ok, here is the scrip that I have created. But when this is ran in my TS nothing ever gets copied to my Image. I have created a Build and Capture TS with the scripted inserted after the Install Software process. I have created a package with the scripts and added the package to my DS. In the TS I am deploying Windows 7 x64 and have tried running the command line with Disable 64 bit file system redirection on and off. echo. echo Copy Default User Picture echo. rename "C:\ProgramData\Microsoft\User Account Pictures\user.bmp" user.bmp.bk xcopy /y user.bmp "C:\ProgramData\Microsoft\User Account Pictures\" echo. echo Copy Default Background to location echo. xcopy /y CGPS_BG_WS.jpg "C:\windows\web\wallpaper\windows\" echo. echo Set Explorer View and Start Menu Options echo. regedit /s HKCU_Explorer_Advanced.reg echo. echo Set Media Player first Run preference echo. regedit /s HKCU_MediaPlayerFirstRun.reg echo. echo Set Default Icons on Destop echo. regedit /s HKCU_DefaultIcons.reg Here is my error log from smsts.log <![LOG[Expand a string: smsswd.exe /run:CGS00048 CustomSettings.cmd]LOG]!><time="08:47:53.624+300" date="05-26-2011" component="TSManager" context="" type="0" thread="2376" file="executionenv.cxx:782"> <![LOG[Expand a string: ]LOG]!><time="08:47:53.624+300" date="05-26-2011" component="TSManager" context="" type="0" thread="2376" file="executionenv.cxx:782"> <![LOG[Command line for extension .exe is "%1" %*]LOG]!><time="08:47:53.624+300" date="05-26-2011" component="TSManager" context="" type="0" thread="2376" file="commandline.cpp:229"> <![LOG[set command line: smsswd.exe /run:CGS00048 CustomSettings.cmd]LOG]!><time="08:47:53.624+300" date="05-26-2011" component="TSManager" context="" type="0" thread="2376" file="commandline.cpp:707"> <![LOG[start executing the command line: smsswd.exe /run:CGS00048 CustomSettings.cmd]LOG]!><time="08:47:53.624+300" date="05-26-2011" component="TSManager" context="" type="1" thread="2376" file="instruction.cxx:2928"> <![LOG[!--------------------------------------------------------------------------------------------!]LOG]!><time="08:47:53.624+300" date="05-26-2011" component="TSManager" context="" type="1" thread="2376" file="instruction.cxx:2957"> <![LOG[Expand a string: WinPEandFullOS]LOG]!><time="08:47:53.624+300" date="05-26-2011" component="TSManager" context="" type="0" thread="2376" file="executionenv.cxx:782"> <![LOG[Executing command line: smsswd.exe /run:CGS00048 CustomSettings.cmd]LOG]!><time="08:47:53.624+300" date="05-26-2011" component="TSManager" context="" type="1" thread="2376" file="commandline.cpp:805"> <![LOG[=======================[ smsswd.exe ] =======================]LOG]!><time="08:47:53.671+300" date="05-26-2011" component="InstallSoftware" context="" type="1" thread="744" file="main.cpp:303"> <![LOG[PackageID = 'CGS00048']LOG]!><time="08:47:53.671+300" date="05-26-2011" component="InstallSoftware" context="" type="1" thread="744" file="main.cpp:332"> <![LOG[baseVar = '', ContinueOnError='']LOG]!><time="08:47:53.671+300" date="05-26-2011" component="InstallSoftware" context="" type="1" thread="744" file="main.cpp:333"> <![LOG[swdAction = '0001']LOG]!><time="08:47:53.671+300" date="05-26-2011" component="InstallSoftware" context="" type="1" thread="744" file="main.cpp:334"> <![LOG[Found the location for the package _SMSTSCGS00048. The location is on \\ServerName\SMSPKGE$\CGS00048\]LOG]!><time="08:47:53.703+300" date="05-26-2011" component="InstallSoftware" context="" type="1" thread="744" file="resolvesource.cpp:3146"> <![LOG[nPos != CCM::Utility::String::npos, HRESULT=80004005 (e:\nts_sms_fre\sms\framework\tscore\resolvesource.cpp,253)]LOG]!><time="08:47:53.703+300" date="05-26-2011" component="InstallSoftware" context="" type="0" thread="744" file="resolvesource.cpp:253"> <![LOG[Creating a connection to \\ServerName\SMSPKGE$\CGS00048\ with default account]LOG]!><time="08:47:53.703+300" date="05-26-2011" component="InstallSoftware" context="" type="1" thread="744" file="resolvesource.cpp:2243"> <![LOG[Connection request for "\\ServerName\SMSPKGE$\CGS00048"]LOG]!><time="08:47:53.703+300" date="05-26-2011" component="InstallSoftware" context="" type="1" thread="744" file="tsconnection.cpp:208"> <![LOG[No credentials available for connecting to "\\ServerName\SMSPKGE$\CGS00048". See whether the share has already been connected.]LOG]!><time="08:47:53.703+300" date="05-26-2011" component="InstallSoftware" context="" type="1" thread="744" file="tsconnection.cpp:233"> <![LOG[Connecting to "\\ServerName\SMSPKGE$\CGS00048"]LOG]!><time="08:47:53.765+300" date="05-26-2011" component="InstallSoftware" context="" type="1" thread="744" file="tsconnection.cpp:268"> <![LOG[uRet != ERROR_LOGON_FAILURE && uRet != ERROR_ACCESS_DENIED, HRESULT=80070005 (e:\nts_sms_fre\sms\framework\tscore\tsconnection.cpp,294)]LOG]!><time="08:48:06.390+300" date="05-26-2011" component="InstallSoftware" context="" type="0" thread="744" file="tsconnection.cpp:294"> <![LOG[Failed to connect to "\\ServerName\SMSPKGE$\CGS00048". Invalid username or password.]LOG]!><time="08:48:06.390+300" date="05-26-2011" component="InstallSoftware" context="" type="2" thread="744" file="tsconnection.cpp:294"> <![LOG[reconnect(), HRESULT=80070005 (e:\nts_sms_fre\sms\framework\tscore\tsconnection.cpp,129)]LOG]!><time="08:48:06.390+300" date="05-26-2011" component="InstallSoftware" context="" type="0" thread="744" file="tsconnection.cpp:129"> <![LOG[connect(pszPath, pszAccount, pszPassword, L"", uFlags), HRESULT=80070005 (e:\nts_sms_fre\sms\framework\tscore\tsconnection.cpp,148)]LOG]!><time="08:48:06.390+300" date="05-26-2011" component="InstallSoftware" context="" type="0" thread="744" file="tsconnection.cpp:148"> <![LOG[Failed to connect to the share \\ServerName\SMSPKGE$\CGS00048\ with default account]LOG]!><time="08:48:06.390+300" date="05-26-2011" component="InstallSoftware" context="" type="2" thread="744" file="resolvesource.cpp:2277"> <![LOG[Creating a connection to the share \\ServerName\SMSPKGE$\CGS00048\ with network access account]LOG]!><time="08:48:06.390+300" date="05-26-2011" component="InstallSoftware" context="" type="1" thread="744" file="resolvesource.cpp:2358"> <![LOG[Connection request for "\\ServerName\SMSPKGE$\CGS00048"]LOG]!><time="08:48:06.390+300" date="05-26-2011" component="InstallSoftware" context="" type="1" thread="744" file="tsconnection.cpp:208"> <![LOG[Connecting to "\\ServerName\SMSPKGE$\CGS00048"]LOG]!><time="08:48:06.390+300" date="05-26-2011" component="InstallSoftware" context="" type="1" thread="744" file="tsconnection.cpp:268"> <![LOG[successfully connected to "\\ServerName\SMSPKGE$\CGS00048"]LOG]!><time="08:48:07.062+300" date="05-26-2011" component="InstallSoftware" context="" type="1" thread="744" file="tsconnection.cpp:287"> <![LOG[Resolved source to '\\ServerName\SMSPKGE$\CGS00048']LOG]!><time="08:48:07.093+300" date="05-26-2011" component="InstallSoftware" context="" type="1" thread="744" file="runcommandline.cpp:449"> <![LOG[Command line for extension .cmd is "%1" %*]LOG]!><time="08:48:07.109+300" date="05-26-2011" component="InstallSoftware" context="" type="0" thread="744" file="commandline.cpp:229"> <![LOG[set command line: Run command line]LOG]!><time="08:48:07.109+300" date="05-26-2011" component="InstallSoftware" context="" type="0" thread="744" file="commandline.cpp:707"> <![LOG[Working dir '\\ServerName\SMSPKGE$\CGS00048']LOG]!><time="08:48:07.109+300" date="05-26-2011" component="InstallSoftware" context="" type="1" thread="744" file="runcommandline.cpp:542"> <![LOG[Executing command line: Run command line]LOG]!><time="08:48:07.109+300" date="05-26-2011" component="InstallSoftware" context="" type="1" thread="744" file="commandline.cpp:805"> <![LOG[Process completed with exit code 0]LOG]!><time="08:48:08.296+300" date="05-26-2011" component="InstallSoftware" context="" type="1" thread="744" file="commandline.cpp:1102"> <![LOG[Command line returned 0]LOG]!><time="08:48:08.296+300" date="05-26-2011" component="InstallSoftware" context="" type="1" thread="744" file="runcommandline.cpp:565"> <![LOG[Entering ReleaseSource() for \\ServerName\SMSPKGE$\CGS00048\]LOG]!><time="08:48:08.296+300" date="05-26-2011" component="InstallSoftware" context="" type="1" thread="744" file="resolvesource.cpp:3431"> <![LOG[reference count 1 for the source \\ServerName\SMSPKGE$\CGS00048\ before releasing]LOG]!><time="08:48:08.296+300" date="05-26-2011" component="InstallSoftware" context="" type="1" thread="744" file="resolvesource.cpp:3438"> <![LOG[Released the resolved source \\ServerName\SMSPKGE$\CGS00048\]LOG]!><time="08:48:08.312+300" date="05-26-2011" component="InstallSoftware" context="" type="1" thread="744" file="resolvesource.cpp:3471"> <![LOG[Process completed with exit code 0]LOG]!><time="08:48:08.312+300" date="05-26-2011" component="TSManager" context="" type="1" thread="2376" file="commandline.cpp:1102"> Any help would be appreciated.
  11. I want to create a build and capture TS with custom backgrounds copied to the computer in a "C:\windows\web\wallpaper\" location and add the my computer icon, user files icon to the desktop. Along with customizing the start menu a little to minimize what is shown to the user. Is there a way to do this during the task sequence because unlike with MDT we aren't allowed to pause the TS during the process to edit the image before capturing? I found that I could create 2 TS and make one build the image then make changes and then come back and finish it off by running the capture TS but don't really want to do this every time. Thanks for the advice.
  12. Sorry, I understand that. Just an update I am able to get pxe boot to and receive an image if the client is in a collection on my sccm server. But if I am booting a bare metal machine for the first time I receive an error Windows Boot Manager Windows Failed to start . . . File: \boot\bcd Status:0xc000000f Info: An error occurred while attempting to read the boot configuration data. I am advertising to the Unknown Computer Collection, I have updated my DPs, and if I manually add the computer to the collection the computer will pxe boot and receive the image just fine. What is causing this error.
  13. I have tried making a Computer Association with the MAC address and GUID but the computer never gets added to the any of the Collections. I have looked under All Systems and the computer never appears. I saw that there was an patch for this when using SP2 but I have R3 running and don't see why this should be happening.
  14. I know it the DHCP settings aren't recommended but for testing purposes I am using this. I have a "task sequence" set up and it is advertised to "All Unknown Clients" but now I don't have a "Boot Manager Error" and now have received this error during PXE Boot. But when I check the smspxe.log file I am getting these log errors. I have an advertisement advertising to all unknown clients...is this not the way to do this? Thanks
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.