Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

How do I remove search.conduit

I looked at several posts on how to remove this, but none of them worked. The search.conduit is not my Safari Extensions. Please help bing search is very annoying!!!

iMac, OS X Mavericks (10.9), (Mid 2010), i5, 1TB Hardrive

Posted on Nov 24, 2013 5:09 AM

Reply
7 replies

Nov 24, 2013 12:39 PM in response to charnarunkit

You installed the Conduit spyware. To remove it, back up all data, then follow these instructions.


If the instructions don't work, proceed as follows.



Triple-click the line below on this page to select it:


~/Library/Application Support/Conduit


Copy the selected text to the Clipboard by pressing the key combination command-C. From the Finder menu bar, select


Go Go to Folder…


Paste into the box that opens (command-V), then press return. A Finder window should open with a folder named "Conduit" selected. If it does, delete the selected item.


Repeat with this line:

/Applications/Toolbars

Now you're deleting a folder named "Toolbars". You may be prompted for your login password. Next, copy this line:

/Library



Select Go to Folder… again and paste. Don't delete the Library folder. Delete only the following items inside it, if they exist.



  • Application Support/Conduit
  • InputManagers/CTLoader
  • LaunchAgents/com.conduit.loader.agent.plist
  • ScriptingAdditions/ct_scripting.osax
Close the Finder windows you opened. Log out and log back in.

I've seen a report that Conduit may be bundled with a scam "utility" called "MacKeeper." If you installed MacKeeper, you should remove it according to the developer's instructions. It's worthless and causes many problems reported on this site.

Nov 25, 2013 4:59 AM in response to charnarunkit

From the Finder Menu bar, select Go ▹ Go to Folder, and in the box that opens write:


~/Library/Application Support/Conduit


Delete the second item if it is there.


Now select Go to Folder again and enter /Library


From the folder that opens, delete the following items if they are there (you may need your login password):


Application Support/Conduit

InputManagers/CTLoader

LaunchAgents/com.conduit.loader.agent.plist

ScriptingAdditions/ct_scripting.osax


then close the folder. Now select Go to Folder again and write: /Applications/Toolbars


Delete that item and close the Finder windows you opened. Log out then log back in, and you should be rid of it.

Nov 25, 2013 7:29 AM in response to charnarunkit

Please read this whole message before doing anything.

This procedure is a diagnostic test. It changes nothing, and therefore will not, in itself, solve your problem.

Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The procedure will help identify which such modifications you've installed. Don’t be alarmed by the apparent complexity of these instructions — they’re easy to carry out and won’t change anything on your Mac.


These steps are to be taken while booted in “normal” mode, not in safe mode, if possible. If you’re now running in safe mode, reboot as usual before continuing. If you can only boot in safe mode, you can still use this procedure, but not all of it will work. Be sure to mention that in your reply, if you haven't already done so.


Below are instructions to enter UNIX shell commands. The commands are safe and do nothing but produce human-readable text output, but they must be entered exactly as given in order to work. If you have doubts about the safety of the procedure suggested here, search this site for other discussions in which it’s been followed without any report of ill effects. I am not asking you to trust me. If you can't satisfy yourself that these instructions are safe, don't follow them.
The commands will line-wrap or scroll in your browser, but each one is really just a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then copy it.


Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. Step 1 should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.


Launch the Terminal application in any of the following ways:


☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)


☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.


☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.


When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign (“$”) or a percent sign (“%”). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign.


Step 1


Triple-click anywhere in the line of text below on this page to select it:

{ echo -e "Loaded kernel extensions:"; kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}'; echo -e "\nLoaded user agents:"; launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'; echo -e "\nInserted user library paths:"; launchctl getenv DYLD_INSERT_LIBRARIES; echo -e "\nUser cron tasks:"; crontab -l; echo -e "\nSystem launchd configuration:"; cat /e*/la*; echo -e "\nUser launchd configuration:"; cat .lau*; echo -e "\nLogin items:"; osascript -e 'tell application "System Events" to get name of login items'; echo -e "\nLoadable bundles:"; cd; find -L /S*/L*/E* {,/}L*/{Ad,Compon,Ex,In,Keyb,Mail/Bu,P*P,Qu,Scripti,Servi,Spo}* -type d -name Contents -prune | while read d; do /usr/libexec/PlistBuddy -c 'Print :CFBundleIdentifier' "$d/Info.plist" | egrep -qv "^com\.apple\.[^x]|Accusys|ArcMSR|ATTO|HDPro|HighPoint|driver\.stex|hp-fax|JMicron|print|SoftRAID" && echo ${d%/Contents}; done; echo -e "\nUnsigned shared libraries:"; find /u*/{,*/}lib -type f -exec sh -c 'file -b $1 | grep -qw shared && ! codesign -v $1' {} {} \; -print; echo; ls -A /e*/cr* {,/}L*/{La,Priv,Sta}* L*/Fonts; } 2> /dev/null | open -ef


