In SCCM 2007: Software Distribution: Packages : Programs
We use this as a program to run before installing an application package in SCCM 2007.
schtasks.exe /change /TN "\Microsoft\Windows\SystemRestore\SR" /Disable
This runs first then we run a setup.exe /b for the next program.
Is there a link to documentation on how to do this in sccm 2012?
This is required for an encryption application to install.
Thanks