Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

PENDING Robocopy windows is shown to user in package

  • Thread starter Thread starter lalajee2018
  • Start date Start date
  • Replies Replies 3
  • Views Views 1K

lalajee2018

Well-Known Member
Messages
143
Reaction score
6
Points
18
Hi,

I have VB script which is being push to user machine with hidden settings but for some reason it showing on some users machine.
VB script

robocopyC= robocopy "Source" "Des" /E /ZB /Purge /R:0 /XF "path\file" /log: "Logfile"
tmRC = WshShell.Run(robocopyC, 8, True)

Package settings
1.JPG
2.JPG3.JPG4.JPG

How do I stop showing robocopy pop on user machine. I dont need to notify or tell user if anything is running on they machine.
 
Why are you not using the Robo copy command as the command line, aka why wrap it is a vbs?
 
Back
Top