Author Archives: Brian Gonzalez

Clean up MDT “Leftover Junk” from Previous Task Sequence (The task sequence has been suspended)

By | June 15, 2011
Share

In A LOT of cases, MDT fails to clean up properly after a Failed or even Successful Task Sequence.  These leftover files are a nuisance, and can cause the following error (The task sequence has been suspended). Ive come accustomed to using the Diskpart tool to perform a “Clean” against “Disk 0” to ensure all… Read More »

Hide the “Capture” Wizard screen for deployment Task Sequences ONLY

By | June 15, 2011
Share

If the "SkipCapture=YES" rule is set against the “[Default]” section, all Task Sequences including your Capture Task Sequences. A method to skip this screen only for desired Task Sequences, simply set the “Create WIM” step to “Disabled” under the “State Restore\Capture Image” groups.

Speed Up Windows XP Shutdown via Registry

By | May 2, 2011
Share

Some basic registry settings to help with speeding up Windows shutdown in XP. =========== START OF SpeedUpShutdown.reg =================== Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Control Panel\Desktop] "HungAppTimeout"="1000" "WaitToKillAppTimeout"="1000" [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control] "WaitToKillServiceTimeout"="1000" =========== END OF SpeedUpShutdown.reg ===================== Reference: http://www.computing.cc/windows-xp/how-to-speed-up-shutdown-on-windows-xp/

Include Ramdom Number in CustomSettings.ini

By | April 11, 2011
Share

In some cases, naming computers, naming log files, etc having a ramdom value is helpful.  I found a quick way to accomplish this using a VBS include line in the CS.ini. RamdomNumber = #Randomize: Replace((RND()*10),”.”,””) # Will produce a fairly short random number(ie. 7055475). This can now be used throughout your INI.

A new Promising Microsoft tool DaRT

By | March 27, 2011
Share

This tool will change the way troubleshooting and recovery is done in the field.  These tools are essential and we have found our ways to performing these tasks.  The one I’m excited about is the “Remote Connection” functionality. Check out the SpringBoard BLOG for more info: http://windowsteamblog.com/windows/b/springboard/archive/2011/03/23/a-peek-into-the-upcoming-dart-7-release.aspx