SCCM-OSD-Registry-DevicePath

SCCM-OSD-Registry-DevicePath   ‘ //*************************************************************************** ‘ //***************************************************************************  ‘//—————————————————————————- ‘// ‘// Global constant and variable declarations ‘// ‘//—————————————————————————-  Option Explicit  Dim iRetVal DIM objRegistry DIM strComputer Dim objFSO, vDriverPaths strComputer = “.” Set objRegistry = GetObject(“winmgmts:” & strComputer & “rootdefault:StdRegProv”) ‘//—————————————————————————- ‘// End declarations ‘//—————————————————————————-  ‘//—————————————————————————- ‘// Main routine ‘//—————————————————————————-  On Error Resume Next iRetVal = ZTIProcess … Read more

Build Info in the Registry From OSD task Sequence

To Implement the Build info in the Registry Simply add below TS steps at the end of task sequence Each Step explanation Branding – TSeq Build Date: add a ts type as Run command line Command line: cmd /c reg add HKEY_LOCAL_MACHINESOFTWARECSCSOE /v TaskSequence_BuildDate /d "%date% %time%" /f For getting Task Sequence Name in the … Read more

KMDF Related Issues

I have seen a strange problem when we target the drivers as software package the installation was never triggered in the Task sequence, When we look for an alternative to make this package as PnP it will fail some time the package will install however we will get below error screen, By looking at the … Read more

Language packs Download location

  Here are the Language packs direct link for download   Windows 7 and Windows 8   https://www.microsoft.com/oem/en/installation/downloads/Pages/Windows-8-Language-Interface-Packs.aspx#fbid=XRsDof5TWzj https://www.microsoft.com/oem/en/installation/downloads/Pages/windows_7_language_interface_packs.aspx#fbid=XRsDof5TWzj