Copy the selected text to the Clipboard by pressing the key combination command-C. Then click anywhere in the Terminal window and paste (command-V). I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting.

The command may take up to about a minute to run, depending on the speed of the computer. A TextEdit window will open with the output. Post the contents of the TextEdit window (not the Terminal window) — the text, please, not a screenshot. You can then close the TextEdit window. The title of the window doesn't matter, and you don't need to post that. No typing is involved in this step.

Step 2


Remember that you must be logged in as an administrator for this step. Do as in Step 1 with this line:

{ echo -e "Loaded system agents:"; sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|cups|isc|ntp|postf|x)/{print $3}'; echo -e "\nInserted system library paths:"; sudo launchctl getenv DYLD_INSERT_LIBRARIES; echo -e "\nLogin hook:"; sudo defaults read com.apple.loginwindow LoginHook; echo -e "\nRoot cron tasks:"; sudo crontab -l; } 2> /dev/null | open -ef

This time you'll be prompted for your login password, which you do have to type. Nothing will be displayed when you type it. Type it carefully and then press return. You may get a one-time warning to be careful. Heed that warning, but don't post it. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.

To prevent confusion, I'll repeat: When you type your password in the Terminal window, you won't see what you're typing.

Note: If you don’t have a login password, you’ll need to set one before taking Step 2. If that’s not possible, skip the step.


Important: If any personal information, such as your name or email address, appears in the output of these commands, anonymize it before posting. Usually that won't be necessary.

Remember, Steps 1 and 2 are all copy-and-paste — no typing, except your password. Also remember to post the output as text, not as a screenshot.

You can then quit Terminal.

Nov 27, 2013 2:08 AM in response to Linc Davis

Here's what came up on textedit:


Loaded kernel extensions:

net.telestream.driver.TelestreamAudio (1.0.5)

com.logmein.hamachi (1.0)



Loaded user agents:

com.adobe.PDApp.AAMUpdatesNotifier.6896.EB0FEF79-6E67-48C1-8451-C3EADE04CE6C

org.macosforge.xquartz.startx

com.logmein.hamachimb

com.genieoinnovation.macextension

com.google.keystone.user.agent



Inserted user library paths:

/usr/lib/libimckit.dylib



User cron tasks:



System launchd configuration:

setenv DYLD_INSERT_LIBRARIES /usr/lib/libimckit.dylib



User launchd configuration:



Login items:

Steam, MacOS, iTunesHelper, PenTabletDriver, VMware Fusion Start Menu, Canon IJ Network Scanner Selector EX, uTorrent, CrossOver CD Helper, CrossOver CD Helper



Loadable bundles:

/System/Library/Extensions/hp_qc_io_enabler.kext

/System/Library/Extensions/TelestreamAudio.kext

Library/Address Book Plug-Ins/SkypeABDialer.bundle

Library/Address Book Plug-Ins/SkypeABSMS.bundle

Library/Internet Plug-Ins/Picasa.plugin

/Library/Extensions/ham.kext

/Library/Internet Plug-Ins/AdobePDFViewer.plugin

/Library/Internet Plug-Ins/DirectorShockwave.plugin

/Library/Internet Plug-Ins/EPPEX Plugin.plugin

/Library/Internet Plug-Ins/Flash Player.plugin

/Library/Internet Plug-Ins/Flip4Mac WMV Plugin.plugin

/Library/Internet Plug-Ins/Flip4Mac WMV Plugin.webplugin

/Library/Internet Plug-Ins/Google Earth Web Plug-in.plugin

/Library/Internet Plug-Ins/NPVirtools.plugin

/Library/Internet Plug-Ins/SharePointBrowserPlugin.plugin

/Library/Internet Plug-Ins/SharePointWebKitPlugin.webplugin

