How to uninstall MacKeeper, once and for all!

I installed MacKeeper, by accident, like an idiot.  I have followed, what I thought to be everything, to uninstall it for my desktop to no success.  I am so frustrated, whenever i go to a new site it pops up again.  Please help.

There is no need to download anything to solve this problem. You may have installed a variant of the "VSearch" ad-injection malware.
Malware is always changing to get around the defenses against it. These instructions are valid as of today, as far as I know. They won't necessarily be valid in the future. Anyone finding this comment a few days or more after it was posted should look for a more recent discussion, or start a new one.
The VSearch malware tries to hide itself by varying the names of the files it installs. To remove it, you must first identify the naming pattern.
Triple-click the line below on this page to select it, then copy the text to the Clipboard by pressing the key combination  command-C:
/Library/LaunchDaemons
In the Finder, select
          Go ▹ Go to Folder...
from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.
A folder named "LaunchDaemons" may open. Look inside it for two files with names of the form
          com.something.daemon.plist
and
           com.something.helper.plist
Here something is a variable word, which can be different in each case. So far it has always been a string of letters without punctuation, such as "cloud," "dot," "highway," "submarine," or "trusteddownloads." Sometimes the word is "apple," and then you must be especially careful not to delete the wrong files, because many built-in OS X files have similar names.
If you find these files, leave the LaunchDaemons folder open, and open the following folder in the same way:
/Library/LaunchAgents
In this folder, there may be a file named
          com.something.agent.plist
where the word something is the same as before.
If you feel confident that you've identified the above files, back up all data, then drag just those three files—nothing else—to the Trash. You may be prompted for your administrator login password. Close the Finder windows and restart the computer.
Don't delete the "LaunchAgents" or "LaunchDaemons" folder or anything else inside either one.
The malware is now permanently inactivated, as long as you never reinstall it. You can stop here if you like, or you can remove two remaining components for the sake of completeness.
Open this folder:
/Library/Application Support
If it has a subfolder named just
           something
where something is the same word you saw before, drag that subfolder to the Trash and close the window.
Don't delete the "Application Support" folder or anything else inside it.
Finally, in this folder:
/System/Library/Frameworks
there may an item named exactly
            v.framework
It's actually a folder, though it has a different icon than usual. This item always has the above name. Drag it to the Trash and close the window.
Don't delete the "Frameworks" folder or anything else inside it.
If you didn't find the files or you're not sure about the identification, post what you found.
If in doubt, or if you have no backups, change nothing at all.
The trouble may have started when you downloaded and ran an application called "MPlayerX." That's the name of a legitimate free movie player, but the name is also used fraudulently to distribute VSearch. If there is an item with that name in the Applications folder, delete it, and if you wish, replace it with the genuine article from mplayerx.org.
This trojan is often found on illegal websites that traffic in pirated content such as movies. If you, or anyone else who uses the computer, visit such sites and follow prompts to install software, you can expect more of the same, and worse, to follow. Never install any software that you downloaded from a bittorrent, or that was downloaded by someone else from an unknown source.
In the Security & Privacy pane of System Preferences, select the General tab. The radio button marked Anywhere  should not be selected. If it is, click the lock icon to unlock the settings, then select one of the other buttons. After that, don't ignore a warning that you are about to run or install an application from an unknown developer.
Then, still in System Preferences, open the App Store or Software Update pane and check the box marked
          Install system data files and security updates (OS X 10.10 or later)
or
          Download updates automatically (OS X 10.9 or earlier)
if it's not already checked.

