Sign in
Venkat's Blog
Tags
Boot from VHD
Custom MDT controls
Dual Boot
Environment Variable
MDT
MDT Wizard Controls
MDT2010
Windows 8 Dual Boot
Wizard variables
Browse by Tags
TechNet Blogs
>
Venkat's Blog
>
All Tags
>
mdt2010
Tagged Content List
Blog Post:
Creating additional controls for MDT Application
Venkat Raghavan Sundararaj
Creating controls for your application deployment is fairly simple. Step 1: Create a simple HTML controls with the variable names you would like to use and the values Step 2: Remove the character returns , spaces and form this in a single line format Step 3: Create a script to drive the installation...
on
13 Apr 2012
Blog Post:
Registering Environment Variables in MDT - Script
Venkat Raghavan Sundararaj
It’s possible to write a task sequence variable but not the Windows Environment Variables. But you can write a simple wsf file and use the in-built registry write function. <job id=" Z_Filename .wsf "> <script language="VBScript" src="ZTIUtility.vbs"/> <script language=...
on
5 Jul 2011
Page 1 of 1 (2 items)