/Library/Internet Plug-Ins/Silverlight.plugin

/Library/Internet Plug-Ins/Unity Web Player.plugin

/Library/PreferencePanes/Flash Player.prefPane

/Library/PreferencePanes/Flip4Mac WMV.prefPane

/Library/PreferencePanes/MacFUSE.prefPane

/Library/PreferencePanes/Perian.prefPane

/Library/QuickTime/AC3MovieImport.component

/Library/QuickTime/Perian.component

/Library/ScriptingAdditions/ThaiTunes.osax

/Library/Spotlight/LogicPro.mdimporter

/Library/Spotlight/Microsoft Office.mdimporter



Unsigned shared libraries:

/usr/lib/libimckit.dylib

/usr/lib/libimckitsa.dylib

/usr/local/lib/libfuse.2.dylib

/usr/local/lib/libfuse_ino64.2.dylib



/Library/LaunchAgents:

com.adobe.AAM.Updater-1.0.plist

com.genieoinnovation.macextension.plist

com.logmein.hamachimb.plist

org.macosforge.xquartz.startx.plist



/Library/LaunchDaemons:

com.adobe.SwitchBoard.plist

com.adobe.fpsaud.plist

com.barebones.textwrangler.plist

com.genieoinnovation.macextension.client.plist

com.logmein.hamachi.plist

com.microsoft.office.licensing.helper.plist

org.macosforge.xquartz.privileged_startx.plist



/Library/PrivilegedHelperTools:

com.barebones.textwrangler

com.genieoinnovation.macextension.client

com.microsoft.office.licensing.helper



/Library/StartupItems:

PenTabletDriver



Library/Fonts:

Aksaramatee.ttf

AksaramateeBold.ttf

AksaramateeBoldIta.ttf

AksaramateeIta.ttf

Angsa.ttf

AngsaUPC.ttf

Angsab.ttf

AngsabUPC.ttf

Angsabi.ttf

AngsabiUPC.ttf

Angsai.ttf

AngsaiUPC.ttf

Browa.ttf

BrowaUPC.ttf

Browab.ttf

BrowabUPC.ttf

Browabi.ttf

BrowabiUPC.ttf

Browai.ttf

BrowaiUPC.ttf

CfontebB.ttf

CfontebBI.ttf

CfontebI.ttf

CfontebR.ttf

ChulaNarak.ttf

ChulaNarakBold.ttf

ChulaNarakBoldItalic.ttf

ChulaNarakItalic.ttf

CmPrasanmit.ttf

CmPrasanmitBold.ttf

CmPrasanmitBoldItalic.ttf

CmPrasanmitItalic.ttf

Cordia.ttf

CordiaUPC.ttf

Cordiab.ttf

CordiabUPC.ttf

Cordiabi.ttf

CordiabiUPC.ttf

Cordiai.ttf

CordiaiUPC.ttf

DC-Palamongkol.ttf

DC-Palamongkolbol.ttf

DC-Palamongkolbolita.ttf

DC-Palamongkolita.ttf

FreesiaUPC.ttf

FreesiabUPC.ttf

FreesiabiUPC.ttf

FreesiaiUPC.ttf

Himmaparnt.ttf

HimmaparntBold.ttf

HimmaparntBoldItalic.ttf

HimmaparntItalic.ttf

IrisUPC.ttf

IrisbUPC.ttf

IrisbiUPC.ttf

IrisiUPC.ttf

KaniGa.ttf

KaniGaBold.ttf

KaniGaBoldItalic.ttf

KaniGaItalic.ttf

Myriad Music Fonts 4.0

NakarachaBold.ttf

NakarachaBold_Italic.ttf

NakarachaItalic.ttf

NakarachaNormal.ttf

PskSmB.ttf

PskSmBI.ttf

PskSmI.ttf

PskSmR.ttf

SR-FahMai Bold Italic.ttf

SR-FahMai Bold.ttf

SR-FahMai Italic.ttf

SR-FahMai Normal.ttf

TEPC Aksaramatee Bol Ita.ttf

TEPC Aksaramatee Bol.ttf

TEPC Aksaramatee Ita.ttf

TEPC Aksaramatee.ttf

TEPC CM-Prasanmit Bol Ita.ttf

TEPC CM-Prasanmit Bol.ttf

TEPC CM-Prasanmit Ita.ttf

