Month: June 2019

Add CmTrace to Task Sequence

After OS Installation, suddenly CmTrace cannot be found. Below is the command to add CmTrace to your Task Sequence. This will make CmTrace availble after OS Install. Add a Command line to your Task Sequence. Copy and paste line below in the command line. cmd /c xcopy X:\SMS\BIN\x64\CMTrace.exe %OSDTargetSystemDrive%\Windows\System32\ /E /H /C /I /Q /Y

Enable Mouse in OSD Task Sequence

A lot of times people wonder or ask about how to enable Mouse during OSD Task Sequence in MDT or SCCM. Here is the command. Just add a command line in your Task Sequence and copy and paste the command below: cmd.exe /c reg load HKLM\Offline c:\windows\system32\config\software & cmd.exe /c REG ADD “HKLM\Offline\Microsoft\Windows\CurrentVersion\Policies\System” /v EnableCursorSuppression