Hi Joe,
Kindly help me with how to prepare the following batch script, when I try to run the batch script manually it works, but the same gets failed when I push it from the landesk. I hope something to do with the batch file. Versionlist xml , Which I have customized according to my environment
@Echo OFF
reg add "HKCU\Software\Microsoft\Internet Explorer\VersionManager" /v DownloadVersionList /t REG_DWORD /d 0 /f3
cd\
md "versionlist"
Xcopy /y "\\servername\versionlist.xml" "%LOCALAPPDATA%\Microsoft\Internet Explorer\VersionManager"
Exit B /0