TEPC CM-Prasanmit.ttf

TEPC ChulaNarak Bol Ital.ttf

TEPC ChulaNarak Bol.ttf

TEPC ChulaNarak Ita.ttf

TEPC ChulaNarak.ttf

TEPC DC-Palamongkol Bol Ita.ttf

TEPC DC-Palamongkol Bol.ttf

TEPC DC-Palamongkol Ita.ttf

TEPC DC-Palamongkol.ttf

TEPC FonLeb Bol Ita.ttf

TEPC FonLeb Bol.ttf

TEPC FonLeb Ita.ttf

TEPC FonLeb.ttf

TEPC Himmaparnt Bol Ita.ttf

TEPC Himmaparnt Bol.ttf

TEPC Himmaparnt Ita.ttf

TEPC Himmaparnt.ttf

TEPC KaniGa Bol Ital.ttf

TEPC KaniGa Bol.ttf

TEPC KaniGa Ita.ttf

TEPC KaniGa.ttf

TEPC Nakaracha Bol Ita.ttf

TEPC Nakaracha Bol.ttf

TEPC Nakaracha Ita.ttf

TEPC Nakaracha.ttf

TEPC SR-FahMai Bold Italic.ttf

TEPC SR-FahMai Bold.ttf

TEPC SR-FahMai Italic.ttf

TEPC SR-FahMai.ttf

TEPC SmartPSK Bol Ita.ttf

TEPC SmartPSK Bol.ttf

TEPC SmartPSK Ita.ttf

TEPC SmartPSK Reg.ttf

TF Arluck Bol Ita.ttf

TF Arluck Bol.ttf

TF Arluck Ita.ttf

TF Arluck.ttf

TF Chiangsaen Bol Ita.ttf

TF Chiangsaen Bol.ttf

TF Chiangsaen Ita.ttf

TF Chiangsaen.ttf

TF Intanon.ttf

TF Lanna Bol Ita.ttf

TF Lanna Bol.ttf

TF Lanna Ita.ttf

TF Lanna.ttf

TF Manawika.ttf

TF NopScript Bol Ita.ttf

TF NopScript Bol.ttf

TF NopScript Ita.ttf

TF NopScript.ttf

TF Phethai Ita.ttf

TF Phethai.ttf

TF Pimai Bol Ita.ttf

TF Pimai Bol.ttf

TF Pimai Ita.ttf

TF Pimai.ttf

TF Pimpakarn Bol Ita.ttf

TF Pimpakarn Bol.ttf

TF Pimpakarn Extra Ita.ttf

TF Pimpakarn Extra.ttf

TF Pimpakarn Ita.ttf

TF Pimpakarn.ttf

TF Ratchaphruek Bol.ttf

TF Ratchaphruek.ttf

TF Srivichai Bol Ita.ttf

TF Srivichai Bol.ttf

TF Srivichai Ita.ttf

TF Srivichai.ttf

TF Uthong Bol Ita.ttf

TF Uthong Bol.ttf

TF Uthong Ita.ttf

TF Uthong.ttf

TH Baijam Bol Ita.ttf

TH Baijam Bol.ttf

TH Baijam Bold Italic.ttf

TH Baijam Bold.ttf

TH Baijam Ita.ttf

TH Baijam Italic.ttf

TH Baijam.ttf

TH Chakra Petch Bol Ita.ttf

TH Chakra Petch Bol.ttf

TH Chakra Petch Bold Italic.ttf

TH Chakra Petch Bold.ttf

TH Chakra Petch Ita.ttf

TH Chakra Petch Italic.ttf

TH Chakra Petch.ttf

TH Charm of AU.ttf

TH Charmonman Bol.ttf

TH Charmonman Bold.ttf

TH Charmonman.ttf

TH Fahkwang Bol Ita.ttf

TH Fahkwang Bol.ttf

TH Fahkwang Bold Italic.ttf

TH Fahkwang Bold.ttf

TH Fahkwang Ita.ttf

TH Fahkwang Italic.ttf

TH Fahkwang.ttf

TH K2D July8 Bol Ita.ttf

TH K2D July8 Bol.ttf

TH K2D July8 Bold Italic.ttf

TH K2D July8 Bold.ttf

TH K2D July8 Ita.ttf

TH K2D July8 Italic.ttf

TH K2D July8.ttf