Similar Messages

  • Current CC subscription turns into trial mode every other month... How to fix this once and for all?

    Current my current always promptly paid CC subscription regularly turns into Trial mode. This means I can use Apps in trial mode (how nice...), ask me to get a paid subscription, and at the same time happily charges my credit card. This happens every other months. Then I have to discuss this with their agents, which usually takes days to weeks, because they don't know what's going on. How on earth can this be fixed one and for all?!
    Thanks,
    Hinnerk

    Hinnerk do you have a case number from your previous contact with our support team that I can reference?
    If you have a valid membership then please see Sign in, activation, or connection errors | CC, CS6, CS5.5 - http://helpx.adobe.com/x-productkb/policy-pricing/activation-network-issues.html for information on how to resolve connection errors.

  • How to fix permissions once and for all??

    This seems to happen every fresh OS X install, about a week's worth of silly permissions problems, like the mac doesn't believe that you're allowed to put things in folders you created in Documents.
    I made folder, then had to give read/write permissions, and now again. and again.
    I would like to be done with this work-preventing nonsense and give this mac the order that yes, I am allowed to move things, put things into take things out of, my documents folder.
    is resetting the ACLs the procedure for this?
    thanks

    Back up all data before proceeding.
    This procedure will unlock all your user files (not system files) and reset their ownership, permissions, and access controls to the default. If you've intentionally set special values for those attributes on any of your files, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it, but you do need to follow the instructions below.
    Step 1
    If you have more than one user, and the one in question is not an administrator, then go to Step 2.
    Triple-click anywhere in the following line on this page to select it:
    sudo find ~ $TMPDIR.. -exec chflags -h nouchg,nouappnd,noschg,nosappnd {} + -exec chown -h $UID {} + -exec chmod +rw {} + -exec chmod -h -N {} + -type d -exec chmod -h +x {} + 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Launch the built-in 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 and start typing the name.
    Paste into the Terminal window by pressing 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.
    You'll be prompted for your login password, which won't be displayed when you type it. Type carefully and then press return. You may get a one-time warning to be careful. If you don’t have a login password, you’ll need to set one before you can run the command. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The command may take several minutes to run, depending on how many files you have. Wait for a new line ending in a dollar sign ($) to appear, then quit Terminal.
    Step 2 (optional)
    Take this step only if you have trouble with Step 1, if you prefer not to take it, or if it doesn't solve the problem.
    Start up in Recovery mode. When the OS X Utilities screen appears, select
              Utilities ▹ Terminal
    from the menu bar. A Terminal window will open. In that window, type this:
    resetp
    Press the tab key. The partial command you typed will automatically be completed to this:
    resetpassword
    Press return. A Reset Password window will open. You’re not going to reset a password.
    Select your startup volume ("Macintosh HD," unless you gave it a different name) if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button.
    Select
               ▹ Restart
    from the menu bar.

  • Lightroom keeps changing default import location; how to set it once and for all?

    Hi all,
    I'm on a mac, and coming from iPhoto. After migrating to Lightroom, I made is so my photos imports from my camera into "/Pictures/LightroomMasters/year/month/day".Now, suddenly, I noticed that they end up in "/Pictures/year/month/day".
    I really want Lightroom to keep importing everything inside the "Lightroom Masters"-folder, without me clicking to that location everytime I attach my camera. But going through the Preferences, and Catalouge-settings, I can not find the equivalent of "Default import location". Is there such a setting? Or is Lightroom meant to remember where is imported to last, and keep on using that?
    Thanks in advance,
    Andreas

    It seems to remember the folder structure on my system. But I'm running Windows 7. I just tested it by inserting a memory card and importing the images on it, I don't connect cameras to my computer, to my E drive and to a folder named Pictures 2015. I had LR place these images in a sub-folder of that Picture 2015 with the date in the format of 20150201 and which these picture were taken on the 30th of January so the folder was 20150130. I then closed LR and reopened it and took some more shots around the house and then imported those. LR import dialog went right back to that E drive \Pictures 2015 folder and placed those newer images in a folder named 20150201.
    So it remembered which drive and which top level folder it was supposed to. Not sure it it would work with a secondary sub-folder under the Pictures 2015 folder.
    To be honest I rarely use the import from memory card feature of LR. I don't care for the naming conventions it offers. I do use the Adobe Photo Downloader applet that comes with PS Bridge as the naming convention in that creates sub-folders with just the month and day in this format 0201. I don't need the year tacked on to the front of that sub-folder name, although it can do that, as I store all my images by years to begin with. Then I import to LR from those folders the APD app creates.
    If you are using more than one camera it might remember for each camera so from now on it will go back to the right folder.

  • Very frequently when I click on a link, this message comes up: Connection was re-set. Then I can use Try again button. Annoying and time-waster. How to resolve this once and for all? In simple English only, please - I'm not a techie. Thanks.

    See question above. Think that says it.

    Maybe these will help:
    https://discussions.apple.com/message/17677533#17677533
    https://discussions.apple.com/message/18324129#18324129
    https://discussions.apple.com/message/18203126#18203126

  • Please a simple problem but I don't know how to solve it. After installing 16 gb of ram all is good but when I turn on the computer it is a window signaling that all is correct. How is possible to delete once and for all that window? Thank you

    Please a simple problem but I don't know how to solve it. After installing 16 gb of ram all is good but when I turn on the computer it is a window signaling that all is correct. How is possible to delete once and for all that window? Thank you

    Well then maybe you could take a screenshot because the appearance of such a window is news to me.
    Also post your OS X version and what model Mac you have. The more detail, the better. Thanks.
    To take a screenshot hold ⌘ Shift 4 to create a selection crosshair. Click and hold while you drag the crosshair over the area you wish to capture and then release the mouse or trackpad. You will hear a "camera shutter" sound. This will deposit a screenshot on your Desktop.
    If you can't find it on your Desktop look in your Documents or Downloads folder.
    When you post your response, click the "camera" icon above the text field:
    This will display a dialog box which enables you to choose the screenshot file (remember it's on your Desktop) and click the Insert Image button.
    ⌘ Shift 4 and then pressing the space bar captures the frontmost window.
    ⌘ Shift 3 captures the entire screen.
    Drag the screenshot to the Trash after you post your reply.

  • I DON'T WANT TO UPGRADE OR HAVE AN ADD ON EVER, DISABLING UPDATES DOES NOT WORK, HOW DO I KILL ALL MEASAGES FOR UP GRADES AND ADD ON'S FOR EVER, ONCE AND FOR ALL, COMPLETELY, THE END AND NEVER BE BOTHERED AGAIN EVER!

    I DON'T WANT TO UPGRADE OR HAVE AN ADD ON EVER, DISABLING UPDATES DOES NOT WORK, HOW DO I KILL ALL MESSAGES FOR UP GRADES AND ADD ON'S FOR EVER, ONCE AND FOR ALL, COMPLETELY, THE END AND NEVER BE BOTHERED AGAIN EVER! ALSO IF I KILL MYSELF I WILL HOLD YOU PERSONALTY RESPONSIBLE.edit

    There is a world of information in these forums if you use the search function near the top right of this page. Just type in NAS for example and you get many threads on the subject (marked with a green checkmark if it solved the question) another example would be Airport Exterme and sound system. Once you formulate your ideas better then specific questions can be addressed one at a time. You may find that a less expensive choice for a server might be a mac mini. Good luck with your project, ask more specific questions and update you systems profile.

  • Thoroughly angry and frustrated. I've run out of room and need to make more to add more songs. Once and for all, how do I, if I even CAN, delete music from my iPod Nano WITHOUT losing them from iTunes?

    Thoroughly angry and frustrated. I've run out of room and need to make more to add more songs. Once and for all, how do I, if I even CAN, delete music from my iPod Nano WITHOUT losing them from iTunes?

    You should take the time to familiarize yourself with the documentation that is available.  You can "uncheck" a song in iTunes, and then do a manual update.

  • I was recently searching in my iPhone 3GS for a phone number, and the search hits revealed text messages that I have long ago deleted and would rather not have in my iPhone. How do I delete these once and for all?

    It was the strangest thing. You would think that once you delete a message off your phone it is gone.
    But in the "search iPhone" feature several key numbers like an area code reveal phone numbers of people
    who aren't in my contact list, specifically the first few words of text messages that I deleted long ago.
    I would like to eliminate these once and for all.
    Will "Erase Content and settings" do this for good? Once I restore the phone will they come back?
    Thanks.
    ******note found another thread relating to this********no need to reply********
    Message was edited by: stewart g.

    The terms of service of the Apple Support Communities prevent us from helping anyone with a jailbroken phone.
    You're on your own.  Good luck.

  • How to delete FOR GOOD, Once and for all, a podcast?

    Hi I have subscribed to a podcast that I want to delete. I cal click on delete, it geos away, and yet the next time I start itunes there it is again? THis has been going on for a month now... so I hope someone can hlpe me get rid of for once and for all this haunted podcast.
    Can you delete it from the folder instead of from itunes? I have never done something like this...
    Please help! Halloween is over and this is not funny anymore!
    nd

    This sounds like something having to do with Home Sharing rather than iTunes Match. Nothing will be downloaded from the cloud unless you specifically click the button. 
    There is a setting in the Home Sharing settings of iTunes that will copy music from one computer to another when ever iTunes is opened on both computers at the same time. I don't have multiple computers so I don't remember exactly where that setting is, but this KB article should be helpful <http://support.apple.com/kb/HT3819>. If the page doesn't load the first time just reload it.

  • Outlook 2007 .ost file corrupt / scanpst.exe 3-4x daily & 3 to 4 runs before "clean", long term issue - need help on how to repair my .OST FILE once and for all, please...

    I've had many issues with my .ost data file (couple years) with:  very slow going into outlook 2007, scanpst.exe 3-4x before its "clean", and have to run it few times daily.
    No major issues i can pinpoint, but just SLOW, hangs at times, file less than 1GB, IT people just mess it up more, etc.
    NEED some PROFESSIONAL minds to help me get this data file cleaned up once and for all... forever hopefully.
    Any help greatly appreciated.

    Why the need to repair it?
    You could:
    1. Create a new Outook profile a different name and a new ost will be created ( leaving the old one there)
    2. Close up Outlook completely, delete the existing.ost and re-open Outlook to create a new one.
    3. Close Outlook completely and rename the existing .ost and re-open Outlook to create a new one.

  • I will give $100 to the person who can solve this problem once and for all.

    I'm not even kidding, dude. We can do PayPay, I'll mail you a check, whatever you want. That is how frustrating this is, that is how badly I want it fixed, and that is how much overtime I've worked lately thanks to being shorthanded at my place of biz-nass. I'm an hombre of my word, so if you actually come up with a solution that works, the cheddar will be yours. Okay let's hit it.
    It's the skipping thing. First 10-12 seconds of a song - every song - will play fine, then iTunes skips, stutters, and basically does the god **** hokey pokey and shakes it all about. It happens most notably with songs that I double-click to play, but I'm pretty much noticing it on any song now after a transition is made. I've been using iTunes for ages and this didn't happen until the upgrade to 7.3. I have poured over these forums for nearly a week, tried every solution offered (even offered one of my own that actually worked for maybe four days before the whole thing started up again) and NOTHING. To save us all some time, here's what I've tried:
    - Downgrading. I'll admit I didn't do this correctly at first. I didn't remove everything according to the support guidelines, but I went down to version 6.05 and that did nothing to quell the skipping. I upgraded back up to 7.3 because hey, why not, and attempted the remaining trial fixes. I have since removed both iTunes and Quicktime, step my step according the the guidelines, and not only have I downgraded to my current running version of 7.2, I put both of the programs on my F drive (as opposed to the default C drive), my gigantic bonus internal drive where I typically keep nothing but my giganto music library. I thought putting the app on the same drive as the music might fix things. I thought wrong. Dead wrong. Dead diddly dum iddly wrong.
    - Quicktime settings. My settings for Quicktime have always been in safe mode with the output size at 16 bits. So when I saw this "fix" I just rolled my eyes. I used to have that dealio back in the dizzle when iTunes would just get all static-y and skip when I'd open other programs or even just minimize it, so that fix worked for that, but it's nothing compared to this. In simpler terms, that fix is like Superman, and this skipping? The kryptonite. Actually that's probably not a great metaphor, but we've got a ways to go and this is going to get mucho boring if I don't throw some chuckles out there. Ready for fix three? Giddy up!
    - Turn off cross-fade? It's never been on. I never really got the appeal of that, and also I think it resulted in some minor skipping back in the d. I also attempted similar fixes like turning off the equalizer, messing with the volume, closing last.fm, REMOVING an old album art retrieval program from back before iTunes got its **** together with album art, ANYTHING that might interfere with playback was turned off, removed, b-slapped, and sent crying home to its moms. Nada.
    - Recreating my library. This was the fix I offered someone else, because it actually did the trick for a few days. After an entire night spent reimporting 73 gigs worth of music, it played fine, but I did lose a ton of album art, playcounts, etc, so you can imagine how ****** I was when this wound up not being a permanent fix. I was beyond ******. I was livid. But I was taught in the dojos of my youth to channel my anger into productivity, and instead of sculpting a lovely bonsai tree, I set out to fix this pup once and for all.
    - That darn anti-virus! This was the final fix I tried, even though I wasn't using any of the culprit programs listed in the forums as causes of the skipping, and even those offering this as a solution confessed it was pretty hit or miss. But having tried everything else, having resorted to playing my music on MediaMonkey of all things, I figured I'd give it a shot. I used (reason for the past-tense forthcoming) AVG Anti-Virus, Lavasoft AdAware and something called Spyware Doctor that I think just came bundled with XP. I removed all of them. I had just done a virus scan recently to see if that's what was causing this, so I figured I'd be okay until I could redownload them after this fix wound up not working. And it didn't work, so there's that.
    There may be a couple of fixes I've tried that I'm forgetting now, since I'm delirious after spending practically every night for the past week trying to fix this problem, while my girlf, Heather, sits and laughs at me while watching Clark and Michael on her MacBook. In fact, she's laughing at the $100 offer as I type this, but I assure you, if you offer a solution that works, the money is as good as yours. If you come up with a workable solution, I'll have to test and make sure it isn't temporary like the recreating my library thing, but I won't leave you hanging once I'm satisfied that it's fixed for good. I know it's unorthodox, perhaps illegal in some states, but I'm desperate here, peeps. The ball is in your court, and I beg you not to give up the rock.
    Gateway E-2000 Windows XP

    I think the problem lays with Last.fm. I had the same exact problem as you. In your processes screen, end the task "lastfmhelper.exe" Last.fm still scrobbles. The tracks don't skip, although I notice there is still a bit of a lag in the first part of the song - but if you can deal with that, no skipping. I think you will have to end that task everytime you boot up your computer, or uninstall last.fm completely until they fix it; it is a bug in their software, as opposed to iTunes.

  • Once and for All ---- Please

    Hello all,
    I have used CF for several years now and bought Flex as soon
    as it was released. In my process of understanding how Flex handled
    Remote objects for CF I decided to use the CF Builder wizard for
    Flex that creates all kinds of nice CFC's and stuff for me to
    connect to a database and CRUD the data within. Ok all fine and
    dandy on the local machine, works great, I am impressed! That is
    until I try to upload the app to my Shared Server (HMS) and I get
    all kinds of cryptic error messages like:
    (mx:rpc:Fault)#0 error id = 0
    faultCode ='Client.Error.MessageSend"
    faultDetail = "Channel.Connect.Failed error
    NetConnection.Call.Failed :HTTP:Status 500"
    faultString = "Send Failed"
    message = "faultCode.Client.Error.MessageSend
    faultString:'Send Failed'
    faultDetail:'Channel.Connect.Failed error
    NetConnection.CallFailed: HTTP: Status 500" name = "Error"
    rootCause = (Object)#1
    code = NetConnection.Call.Failed"
    description = "HTTP: Status 500"
    details = "
    http://www.MYDOMIAN.com/flex2gateway/"
    level = "error"
    So I have read the DOCs and read all the blogs I can find on
    the subject but no one can clearly answer as to why I can not make
    this work on a Shared Server if I can make it work on my local box,
    Heck I can even tap into the MySQL database on the Shared Server
    via the Flex builder. I use HostMySite.com with the CF package if
    that helps.
    If it is just a matter of something on my hosts end I need
    them to configure for me that would be nice to know, or if I simply
    can't use Flex and CF together on a Shared Server all together.
    That would be nice to know. But for all the hype Flex is getting
    and how easy it supposed to be to create an app with CF, I am
    wondering why someone can not answer this question once and for
    all. I know others have posted to this and many other forums asking
    the same things I am. Is it too much to ask one of the Flex Gurru's
    of Adobe, or anywhere else for that matter to help us out?
    Not everyones wants to run their own server and I would think
    that Adobe would have kept that in mind when creating Flex, and how
    it would run on shared servers.
    So please if anyone can help understand this please let me
    know.
    Thanks

    Halodev / Peter,
    I was JUST about to ask the same question. The problem I was
    having was migrating a Flex app created on my local machine,
    connecting with my local CF app, to a test (model of production)
    server.
    I knew the following:
    1) The flex app worked as expected
    2) The data was not an issue, as I mapped a datasource to my
    production DB
    My main concern was getting the Flex app to work on the test
    server, but my biggest issue was the fact that the setup of my
    local and test servers are different. Example, I have a single
    instance locally, running off localhost. On my test server, I have
    multiple JRUN instances on the D-drive (as opposed to the c-drive,
    locally).
    From this post, I figured out that I needed to change the
    project properties to account for the different location of the
    flex-config file. I right clicked on the project and selected
    properties, and altered the values in the "Flex Compiler" and "Flex
    Server" sections to reflect the TEST server locations of the
    flex-config file.
    Now, to make life hard on myself, the "d" drive on my laptop
    is the CD ROM, and when I tried to enter the path in FB, I got an
    error saying that the path was invalid. I looked into partitioning
    my drive, but I was warned off it by our tech guy here (besides, it
    seemed too much like real work!). SO, I burned a CD with the proper
    path, just as a temporary solution.
    I re-built the app, and deployed ALL of the files in the
    local projects "bin" directory. It worked, eventually, but there
    are some questions I have, maybe, Peter, if you read this you could
    help.
    1) I had trouble with SSL - my test servers use them (as do
    the production servers). The SWF started to load but I got a 403
    error (that is SSL related, I believe). I'm not sure if that was
    when it was loading, or trying to access the CFC. Any thoughts on
    this? Are there known SSL issues?
    2) The whole "D" drive thing was a pain. As I mentioned, I
    have multpile JRUN instances on my Test (and Dev) server - one for
    each site. If I created a single generic site on the c-drive, would
    all sites that access flex be able to use that flex-config file, or
    do they need to access the local file? I'm not really getting how
    the flex services-config.xml file relates. Maybe I'll re-read your
    posts in this thread.
    3) Do I need to copy all the files from the bin directory, or
    is that over-kill? What is the bare-minimum code I need to get the
    Flex SWF to run? Could I just copy a sub-set of the HTML to a
    content management system?
    Any help with the above is appreciated.
    I'm not sure if I answered the original question, or
    contributed positively to this post - I hope I did, and that
    someone will find this information useful in the future.
    Cheers guys,
    David

  • Even I cant believe this is happening again! i'm once again asking for help with my account.  Since im very sick I ask that u look into my account and read the hell verizon has put me through and assist ending the hell once and for all even if that means

    Even I cant believe this is happening again! i'm once again asking for help with my account.  Since im very sick I ask that u look into my account and read the hell verizon has put me through and assist ending the hell once and for all even if that means ending my contract, i just want the hell over. I went into my bill tonight and the mess was still there I paid $110. that's what I owe

    I guess I spoke too soon!  I really can't believe this nightmare is not over yet! My account is still wrong.  The credit that I was due totaled $63.00  I am looking at a message on my phone saying that $21.01 was credited which makes my balance $219.72.  I received a text the following day that says, I processed your credit of $30.00 and your new balance $216.73 how is that possible?  None of the late fees were credited and the amount due for my monthly charges are wrong.  Before any changes were made to my data plan back in Nov. My monthly charges were $140.00, I needed my hot spot back and i was told that the hot spot will increase my bill $10 for each phone that totals $20.  The customer rep that change my data plan at that time also gave me a credit of $20 to compensate for the increase until I had time to talk with customer service about the mix-up with my Hot spot. I originally had the hot spot, but the rep that change my plan almost a year prior told me nothing was changing except I was getting more for less money.  I explained to that rep that I need my hot spot 4 times a year...and I don't want my plan to have any changes. To verify what I'm telling u check my account and see that I called from Albany New York wanting to know where my hot spot was and I was told I didn't have the hot spot on my account since the last data change!  I lost money once again due to the verizon rep's.  so my current data plan the rep promised would increase $20 which makes my monthly charges that were $140 prior to the change $160 after the hot spot was returned to my account.  Then I was given a $12 credit per month for 12 months because of so many mistakes made to my account so with that $12 credit my monthly charges should $148 + surcharges + taxes and that's not what I see. I do know this much right now my account is in such a shambles I can hardly see the light at the end if there is an end!  I need real help!
    >> Personal information removed by Verizon Moderator to comply with the Verizon Wireless Terms of Service <<

  • Once-and-for-all Authentification in Finder / Terminal

    Hello I need to install somethings (namely Font files … but this is irrelevant)
    in a certain Folder not part of my User Folder (though I am the Admin of my Machine).
    Should I do this manually, then must I enter my Password / Authentication upon each Action.
    Unnerving!
    I would like to be able to Authentify once-and-for-all (during a Session of editting);
    then perform my Tasks, then switch of my Authentication.
    (1.) Is this Possible (in Lion)?
    (2.) When yes, how?
    Note: I have vague Memories of doing this in Leopard (10.5.8), so this isn’t at all
    a wildly improbably thing.
    Thanks in Advance, should anyone constructively reply.

    You should never have to enable the root user.
    Tony Rombaldi posted this at MacInTouch. Give it a try:
    When you use the Disk Utility app and Repair Permissions, it doesn't actually repair the permission settings on folders and files in your Home folder, where your documents and personal applications may reside.
    In Lion, there is an additional Repair Permissions application utility hidden away. This tool is located inside boot Repair Utilities. Here's how to access it.
    1. Restart Lion and hold down the Command and R keys.
    2. You will boot into the Repair Utilities screen. On top, in the Menu Bar click the Utilities item, then select Terminal.
    3. In the Terminal window, type resetpassword and hit Return.
    4. The Password reset utility launches, but you're not going to reset the password. Instead, click on the icon for your Mac's hard drive at the top. From the drop-down below it, select the user account where you are having issues.
    5. At the bottom of the window, you'll see an area labeled 'Reset Home Directory Permissions and ACLs'. Click the Reset button there.
    The reset process takes a couple of minutes. When it's done, quit the programs you've opened and restart your Mac. Notice that 'Spotlight' starts re-indexing immediately.

Maybe you are looking for

  • First bill payment due date?

    Hello, I haven't received my first bill yet by mail but the verizon app/website tells me how much I owe and also the due date on jan 7, 2013. Does this mean my due date is on the 7th of every month or only for this first bill?

  • I don't know how to fix my iPod HELP!

    I was turning on my video iPod, just as I always do, and it start to do all of these weird tests. I may have held the center button too long and reset it, but nevertheless I am stuck on a screen that says "Accessorize Test" and below that there are t

  • Problem uploading attachments with Safari 4 & gmail.

    I didn't have this problem with the beta, but with the release version whenever I upload an attachment, after I select the file nothing happens. Anyone else have this problem, or is this a pebcak problem?

  • Who have made the entry in Z table

    Hi Friends,            Can anyone tell me - how to find out who have made the entry in Z table ? Sonal

  • Recommendations for choral sounds?

    Hi everyone, Anybody have any recommendations for a half-way decent choral sound? I don't necessary want to spend $600 on EW Symphonic Choir, but want a step up from the 3 or 4 goofy things I've got right now. I've heard bad things about the GB Voice