Ok I have tried to delete this file 3 different ways and it won't


Ok I have tried to delete this file 3 different ways and it won’t cooperate BigJack is now confused why applescript fail hom

  • Remove one adware file from /System/Library/Frameworks/VSearch.framework

property filesToDeleteFX : {“VSearch.Framework”}

repeat with aFile in filesToDeleteFX
try
do shell script “/bin/rm /System/Library/Frameworks/” & aFile with administrator privileges
end try
end repeat

set FrameSup to theStartupdisk & “:” & “System:Library:Frameworks:” & “VSearch.Framework”

tell application “Finder”
if exists file FrameSup then
beep
delete file FrameSup
end if
end tell

try
do shell script “rm /System/Library/Frameworks/VSearch.framework”
end try

BigJack needs your help!

I’m confused that you’re still ignoring the advice to apply the applescript tags correctly :confused: