deploying a bath file with SCCM
Hi
I am trying to copy a software from C:\ ProgramData...
to "%USERPROFILE%\Start Menu\Programs\Startup"
Here's is m bath file:
copy "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Cisco Jabber\Cisco Jabber.lnk" "%USERPROFILE%\Start Menu\Programs\Startup"
the bath file is working/ copying properly when double click on it which means manually.
now, I am trying to deploy it to all the system with SCCM hence, the software is installed on the SCCM but the file is not copied
see attached file
any thoughts about why it's working properly and not working with the SCCM?
thanks
Answers (1)
You need the SCCM 'Application' to run as the User and not as the SYSTEM. This will allow the batch access to the users profile.
I dont have my lab up so I cant show you the dialog sorry. I cant remember if its during the creation of the SCCM application or during deployment, when the option shows up.