Author Archives: Brian Gonzalez

Manually Updating The WinPE WIM In SCCM

By | January 16, 2014
Share

SCCM Produces 2 WinPE Boot ..WIM files.  If you are versed in using DISM and would like to venture out of the console to perform updates(Adding additional files, Additional components, etc). Make sure to update the .WIM named “winpe.wim”.  This is the file that is used when performing updates and other actions in the SCCM… Read More »

“ZTI ERROR – Unhandled error returned by LTIApply: Not found (-2147217406 0x80041002)” Error When Running Sysprep And Capture Task Sequence.

By | January 16, 2014
Share

Scenerio: Running a “Sysprep and Capture” MDT 2013 Task Sequence on an updated Windows 8.1 Enterprise VM.  Task Sequence fails at the “Apply Windows PE” step. “ZTI ERROR – Unhandled error returned by LTIApply: Not found  (-2147217406  0x80041002)” error you would assume means the Task Sequence can not locate or access the boot.wim that it… Read More »

Two Great Sites to Help Children Learn To Write Java Code

By | January 16, 2014
Share

My 10 year old is OBSESSED with Minecraft.  In an effort to make something useful of this obsession, I’m going to mandate him to build a couple of “mods” for the client.  We are starting our voyage with something simple, so we are beginning by using these sites to learn the basics of programming and… Read More »

Website To Pull All Microsoft Certifications Acheived

By | January 14, 2014
Share

This for some reasonw asn’t easy for me to find, so I’m saving here in case I ever need it again. https://mcp.microsoft.com Here’s my MS certifications.  I’ve honestly moved away from MS, to Comptia, PMP, ITIL, and now CISSP certifications.  These were higher valued for my career path. BGonzalez_MS_Learning_Transcript-2014Jan14 FYI, this is my 100th post… Read More »

How to suppress the “An ActiveX control on this page might be unsafe” error.

By | January 8, 2014
Share

This error surfaced on a customer’s unit that was running Intergraph MPS, IFR and Informer application. The application utilizes an ActiveX control and Windows 7 was prompting the user every time the application was opened. In the registry, you can add the control ID as a “Safe for Scripting”. Locating the CLSID that the application… Read More »