HI all
I just wanted to ask the best way of performing a certain function during OSD deployment.
We are building a citrix XD75 farm using SCCM, migrating away from MDT,
In MDT we use a script to alter some registry variables for example:
REM Improve UI consistency - replace 'Microsoft San Serif' with 'Tahoma' ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes" /v "MS Shell Dlg" /d Tahoma /t REG_SZ /f REM Remove Briefcase from New menu DELETE HKCR\Briefcase /f
Now in MDT this works perfect every time no issues
so what I have done is turn the script into a package and add it into the OSD Sequence, now the sequence runs with no issues, however on competition when I check the registry for the values which should be altered nothing has changed,
I need to know why and how to fix this as its seems that not being able to deploy stuff via the ADMIN account is proving to be a show stopper for us as the moment
Many thanks.
Chris