OSD setting
After deploying OSD everything works great, only one thing I would like to change. When first user logs on they have to select what type of network for the firewall, i.e., work, public, private. How can I set this so users do not get propmted?
Thank you!
November 10th, 2010 2:39pm
This is a bug in Windows 7:
http://www.deployvista.com/Blog/tabid/70/EntryID/136/language/en-US/Default.aspx.Jason | http://myitforum.com/cs2/blogs/jsandys | http://blogs.catapultsystems.com/jsandys/default.aspx | Twitter @JasonSandys
Free Windows Admin Tool Kit Click here and download it now
November 10th, 2010 3:06pm
Thanks Jason
November 29th, 2010 10:34am
ok, so this leaves me 2 options, I can either create a new image with the patch applied or advertise a task with my existing OSD settings. Option 2 would be quick fix but not sure if patch requires commands. Any ideas on this?
Free Windows Admin Tool Kit Click here and download it now
November 29th, 2010 10:54am
Just add a "install software" step (or whatever mechanism you'd like to use during your deployment of the image) that installs kb2028749.
November 29th, 2010 11:03am
I finnally got around to testing this, I deploy a known good image but this time I added the ".msu hotfix" via software distribution task squense and it failed. error 10003 bad environment. Please advise.
PackageID="33300036"' Verified policy is compiled in 'root\ccm\policy\machine' namespace content location count = 1 Invoking Execution Manager to install software FALSE, HRESULT=80004005 (e:\nts_sms_fre\sms\client\osdeployment\installsoftware\installsoftware.cpp,282)
0, HRESULT=80004005 (e:\nts_sms_fre\sms\client\osdeployment\installsoftware\installsoftware.cpp,746) Entering ReleaseSource() for C:\_SMSTaskSequence\Packages\33300036 reference count 1 for the source C:\_SMSTaskSequence\Packages\33300036 before releasing
Delete source directory C:\_SMSTaskSequence\Packages\33300036 Released the resolved source C:\_SMSTaskSequence\Packages\33300036 pInstall->Install(sPackageID, sProgramName), HRESULT=80004005 (e:\nts_sms_fre\sms\client\osdeployment\installsoftware\main.cpp,374)
Failed to invoke Execution Manager to Install Software for PackageID='33300036' ProgramID='KB2028749 hotfix' AdvertID='3332000C' hr=0x80004005 InstallSoftware failed, hr=0x80004005 Install Software failed, hr=0x80004005
exit code 2147467259
Free Windows Admin Tool Kit Click here and download it now
December 24th, 2010 5:20pm
I finnally got around to testing this, I deploy a known good image but this time I added the ".msu hotfix" via software distribution task squense and it failed. error 10003 bad environment. Please advise.
PackageID="33300036"' Verified policy is compiled in 'root\ccm\policy\machine' namespace content location count = 1 Invoking Execution Manager to install software FALSE, HRESULT=80004005 (e:\nts_sms_fre\sms\client\osdeployment\installsoftware\installsoftware.cpp,282)
0, HRESULT=80004005 (e:\nts_sms_fre\sms\client\osdeployment\installsoftware\installsoftware.cpp,746) Entering ReleaseSource() for C:\_SMSTaskSequence\Packages\33300036 reference count 1 for the source C:\_SMSTaskSequence\Packages\33300036 before releasing
Delete source directory C:\_SMSTaskSequence\Packages\33300036 Released the resolved source C:\_SMSTaskSequence\Packages\33300036 pInstall->Install(sPackageID, sProgramName), HRESULT=80004005 (e:\nts_sms_fre\sms\client\osdeployment\installsoftware\main.cpp,374)
Failed to invoke Execution Manager to Install Software for PackageID='33300036' ProgramID='KB2028749 hotfix' AdvertID='3332000C' hr=0x80004005 InstallSoftware failed, hr=0x80004005 Install Software failed, hr=0x80004005
exit code 2147467259
December 24th, 2010 5:20pm
I just did a quick test on a Win 7 x64 with a "Install Software" step in my tasksequence, with the following command:
C:\Windows\System32\wusa.exe Windows6.1-KB2028749-x64.msu /quiet /norestart.
And it works perfect.
Free Windows Admin Tool Kit Click here and download it now
December 28th, 2010 4:48am