Hello I am trying to run simple script that basically runs at startup for each computer. It will not run successfully unless it is run as "admiministrator equivalent". The script is pretty simple as it is a batch file run as .cmd
echo on
cls
net use y: \\servername\remove
ccmclean.exe /all /q
net use y: /delete
exit
Any suggestions as to the best format of delivery to get this job done? thanks for any and all help.
Peter