applescript - 'tell application "Finder" to restart' brings up WorkflowServiceRunner.xpc wants to make changes -
i wrote reboot scripts both snow leopard , lion boot between them.
sl script works fine, seems lion has additional security feature requires password when script run.
i dialog requesting password says: "workflowservicerunner.xpc wants make changes. type password allow this"
is there way in code send pw info runs automatically?
you mean had type password because of tell application "finder" restart? in case, can use
do shell script "killall finder" tell application "finder" open
Comments
Post a Comment