Problems installing VMware and parallel on Intel imac

I have just bought a quad core i5 iMac and tried to install vmware but it tells me it can only install on an intel based mac, but it is an intel based mac, anyone got any ideas why its not recognised as an intel mac?

You're welcome anytime.
Glad to be of help.
Yes, with Parallels it is also only the latest version 7 that is fully Lion-compatible.
Such a "dubious" error message is up tp Parallels or Fusion to correct.
Stefan

Similar Messages

  • Problem installing CS5 and CS6 on new imac i5 2013

    exit error 15
    "incoerenze nel database d'installazione"

    This might help:-
    http://helpx.adobe.com/creative-suite/kb/exit-code-15-installing-ccm.html

  • Problem with yosemite and parallels

    Since I have upgraded to yosemite and parallels 10 my windows 7 has been using a lot of CPU resources.  Windows 7 runs very slow and it been using almost constantly 100% of one of the quads resources.  This just started to happen when I upgraded, because I did not have this problem with Mavericks and Parallels 9 or 10. I have an iMac 2011, 8GB of Ram.  Has anybody had this issue.  Thanks.

    Thanks for the response.  I was searching on a parallels forum website and found the following:
    As from the symptoms, the issue can lie in NVRAM preferences of your particular Mac.
    Please do the following to solve:
    open Terminal application on Mac (Applications/Terminal.app)
    please type this command (you may copy-paste it to the terminal from this message):
    sudo nvram boot-args="debug=0xd4e"
    Hit Enter.
    You will be prompted to enter Mac user password. Please type it and hit Enter.
    Note: you won't see what you are typing, just type and hit Enter. If you don't have Mac user password, please create a temporary one.
    Then you may restart your Mac and the issue should be solved.
    If not - please reply me here and I'll create a ticket for you in Support.
    I did the above and it seemed to correct the problem.

  • I just upgraded to Mavericks and now my Intel iMac is running more slowly. There have been no other changes. What's up with this???

    I just upgraded to Mavericks and now my Intel iMac is running more slowly. There have been no other changes. What's up with this???

    This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve your problem.
    If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    Below are instructions to run a UNIX shell script, a type of program. All it does is to gather information about the state of your computer. That information goes nowhere unless you choose to share it on this page. However, you should be cautious about running a program at the instance of a stranger on a public message board. If you have doubts, search this site for other discussions in which this procedure has been followed without any report of ill effects. If you can't satisfy yourself that the instructions are safe, don't follow them.
    Here's a summary of what you need to do: Copy a line of text from this web page into the window of another application. Wait about a minute. Then paste some other text, which will have been copied automatically, back into a reply on this page. The sequence is: copy, paste, wait, paste again. Details follow.
    You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
    If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.
    The script is 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, though you may not see all of it in your browser, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
    Triple-click anywhere in the line of text below on this page to select it:
    clear; Fb='%s\n\t(%s)\n'; Fm='\n%s:\n\n%s\n'; Fs='\n%s: %s\n'; Fu='user %s%%, system %s%%'; PB="/usr/libexec/PlistBuddy -c Print"; A () { [[ a -eq 0 ]]; }; R () { o=; [[ r -eq 0 ]]; }; Pm () { [[ "$o" ]] && o=`sed 's/^ */   /' <<< "$o"` && printf "$Fm" "$1" "$o"; }; Pc () { o=`egrep -v '^[[:blank:]]*($|#)' "$2"`; Pm "$1"; }; Pp () { o=`$PB "$2" | awk -F'= ' \/$3'/{print $2}'`; Pm "$1"; }; Ps () { o="${o##+( )}"; [[ ! "$o" =~ ^0?$ ]] && printf "$Fs" "$1" "$o"; }; id | grep -qw '80(admin)'; a=$?; A && sudo true; r=$?; t=`date +%s`; clear; { A || echo $'No admin access\n'; A && ! R && echo $'No root access\n'; system_profiler SPSoftwareDataType | sed '8!d;s/^ *//'; o=`system_profiler SPHardwareDataType | awk '/Mem/{print $2}'`; o=$((o<4?o:0)); Ps "Memory (GB)"; o=`system_profiler SPDiagnosticsDataType | sed '5,6!d'`; [[ "$o" =~ Pass ]] || Pm "POST"; o=`pmset -g therm | sed 's/^.*CP/CP/'`; egrep -q 'No th|pms' <<< "$o" && o=; Pm "Thermal conditions"; o=`pmset -g sysload | grep -v :`; grep -q '= [^GO]' <<< "$o" || o=; Pm "System load advisory"; o=`nvram boot-args | awk '{$1=""; print}'`; Ps "boot-args"; d=(/ ""); D=(System User); for i in 0 1; do o=`cd ${d[$i]}L*/L*/Dia* && ls | grep -v 'ag$' | tail | awk -F_ '{$NF=a[split($NF,a,".")]; print}'`; Pm "${D[$i]} diagnostics"; done; o=`syslog -F bsd -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|n Cause: -|NVDA\(|pagin|SATA W|ssert|timed? ?o' | tail -n25 | awk '/:/{$4=""; $5=""; print}'`; Pm "Kernel messages"; o=`df -m / | awk 'NR==2 {print $4}'`; o=$((o<5120?o:0)); Ps "Free space (MiB)"; o=$(($(vm_stat | awk '/eo/{sub("\\.",""); print $2}')/256)); o=$((o>=1024?o:0)); Ps "Pageouts (MiB)"; s=( `sar -u 1 10 | sed '$!d'` ); [[ s[4] -lt 85 ]] && o=`printf "$Fu" ${s[1]} ${s[3]}` || o=; Ps "Total CPU usage" && { s=(`ps acrx -o comm,ruid,%cpu | sed '2!d'`); o=${s[2]}%; Ps "CPU usage by process \"$s\" with UID ${s[1]}"; }; s=(`top -R -l1 -n1 -o prt -stats command,uid,prt | sed '$!d'`); s[2]=${s[2]%[+-]}; o=$((s[2]>=25000?s[2]:0)); Ps "Mach ports used by process \"$s\" with UID ${s[1]}"; o=`kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1`; Pm "Loaded extrinsic kernel extensions"; R && o=`sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|calendarse|cups|dove|isc|ntp|post[fg]|x)/{print $3}'`; Pm "Extrinsic system jobs"; o=`launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'`; Pm "Extrinsic agents"; o=`find -L {/,}L*/Lau* -type f -exec sh -c 'file -b "$1" | grep -qw XML' {} {} \; -print | while read f; do ID=$($PB\ :Label "$f") || ID="No job label"; printf "$Fb" "$f" "$ID"; done`; Pm "launchd items"; o=`find -L /{S*/,}L*/Star* -type f -exec sh -c 'file -b "$1" | egrep -q "XML|bin|exec"' {} {} \; -print`; Pm "StartupItems"; o=`find -L /S*/L*/E* {/,}L*/{A*d,Compon,Ex,In,Keyb,Mail,P*P,Qu,Scripti,Servi,Spo}* -type d -name Contents -prune | while read d; do ID=$($PB\ :CFBundleIdentifier "$d/Info.plist") || ID="No bundle ID"; egrep -qv "^com\.apple\.[^x]|Accusys|ArcMSR|ATTO|HDPro|HighPoint|driver\.stex|hp-fax|\.hpio|JMicron|microsoft\.MDI|print|SoftRAID" <<< $ID && printf "$Fb" "${d%/Contents}" "$ID"; done`; Pm "Extrinsic loadable bundles"; o=`find -L /u*/{,*/}lib -type f -exec sh -c 'file -b "$1" | grep -qw shared && ! codesign -v "$1"' {} {} \; -print`; Pm "Unsigned shared libraries"; o=`launchctl getenv DYLD_INSERT_LIBRARIES`; Pm "Inserted libraries"; o=`find -L {,/u*/lo*}/e*/periodic -type f -mtime -10d`; Pm "Modified periodic scripts"; o=`scutil --proxy | grep Prox`; Pm "Proxies"; o=`scutil --dns | awk '/r\[0\] /{if ($NF !~ /^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./) print $NF; exit}'`; Ps "DNS"; R && o=`sudo profiles -P | grep : | wc -l`; Ps "Profiles"; for f in fstab sysctl.conf crontab launchd.conf; do Pc $f /etc/$f; done; Pc "hosts" <(grep -v 'host *$' /etc/hosts); Pc "User launchd" ~/.launchd; R && Pc "Root crontab" <(sudo crontab -l); Pc "User crontab" <(crontab -l); R && o=`sudo defaults read com.apple.loginwindow LoginHook`; Pm "Login hook"; Pp "Global login items" /L*/P*/loginw* Path; Pp "User login items" L*/P*/*loginit* Name; Pp "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed 's/\..*$//;s/-[1-9]$//'; o=`find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l`; Ps "Restricted user files"; cd; o=`system_profiler SPFontsDataType | egrep "Valid: N|Duplicate: Y" | wc -l`; Ps "Font problems"; o=`find L*/{Con,Pref}* -type f ! -size 0 -name *.plist ! -exec sh -c 'plutil -s "$1" >&-' {} {} \; -print`; Pm "Bad plists"; d=(Desktop L*/Keyc*); n=(20 7); for i in 0 1; do o=`find "${d[$i]}" -type f -maxdepth 1 | wc -l`; o=$((o<=n[$i]?0:o)); Ps "${d[$i]##*/} files"; done; o=$((`date +%s`-t)); Ps "Elapsed time (s)"; } 2>/dev/null | pbcopy; exit 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. 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.
    Click anywhere in the Terminal window and paste (command-V). The text you pasted should vanish immediately. If it doesn't, press the return key.
    If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important.
    If you're not logged in as an administrator, you won't be prompted for your password. The test will still run. It just won't do anything that requires administrator rights.
    The test may take up to a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. There wiil be nothing in the Terminal window and no indication of progress until it's done. Wait for the line "[Process completed]" to appear. If you don't see it within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report your results. No harm will be done.
    When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
    If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
    When you post the results, you might see the message, "You have included content in your post that is not permitted." That's because the forum software falsely identifies something in the post as a violation of the terms of use. If that happens, please post the results on Pastebin, then post a link here to the page you created.
    Note: This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
    Copyright © 2014 Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Terms of Use of Apple Support Communities ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

  • Attempts at installing Lightroom and Cs5 on new iMac

    I just purchased and received a new iMac.  I have used one for a few years and had purchased Lightroom 3 and Cs5 for it.  Now that I have a new computer, I would like to use both programs with it.  But when I insert the cd's to install, nothing happens.  Usually, an installation window appears to step me through the process.  I tried a Mac software (iWork) that I had used with my other computer and did not have any problems so it's not the computer.  I am hoping that I can use these two programs with the new computer, especially since I have several hundred dollars invested in both.  Can anyone tell me how to solve this issue?  Thanks!

    Does your DVD for the installation of the Adobe software works on the Different computer ?
    We need what exactly happen when you insert the DVD in your iMac, does it eject out , stays there but you can hear it reading.

  • Problem with JNI and Parallel Port dll

    Hi. I'm doing some testes with JNI. Firs i followed the netbeans tutorial for doing a C programa that prints somthing for java.. like.. "Hello java from C".
    So i tried to load a dll from my dll. Like, I have this dll to use the parallel port on windows Xp. So i created a dll to access it an comunicates eoth java.
    I did everything just fine.
    When I start my Java app, the first thing it does is to load this parallel port dll and configure the functions of it.
    After that .. I get this error
    EXCEPTION_FLT_STACK_CHECK (0xc0000092) at pc=0x0093d269, pid=2284, tid=3000
    Can someone explain why ?
    (Sorry if i wasn't clear enough, english is not my native language, so ask if you don't understand something.. )

    hi ,
    I met the same problem this morning, and searched the www.google.com in order to solve it, as a result, your article was shown on my screen. :)
    Till now I have read some technical information and solved my problems. Maybe the solution be useful to you:
    ==============================
    error message : (Environment : Tomcat 5, Windows 2003, Mysql5)
    2006-3-29 11:53:48 org.apache.catalina.core.StandardWrapper unload
    message: Waiting for 2 instance(s) to be deallocated
    ==============================
    cause: the number of connection to database exceeded.another word,too many connections.
    ==============================
    solution: close the connection when it becomes useless for your program. :)
    ==============================
    ps. Sorry for my weak English . hehe ....

  • Problems installing Illustrator and Indesign from CS3 suite

    I am trying to install Illustrator and Indesign from CS3 suite.  Previously I had been running a trial version on my Mac, and now am trying to install the suite from the original install discs.  I have gone through the process of uninstalling all of the Adobe programs and then reinstalling.  When the install disc loads up and I get to the point where it lists the programs to install, in the top box Illustrator and Indesign are listed as already being installed and have no option to install them.  When I search my computer there are no Illustrator or Indesign applications.  I am able to reinstall the rest of the suite and it seems to work fine but can't seem to figure out what step I'm missing as far as reinstalling Illustrator and Indesign are concerned. 

    I haven't tried doing it on Vista but I would recommend looking for 
    Adobe clean up programs.  The problem I had was that the computer had 
    a trial version and then I tried to install the full version and it 
    wouldn't let me install illustrator because there were some random 
    illustrator files that conflicted with the installation process.  I 
    ran clean up program and it removed all adobe files.  Then I 
    reinstalled photoshop.  Before you start running clean up programs 
    make sure you back everything up.  Good luck

  • Problem install vmware workstation

    I have problem to install vmware workstation, my log is
    Gtk-Message: Failed to load module "canberra-gtk-module": libcanberra-gtk-module.so:

    DSpider wrote:
    Out of curiosity, did you bother to google "Failed to load module canberra-gtk-module" ?
    ^ Search the forum with this.
    i search in google.... but not found anything  example
    https://bbs.archlinux.org/viewtopic.php?id=120761
    https://bugs.archlinux.org/task/23655
    the module is installed but not recognized...
    javier@cosmico:~ $ sudo find / -iname libcanberra-gtk-module.so
    /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so
    /usr/lib/gtk-3.0/modules/libcanberra-gtk-module.so
    /usr/lib32/gtk-2.0/modules/libcanberra-gtk-module.so
    javier@cosmico:~ $

  • Can't install logic studio on my Intel iMac

    I have logic pro 7.2 installed on my intel iMac, which now runs maverics. However I now want to install my logic studio upgrade but I get an error saying that power pc applications are no longer supported. How do I get logic studio on my machine which clearly should work as it is built for intel macs when Logic pro 7.2 runs fine!

    The following thread contains the method that uses Pacifist to achieve an installation of older Logic Pros on a Mac with more modern OS X versions when the installer no longer works...
    I am assuming the LS upgrade is to LP8?
    https://discussions.apple.com/message/18338482#18338482
    Thanks to CCT for outlining the method used in this thread....

  • Problems installing itunes and quicktime. i've tried everything

    i installed itunes. i was then using the wrong port/plug in because it wouldn't read my D drive. i reinstalled itunes and then i clicked on it and it says something like "i can't open this because the installation failed with itunes or quicktime."
    i then tried to delete itunes from "my computer" which worked, but it wont let me touch quicktime to delete it. i left quicktime in the computer.
    i have then re- installed itunes and registered my ipod over 10 times at least because it kept saying i couldn't use itunes. i think that might be the problem, that my ipod has been registered so many times. which files ami supposed to erase to fix this problem. i restored my computer and reinstalled itunes and the same problem happened. there is also a error 2095 in quicktime which i cant fix. i just got an ibm laptop aith windows xp and i was wondering if i should try using that instead. it already has itunes on it, but it has not been used.should i?

    I'm having the same problem....driving me crazy...I've tried everything...turning off my virus and firewall center....deleting it...reinstalling it from the disk and the site....and I keep getting Error code on the QT of 3 and I don't remember the one of Itunes but it won't run unless QT is installed....HELP!!!!

  • TransparentDock 2.3.6 and the new Intel iMac

    Just a quick question ?
    Does anyone know if this works with the new Intel iMac
    TransparentDock 2.3.6
    Thanks
    Mark

    Has anyone expirenced TransparentDock not working after installing the new OS X 10.4.5 update?
    iMac G4   Mac OS X (10.4.4)  

  • Install Leopard on new 27" Intel iMac

    We're still a CS3 house, no funds to update all the hardware and software to enable us to upgrade all our users to CS4 ... until late next year. In the meantime, everyone is running Leopard (G4s, G5s, and up).
    In the meantime, however, we've purchased several new 27" iMacs, all of which come with Snow Leopard, which we cannot downgrade. I spoke with an Apple tech today, and was told that I could partition the hard drive to install Leopard and Snow Leopard, but I don't know how to do this. Since the new iMac will NOT boot to the Leopard DVD, how do I get Leopard onto the second partition? I've created the partitions and Snow Leopard is running on the smaller partition. Migration Assistant will move the users, apps and files over to the other partition, but not the O.S.
    Can I simply just copy the Leopard System Folder from the old QuickSilver (which the iMac is replacing) onto the partition on the iMac which I want to run Leopard? I know this used to work in the olden days ( ... sigh), but I'm doubtful that it's that easy these days.
    Thanks for your help.

    Sweet Lisa wrote:
    We're still a CS3 house, no funds to update all the hardware and software to enable us to upgrade all our users to CS4 ... until late next year. In the >meantime, everyone is running Leopard (G4s, G5s, and up).
    I understand how the budget is the budget--and that it will only stand so much.
    I spoke with an Apple tech today, and was told that I could partition the hard drive to install Leopard and Snow Leopard, but I don't know how to do this. Since the new iMac will NOT boot to the Leopard DVD, how do I get Leopard onto >the second partition?
    Unfortunately, the tech gave you bad advice. You won't be able to run Leo on your machine.
    Can I simply just copy the Leopard System Folder from the old QuickSilver (which the iMac is replacing) onto the partition on the iMac which I want to run Leopard? I know this used to work in the olden days ( ... sigh), but I'm >doubtful that it's that easy these days.
    Unfortunately, no. The good old days are gone. You won't even be able to run Leo on an external drive.
    (8877)

  • Problem installing Photoshop and Illustrator during installation CS4

    During the installation of CS4 on my Vista computer, i get an error saying: cannot install Photoshop and Illustrator. I've already tried to use the CleanCS4 program and other cleanup programms to clean up my registry but nothing has helped. Computer is 4 months old and there is plenty of memory.

    This is the information I get:
    Adobe Contribute CS4
    Error:
    Error 1603. Fatal error during installation.
    Adobe Dreamweaver CS4
    Error:
    Error 1603. Fatal error during installation.
    Adobe Fireworks CS4
    Error:
    Error 1603. Fatal error during installation.
    Adobe Flash CS4
    Error:
    Error 1603. Fatal error during installation.
    Adobe Illustrator CS4
    Error:
    Error 1603. Fatal error during installation.
    Adobe Photoshop CS4
    Error:
    Error 1603. Fatal error during installation.
    Adobe Soundbooth CS4
    Error:
    Error 1603. Fatal error during installation.
    Adobe Version Cue CS4 Server
    Error:
    Error 1603. Fatal error during installation.
    Adobe Creative Suite 4 Web Premium
    Error:
    Error 1603. Fatal error during installation.
    Adobe Bridge CS4
    Error:
    Error 1603. Fatal error during installation.

  • Massive problems installing itunes and quicktime

    Hi, to anyone who can help me:
    I cannot install iTunes or quicktime. Just bought a new ipod 30gb. v.excited. Downloaded itunes. gives me error messages when i try to install.
    They read: "Windows cannot access the specified device, path or file. You may not have the appropriate permissions to access the item."
    and
    "The installation of Quicktime did not complete successfully. ITunes requires Quicktime."
    I have tried using CCleaner to clean up my hard drive and uninstall both itunes and quicktime (old and dodgy new versions). I have tried using 7-zip to unpack the new downloaded files and install from the .msi and other .exe files.
    I have tried installing the standalone Quicktime (which wont install properly) and then installing itunes (which won't install properly, coz quicktime is not installed properly)
    I have tried rebooting my computer between these attempts
    I have tried it with my virus-protection software off as one thread here suggested.
    I am logged on as administrator for all these attempts and i'm at my wits end.
    I have tried everything!
    please help me if you have suggestions.
    Thanks
    Lisa
    Dell   Windows XP  

    They read: "Windows cannot access the specified device, path or file. You may not have the appropriate permissions to access the item."
    interesting.
    did you have an earlier version of itunes and/or quicktime installed on the PC? in particular, an itunes 6.0.x or lower version, and/or a QuickTime 7.1 or lower version?
    (checking on this because i'm wondering if there's a DCOM permissions issue involved with the uninstall of your previous versions of itunes/quicktime.)

  • Problems with WiiConntect24 and WoW on my iMac

    I have an airport extreme (802.11n model, first gen, not the new dual band) that I use with my Wii. I have the Wii plugged in directly via the Nintendo USB adapter. My iMac accesses the internet wirelessly via 802.11n. I have noticed that when I am playing world of warcraft, if the Wiiconnect24 is on, even tho one device is wired and the other wireless, it will completely hang WoW and the iMac completely, forcing me to power down and start back up. If I turn Wiiconnect 24 off, no problems.
    Just wondering is anyone else has seen this. Is there a way to make them work together? Turning Wiiconnect24 off interferes with several things on the Wii, so I would like to have it on. I could just unplug it from the base station every time I want to play WoW, but that seems a bit low tech for the age we live in.
    Any thoughts or suggestions would be greatly appreciated!

    traces7 wrote:
    I'm just nervous that they somehow got into my new iMac and still can. Is there more I should do to protect it?
    Thanks again!
    Are you on high speed internet behind a hardware firewall such as a router? Or are you on a dial up modem?
    If you are high speed and don't have a router I'd highly recommend you purchase one. They are not very expensive. If you do have a router its unlikely they got into your computer and more likely someone got the information from a public source. A router protects you by only allowing in solicited data from the site you are visiting and blocks uncalled for probes. If you are on dial-up its a good idea to turn on the software firewall.
    It's very easy for someone to go to a public computer, install a small piece of monitoring software from a usb memory stick, remove the stick and then leave the program running for a period of time collecting user names and passwords. After a week or so the thief returns to the computer, re-inserts his usb stick, downloads the collected information to the stick and leaves with the data.
    Other ways they can get information is from public wifi spots such as cafes or hotel rooms. All someone has to do is join the network, and from their own computer monitor the internet traffic on the unsecured connection and collect data.
    Unless you store your passwords on the computer there's nothing there for anyone to get into. If they tried to install a piece of software you would have had to have given permission to install it just like any other piece of software. But if you do think your computer has been compromised the only sure way to know it's safe again would be to re-format the hard drive and re-install your OS and data.
    Message was edited by: pogster

Maybe you are looking for