TH KOHO Bol Ita.ttf

TH KOHO Bol.ttf

TH KOHO Ita.ttf

TH KoHo Bold Italic.ttf

TH KoHo Bold.ttf

TH KoHo Italic.ttf

TH KoHo.ttf

TH Kodchasal Bol Ita.ttf

TH Kodchasal Bol.ttf

TH Kodchasal Bold Italic.ttf

TH Kodchasal Bold.ttf

TH Kodchasal Ita.ttf

TH Kodchasal Italic.ttf

TH Kodchasal.ttf

TH Krub Bol Ita.ttf

TH Krub Bol.ttf

TH Krub Bold Italic.ttf

TH Krub Bold.ttf

TH Krub Ita.ttf

TH Krub Italic.ttf

TH Krub.ttf

TH Mali Grade6 Bol Ita.ttf

TH Mali Grade6 Bol.ttf

TH Mali Grade6 Bold Italic.ttf

TH Mali Grade6 Bold.ttf

TH Mali Grade6 Ita.ttf

TH Mali Grade6 Italic.ttf

TH Mali Grade6.ttf

TH Niramit AS Bol Ita.ttf

TH Niramit AS Bol.ttf

TH Niramit AS Bold Italic.ttf

TH Niramit AS Bold.ttf

TH Niramit AS Ita.ttf

TH Niramit AS Italic.ttf

TH Niramit AS.ttf

TH Sarabun Bol Ita.ttf

TH Sarabun Bol.ttf

TH Sarabun Ita.ttf

TH Sarabun.ttf

TH Srisakdi Bol.ttf

TH Srisakdi Bold.ttf

TH Srisakdi.ttf

THSarabun Bold.ttf

THSarabun BoldItalic.ttf

THSarabun Italic.ttf

THSarabun.ttf

ThaiManop.ttf

ThaiPetcharat.ttf

ThaiUnesco.ttf

ThaiWiengping.ttf

UPC-Angsa.ttf

UPC-Angsab.ttf

UPC-Angsabi.ttf

UPC-Angsai.ttf

UPC-Browa.ttf

UPC-Browab.ttf

UPC-Browabi.ttf

UPC-Browai.ttf

UPC-Cordia.ttf

UPC-Cordiab.ttf

UPC-Cordiabi.ttf

UPC-Cordiai.ttf

UPC-Dillenia.ttf

UPC-Dilleniab.ttf

UPC-Dilleniabi.ttf

UPC-Dilleniai.ttf

UPC-Eucrosia.ttf

UPC-Eucrosiab.ttf

UPC-Eucrosiabi.ttf

UPC-Eucrosiai.ttf

UPC-Freesia.ttf

UPC-Freesiab.ttf

UPC-Freesiabi.ttf

UPC-Freesiai.ttf

UPC-Garsia.ttf

UPC-Garsiab.ttf

UPC-Garsiabi.ttf

UPC-Garsiai.ttf

UPC-Hyacinth.ttf

UPC-Hyacinthb.ttf

UPC-Hyacinthbi.ttf

UPC-Hyacinthi.ttf

UPC-Iris.ttf

UPC-Irisb.ttf

UPC-Irisbi.ttf

UPC-Irisi.ttf

UPC-Jasmine.ttf

UPC-Jasmineb.ttf

UPC-Jasminebi.ttf

UPC-Jasminei.ttf

UPC-Kodchiang.ttf

UPC-Kodchiangb.ttf

UPC-Kodchiangbi.ttf

UPC-Kodchiangi.ttf

UPC-Lily.ttf

UPC-Lilyb.ttf

UPC-Lilybi.ttf

UPC-Lilyi.ttf

UPC-Merremia.ttf

UPC-Merremiab.ttf

UPC-Merremiabi.ttf

UPC-Merremiai.ttf

UPC-Nosegay.ttf

UPC-Nosegayb.ttf

UPC-Nosegaybi.ttf

UPC-Nosegayi.ttf

UPC-Orchid.ttf

UPC-Orchidb.ttf

UPC-Orchidbi.ttf

UPC-Orchidi.ttf

UPC-Pansy.ttf

UPC-Pansyi.ttf

UPC-Quakerladyb.ttf

UPC-Quakerladybi.ttf

UPC-Roseb.ttf

UPC-Rosebi.ttf

UPC-Salviab.ttf

UPC-Salviabi.ttf

