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

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -