Trackpad mouse moving on its own and creating new folder on desktop

This stared a few weeksd ago, I've lost control of my macbook pro as my mouse has a mind of its own.
The laptop barely(or even not at all) responds to my control.  It's like there was somebody else controlling my mouse, my keyboard works fine however.  The guy hacking me looked at my mailbox, dropped a few things from the dock, made a new folder on the desktop and opened my photos.  I've tried everything including  turning off wi-if, my reuter and under "system preferences" unclicked "sharing" of anything. I also took it to the genius bar to have my laptop wiped and updated to OS X Mountain Lion.
Last week, my mouse again started to move on its own and created a new folder on my destop.
I don't know if anyone has the same experience...and if so, please let me know what is going on and is there a solution?
Thank you

Woah, I just got this really sketchy email a few hours later. It's a bounce back from an invalid address, but it includes the previous few messages too... these guys are definitely speaking in some sort of code.
I pasted it on this google doc for your inspection, pretty crazy. Do you think it could be related to this cursor moving incident? Did I get remotely hacked or something?
https://docs.google.com/document/d/1NlP_g-skisehtH-kEMKPvYjDL5hrhyGPBcCpS_L4_AI/ edit?hl=en_US

Similar Messages

  • The mouse moves on its own and the screen freezes and zooms in and out.

    About 2 months ago I bought a new macbook pro and over the last couple of days it has produced all these problems!
    The screen jolts and freezes and only has gradual movement and zooms in and out on a page and the mouse also freezes and moves on its own.  This usually happens when I am on the internet.
    Its happened twice now where it works perfectly fine and then all of a sudden it happens.
    Has anyone else had this before? Is it a virus?
    Any thoughts or suggestions would be much appreciated!

    About 2 months ago I bought a new macbook pro and over the last couple of days it has produced all these problems!
    The screen jolts and freezes and only has gradual movement and zooms in and out on a page and the mouse also freezes and moves on its own.  This usually happens when I am on the internet.
    Its happened twice now where it works perfectly fine and then all of a sudden it happens.
    Has anyone else had this before? Is it a virus?
    Any thoughts or suggestions would be much appreciated!

  • ITunes update removes quicklaunch icons and creates new folder each time

    Everytime I install an iTunes update, it removes my quicklaunch icon and creates a new start menu folder.  I keep the iTunes start menu folder in a 'Media' subfolder (to keep things organized), but each time I update iTunes on each of my computers it creates a new iTunes folder in the main start menu. Any way to make it stop doing this? Since I work on multiple machines, it can be really irritating to have to redo icons and move folders each time.
    Working on PCs (Dell work laptops) running Windows 7.
    Thanks!

    Unfortunately it won't go into disk mode. Even tried the "put your ipod on a flat surface" trick. I'm wondering if the battery hasn't stopped holding a charge. But it seems the symptoms would be more like a constant battery icon. Instead I'm getting the sad face everytime I try to put it in disk mode or reset. Ideas? Throw ipod against wall? Blow on it like old-school Nintendo cartridges?
    Oh, and yes, it is Windows formatted.
    Any and all help would be appreciated.

  • Disabling JFileChooser's rename and create new folder options

    Thanx in advance.
    Can anybody guide me as to how to disable the following in JFileChooser :
    1. tool bar buttons where the user can create a new folder.
    2. Renaming a file
    regards,
    Vikas

    Ok, ok, here's the code. Again, don't use if you don't absolutely have to.
    Use at your own risk. This is just an example. No guarantees given. Etc, etc.
    import java.awt.*;
    import java.awt.event.*;
    import java.beans.*;
    import javax.swing.*;
    import javax.swing.table.*;
    import javax.swing.plaf.basic.*;
    public class ReadOnlyFileChooser extends JFileChooser {
        BasicFileChooserUI ui;
        public ReadOnlyFileChooser(String path) {
         super(path);
         if (System.getProperty("java.version").startsWith("1.4") &&
             getUI() instanceof BasicFileChooserUI) {
             ui = (BasicFileChooserUI)getUI();
             // Disable "New Folder" button
             ui.getNewFolderAction().setEnabled(false);
             addPropertyChangeListener(new PropertyChangeListener() {
              public void propertyChange(PropertyChangeEvent ev) {
                  if (ev.getPropertyName() == JFileChooser.DIRECTORY_CHANGED_PROPERTY) {
                   SwingUtilities.invokeLater(new Runnable() {
                       public void run() {
                        ui.getNewFolderAction().setEnabled(false);
             String className = ui.getClass().getName();
             if (className.equals("javax.swing.plaf.metal.MetalFileChooserUI") ||
              className.equals("com.sun.java.swing.plaf.windows.WindowsFileChooserUI")) {
              // Disable editing (file renaming) in JList
              JList list = (JList)findByClass(this, JList.class);
              MouseListener[] listeners = list.getMouseListeners();
              for (int i = 0; i < listeners.length; i++) {
                  className = listeners.getClass().getName();
              if (className.endsWith("FileChooserUI$SingleClickListener")) {
                   list.removeMouseListener(listeners[i]);
                   break;
              // Disable editing (file renaming) in JTable
              JToggleButton detailsViewButton = findDetailsViewButton(this);
              detailsViewButton.addActionListener(new ActionListener() {
              boolean done = false;
              public void actionPerformed(ActionEvent ev) {
                   if (!done && ((JToggleButton)ev.getSource()).isSelected()) {
                   SwingUtilities.invokeLater(new Runnable() {
                        public void run() {
                        JTable table =
                             (JTable)findByClass(ReadOnlyFileChooser.this,
                                       JTable.class);
                        if (table != null) {
                             TableColumn column =
                             table.getColumnModel().getColumn(0);
                             column.setCellEditor(null);
                   done = true;
    private static Component findByClass(Component comp, Class cls) {
         if (cls.isInstance(comp)) {
         return comp;
         } else if (comp instanceof Container) {
         Component[] comps = ((Container)comp).getComponents();
         for (int i = 0; i < comps.length; i++) {
              Component c = findByClass(comps[i], cls);
              if (c != null) {
              return c;
         return null;
    private static JToggleButton findDetailsViewButton(Component comp) {
         Icon detailsViewIcon = UIManager.getIcon("FileChooser.detailsViewIcon");
         if (comp instanceof JToggleButton &&
         ((JToggleButton)comp).getIcon() == detailsViewIcon) {
         return (JToggleButton)comp;
         } else if (comp instanceof Container) {
         Component[] comps = ((Container)comp).getComponents();
         for (int i = 0; i < comps.length; i++) {
              JToggleButton button = findDetailsViewButton(comps[i]);
              if (button != null) {
              return button;
         return null;
    public static void main(String[] args) {
         new ReadOnlyFileChooser(null).showOpenDialog(null);
         System.exit(0);

  • Changing the regedit for creating new folder on desktop

    Below is the registry subkey I need to change.  However, I get to the ContextMenuHandlers and can not find the New.  How do I add New to the directory string???
    2. Locate and then click the following registry subkey:
    HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\New\

    Below is the registry subkey I need to change.  However, I get to the ContextMenuHandlers and can not find the New.  How do I add New to the directory string???
    2. Locate and then click the following registry subkey:
    HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\New\
    You say you want to change the key ‘New’, somehow I suspect that ‘New’ is a reserved word and would not be used as a key name, perhaps it should be New Folder.
    However, if you want to add an entry named New, it can be done by right-clicking ContextMenuHandlers and choosing Key (if it is to have sub entries) or any of the other types, e.g. String Value (you have to know this otherwise it probably won't work). If
    it doesn’t work, it can be deleted by right-clicking it and choosing delete.
    You cannot mess up anything by adding an entry, but it is advisable to backup the registry or create a system restore point before making any changes.

  • Can not create new folder just briefcase

    canno

    Did you mena taht the Folder option is missing when you right click>New, if so, please refer to this link:
    http://social.technet.microsoft.com/Forums/windows/en-US/9ee6ecdf-5958-4af4-b640-c659ada57bc4/option-to-create-new-folder-on-desktop-is-missing
    (Answer provided by Linda, edit the registry key, you may back up registry first because incorrect setting in registry can cause serious issue.)
    If what you're referring to is not this, please describe this issue more detailed.
    Regards
    Yolanda
    TechNet Community Support

  • My macbook pro is running very slow with some strange mouse and window movements. The trackpad is very unresponsive and when responding the cursor moves on its own and/or very erratically. When on safari the window suddenly zooms in or highlights words.

    My macbook pro is running very slow with some strange mouse and window movements. The trackpad is very unresponsive and when responding the cursor moves on its own and/or very erratically. When on safari the window suddenly zooms in or highlights words and looks them up via dictionary. I currently have a wireless mouse connected and I am still having the same problems.
    I fee like I may have a virus or my laptop is perhaps being accessed remotely. All of the sharing options are unchecked.
    HELP PLEASE
    Very worried!!

    Try these in order testing your system after each to see if it's back to normal:
    1. a. Resetting your Mac's PRAM and NVRAM
        b. Intel-based Macs: Resetting the System Management Controller (SMC)
    2. Restart the computer in Safe Mode, then restart again, normally. If this doesn't help, then:
         Boot to the Recovery HD: Restart the computer and after the chime press and hold down the
         COMMAND and R keys until the Utilities menu screen appears. Alternatively, restart the computer and
         after the chime press and hold down the OPTION key until the boot manager screen appears.
         Select the Recovery HD and click on the downward pointing arrow button.
    3. Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the Utilities menu. Repair the Hard Drive and Permissions as follows.
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the main menu. Select Restart from the Apple menu.
         Reinstall the 10.9.2 update: OS X Mavericks 10.9.2 Update (Combo).
    4. Reinstall Lion/Mountain Lion, Mavericks: Reboot from the Recovery HD. Select Reinstall Lion/Mountain Lion, Mavericks from the Utilities menu, and click on the Continue button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.
    Reinstall the 10.9.2 update: OS X Mavericks 10.9.2 Update (Combo).

  • Mouse moves on its own

    hey,
    does anyone have the same problem?
    my mouse on the screen moves on its own and presses random buttons:( so annoying
    I haven't had this computer even a year and its giving me a problem.
    I use logitec wireless mouse. is there anything i need to set up in the preferences?
    thank you

    There are several possible causes for this issue. Take each of the following steps until it's resolved.
    1. Follow the instructions in this support article.
    2. Open the Bluetooth preference pane in System Preferences and check for unknown or forgotten input devices. Disconnect any USB input devices that you aren't using.
    3. Boot in safe mode and test, preferably without launching any third-party applications. If you don't have the problem in safe mode, but it comes back when you reboot as usual, stop here and post your results. If you can't boot in safe mode, do the same. If you booted in safe mode and there was no change, go on to the next step.
    4. Reset the System Management Controller.
    5. If you're using a Bluetooth trackpad, investigate potential sources of interference, including USB 3 devices.
    6. A swollen battery in a MacBook Pro or Air can impinge on the trackpad from below and cause erratic behavior. If you have trouble clicking the trackpad, this is likely the reason. The battery must be replaced.
    7. There's a report that a (possibly defective) Thunderbolt Ethernet adapter can cause the built in trackpad of a MacBook to  behave erratically. If you're using such an adapter, disconnect it and test.
    8. There's also a report of erratic cursor movements caused by an external display that was connected but not turned on.
    9. If none of the above applies, or if you have another reason to think your computer is being remotely controlled, remove it from the network by turning off Wi-Fi (or your Wi-Fi access point), disconnecting from a Bluetooth network link, and unplugging the Ethernet cable or USB modem, whichever is applicable. If the cursor movements stop at once, you should suspect an intrusion.
    10. Make a "Genius" appointment at an Apple Store to have the machine tested.

  • My MacBook Pro 10.6.8 prompted me of a new itunes update this morning, so i downloaded it. Since then itunes has been starting up randomly on its own, and starts playing the first song on the list. I quit itunes, and it keeps reopening.

    My MacBook Pro 10.6.8 prompted me of a new itunes update this morning, so i downloaded it. Since then itunes has been starting up randomly on its own, and starts playing the first song on the list. I pause the song, and it resumes it on its own again. I'm not joking. So, I end up quiting out of itunes; but, it starts right back up again on its own. After quiting out of the app a few times, it eventually stops reopening; however, about an hour later (or less) it opens again. HOW DO I MAKE IT STOP? I'm just about to delete itunes, because I've had enough of this crap. I hope someone can help. I've restarted the laptop, and it seemed like that fixed it, then itunes started up doing the same thing again an hour later. ituneshelper is unchecked; bluetooth is off; i only have speakers and a mouse plugged in (also charger).

    Read this Apple Discussion Thread and possible solutions. The audio jack has been the main culprit, also certain sync and automation settings including connected remotes.

  • Gen 4 iPad will wake up from "sleep mode" on its own and stay on till fully discharged, getting fairly hot in the process

    Gen 4 iPad will wake up from "sleep mode" on its own and stay on till fully discharged, getting fairly hot in the process

    I think I have the same problem. The whole sequence is:
    * Put MacBook Pro to sleep by closing lid.
    * After some period of time that varies, I notice sleep LED is no longer pulsing.
    * The case is VERY hot.
    * When I open the lid, the display stays black.
    * No sequence of keys or closing/opening lid wakes display.
    * Only way to recover is to power cycle.
    * Problem is VERY intermittant -- I do not know how to reproduce it at will. AppleCare service had it for a whole week and couldn't reproduce it, whereas for me it occurs once every 1 or 2 days.
    Actions:
    * AppleCare service replaced the main logic board in early June, but it didn't help.
    * I did a clean erase and install, but it didn't help.
    * AppleCare service had the unit for a full week in July and couldn't reproduce the problem, so they returned it and it still had the problem.
    I have a Logitech Bluetooth mouse, don't know model other than M-RBB93. I'll UNset "Allow Bluetooth to wake..." and will also turn off the bluetooth mouse before closing lid. I'll post my results.
    Meanwhile, please let me know if anyone determines a solution!

  • Has anyone else developed the problem of an over-sensitive MacBook AIr cursor?  In the last few days mine has developed a mind of its own, and when you move it to the desired spot it can jump quite randomly.  In mail, I try reply but it's jumped to "fwd"!

    Has anyone else developed the problem of an over-sensitive MacBook AIr cursor?  In the last few days mine has developed a mind of its own, and when you move it to the desired spot it can jump quite randomly.  In mail, I try reply but it's jumped to "fwd" instead!  Irritating.

    Jumpy Trackpad
    http://support.apple.com/kb/TS1449

  • My ipad freezes, reboots on its own and when I try to restore the machine reboots before the process ends

    Just bought this ipad in June 2013 and then all of a sudden about two weeks ago, I discovered the machine reboots on its own and would only be active for less than 2 minutes.  I check the auto-lock assigned minutes and it was set on 15 minutes even at this, it will still go off after less than 2 minutes.  I then checked on some of the suggestions on the net for a similar problem and resolved to pressing and holding the sleep/wake button simultaneously with the Home button to force a reboot.  Even at this no change.  Then I tried connecting the machine to a PC logging on to the itunes to do a backup and restore but the machine will not stay long enough to complete the procedure before rebooting on its own.  Any help?

    Try here:
    iOS: Not responding or does not turn on

  • My ipod touch updated on its own and now I can't access any of the songs, show ared circle with a red dot and won't play.  My computer says thye songs are alol on the ipod.  Fix?

    My ipod touch seems to have updated on its own, and now I can't access the songs, show a red circle with a red dot in the center.  Computer says the songs are still on the ipod.  Fix?

    I have the same problem. I bought a 3rd party software (tunejack) and it allowed me to transfer my songs to my new pc. Now I can't play them because I am not authorized. It says I am but then it says im not.

  • When I'm working with my Ipad it locks on its own and every several minutes I have to unlock it. Help please

    When I'm working with my Ipad it locks on its own and every several minutes I have to unlock it. Help please

    If your iPad was work provided there may be options that they locked out. For example, a privately owned device can be set to never auto lock (last I knew anyway) but it's not uncommon for work or school provided devices to not have the 'never' option.

  • My iPad shut down on its own and when i switched it on, it asks to 'Activate iPad' and reads below 'This iPad was lost and erased. Sign in with the Apple ID that was used to erase this iPad". Please help!!!!

    my iPad shut down on its own and when i switched it on, it asks to 'Activate iPad' and reads below 'This iPad was lost and erased. Sign in with the Apple ID that was used to erase this iPad". Please help!!!!

    Is it possible that you or someone who knows your iCloud sign on went into the Find My iPhone app and erased your device via iCloud? Because that is what that message is saying.
    Have you tried to sign on with your Apple ID and password?
    Was it online prior to this incident happening?
    GB

Maybe you are looking for

  • After upgradation from Oracle 9i to Oracle 10g,one proc is throwing error

    recently upgraded from Oracle 9i to Oracle 10g. We have some Oracle procedures which are not working in Oracle 10g. A section of code from one of the procedures looks somewhat like the code below: Declare Cursor c_matched_records (-..) is Select a.fi

  • Video formats and resizing

    Hi All, Before emabrking on a further iTunes ugrade I was wondering whether anybody knows whether iTunes will import video into itunes like it does music. That is, will it take a mpg file or avi and convert it to mov/mp4 thatit can deal with. Also wi

  • Mobile layout : a stange Issue when making elements full width

    I started to play around with the mobile features in adobe muse but I seem to be getting some strange issue. Not Stretching the elements to full width - all fine Stretched to full width and I get this added "padding" not sure why I was trying to re-c

  • MacBook Air: Contacts being picked up when writing emails

    I have loaded my Contacts (lots of them, it's business) into my MacBook Air.  When I go to write an email, however, it does not pick up the Contact.  I end up having to find the email address (the search function is hopeless so I have to use the Blac

  • Cannot run Express 10g

    Hi Everybody: After I install the EX DB 10g, I tried to run some command in the console sqlplus sys/welcome1@XE as sysdba SQL> show parameter session SQL> show parameter processes SQL> alter system reset sessions scope=spfile sid='*'; SQL> alter syst