UPC-Tansy.ttf

UPC-Tansyb.ttf

UPC-Tansybi.ttf

UPC-Tansyi.ttf

UPC-Umbellar.ttf

UPC-Umbellarb.ttf

UPC-Umbellarbi.ttf

UPC-Umbellari.ttf

UPC-Vanila.ttf

UPC-Vanilab.ttf

UPC-Vanilabi.ttf

UPC-Vanilai.ttf

UPC-Wisteria.ttf

UPC-Wisteriab.ttf

UPC-Wisteriabi.ttf

UPC-Wisteriai.ttf

UPC-Xerophyte.ttf

UPC-Xerophyteb.ttf

UPC-Xerophytebi.ttf

UPC-Xerophytei.ttf

UPC-Yucca.ttf

UPC-Yuccab.ttf

UPC-Yuccabi.ttf

UPC-Yuccai.ttf

UPC-Zinnia.ttf

UPC-Zinniab.ttf

UPC-Zinniabi.ttf

UPC-Zinniai.ttf

UPCxABold.ttf

UPCxABoldItalic.ttf

UPCxAItalic.ttf

UPCxALight.ttf

UPCxBBold.ttf

UPCxBBoldItalic.ttf

UPCxBItalic.ttf

UPCxBLight.ttf

UPCxCBold.ttf

UPCxCBoldItalic.ttf

UPCxCItalic.ttf

UPCxCLight.ttf

UPCxDBold.ttf

UPCxDBoldItalic.ttf

UPCxDItalic.ttf

UPCxDLight.ttf

UPCxEBold.ttf

UPCxEBoldItalic.ttf

UPCxEItalic.ttf

UPCxELight.ttf

UPCxFBold.ttf

UPCxFBoldItalic.ttf

UPCxFItalic.ttf

UPCxFLight.ttf

UPCxGBold.ttf

UPCxGBoldItalic.ttf

UPCxGItalic.ttf

UPCxGLight.ttf

UPCxHBold.ttf

UPCxHBoldItalic.ttf

UPCxHItalic.ttf

UPCxHLight.ttf

UPCxIBold.ttf

UPCxIBoldItalic.ttf

UPCxIItalic.ttf

UPCxILight.ttf

UPCxJBold.ttf

UPCxJBoldItalic.ttf

UPCxJItalic.ttf

UPCxJLight.ttf

UPCxKBold.ttf

UPCxKBoldItalic.ttf

UPCxKItalic.ttf

UPCxKLight.ttf

UPCxLBold.ttf

UPCxLBoldItalic.ttf

UPCxLItalic.ttf

UPCxLLight.ttf

UPCxMBold.ttf

UPCxMBoldItalic.ttf

UPCxMItalic.ttf

UPCxMLight.ttf

UPCxNItalic.ttf

UPCxNLight.ttf

UPCxOItalic.ttf

UPCxOLight.ttf

UPCxPBold.ttf

UPCxPBoldItalic.ttf

UPCxPItalic.ttf

UPCxPLight.ttf

UPCxQBold.ttf

UPCxQBoldItalic.ttf

UPCxQItalic.ttf

UPCxQLight.ttf

UPCxRBold.ttf

UPCxRBoldItalic.ttf

UPCxRItalic.ttf

UPCxRLight.ttf

UPCxSBold.ttf

UPCxSBoldItalic.ttf

UPCxSItalic.ttf

UPCxSLight.ttf

encodings.dir

fonts.dir

fonts.list

fonts.scale



Library/LaunchAgents:

.DS_Store

com.adobe.AAM.Updater-1.0.plist

com.google.keystone.agent.plist

jp.co.canon.Inkjet_Extended_Survey_Agent.plist



Library/Stand O'Food 3:

ProfileInfo.nut

web

xpromo

xpromo.log

xpromo.log.0

xpromo.updated

Nov 27, 2013 2:10 AM in response to Linc Davis

Here is what came up in the second textedit window:


Loaded system agents:

org.macosforge.xquartz.privileged_startx

com.microsoft.office.licensing.helper

com.logmein.hamachi

com.genieoinnovation.macextension.client

com.barebones.textwrangler

com.adobe.SwitchBoard

com.adobe.fpsaud



Inserted system library paths:

/usr/lib/libimckit.dylib



Login hook:



Root cron tasks:

How do I remove search.conduit

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.