I am having trouble with my skype and Microsoft ac...

I signed in with MS account. I tried to change my registered mail in profile settings, it aked my password. I tried using MS account password and it said wrong password. I forgot my skype password and i tried to recover it in another browser but it took me to MS account password resetting page, I changed the password. But again when I tried to change my registered mail in profile settings same thing happened showing password is wrong. And I also forgot my Skype name because I always use skype with MS account, when I tried to recover it, it is taking me again to MS passwod resseting page. So how can I change my primary e-mail address?

I am having the exact same issue. I am unable to login using Skype username and password, but it lets me sign in with microsoft account. Once I am signed in and trying to change profile settings (new email address), it asks me for my Skype password ("for security purposes") and it keeps saying I am not entering the correct password, then locks me out temporarily. If I choose "Forgot Password", it takes me to a prompt to change my microsoft account password. When I change, Skype account still does not recognize. Please help!

Similar Messages

  • Having trouble with wav files and sample rates

    Hi ,I am having trouble with wav files and sample rates .I have been sent multiple projects on wav as the main instrumental ; I wish to record in 48.000kHz .Now comes the problem.When I try to change the project to 48k It seems to pitch up the track.I can't have them send the logic/project file as most have outboard synths,different plug ins etc.This particular case the producer has recorded the synth task in 41.000 kHz .My successful outcome would be to be able t create a project file in 48 kHz .And NOT pitch up whne I add the instrumenta wav file .Any help would be gratefully recieved,this is my first post so any mistakes I may have made go easy 

    You'll have to convert the actual synth audio file file that the producer gave you to 48kHz. You can do this in the audio Bin in Logic.

  • I'm having trouble with iTunes synching and accessing the iTunes store.

    I'm having trouble with iTunes synching and accessing the iTunes store.   When synching, the process tops at the back up stage, freezes and I can't close the iTunes window, need to ctrl alt del.   When trying to access the store, the progress bar stops halfway.   I've googled heaps and tried most of the standard answers - unistall, reinstall, etc, now looking for some help please.
    This has only started a few weeks back, after working smoothly for the 2 years of owning the iPhone 3gs.
    Any suggestions will be appreciated, it's getting realy frustrating.
    Cheers for now,
    Marty

    http://support.apple.com/kb/HT1923?viewlocale=en_US
    this worked perfectly for me, with no loss of library! BUT was warned about uninstalling things in the order listed...FYI.

  • I am having trouble with my FaceTime and imessage?

    I Am having trouble with my FaceTime. When I try to FaceTime some one I am getting no ringing and then I get a message saying lost connection try again. It has been like this since yesterday. I also tried to send a iMessage and it did not go. This is all new to me, has anyone had the same problem? Please help. Thank you.

    Turn FaceTime off in Settings>FaceTime>Off. Reboot your iPad. Turn FaceTime on again and see if it will work.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.

  • Having trouble with freezing starting and stoping while syncing to i-pod

    Having trouble with itunes freezing while syncing to i-pod

    I have a Macbook with Tiger, and OS x 10.4.  I had to install a new hard drive.
    Run Disk Utility   /Applications/Utilities
    First, go to your Apple menu then click Software Update...
    If no updates are available, check the startup disk using Disk Utility.
    Using Disk Utility to verify or repair disks

  • TS2972 having trouble with ring tone and or ring back tones...i followed all directions and cant access ring tone from my play list.

    having trouble with ringtone and ringback tones ..i followed all directions for home sharing.  does anyone have a real solution???

    Hello sairdoor123
    From what I understand the issue seems to be with the hardware, obviously since the phone was dropped that could cause undesired results.
    If all your data is backed up to a computer then I would recommend doing a hard reset: http://www.palm.com/cgi-bin/cso_kbURL.cgi?ID=887
    If a hard reset is done then I would caution you with the following choices:  ( Should I have the audio circuit repaired as suggested by one of the repair guys? Or would that be risky?) - I would say this is risky because the person repairing the devise could easily sodder the wrong part of the hardware.
    If you really do think repairing the circuit board is more cost effective then I would recommend researching all your possible repair shops before doing any work. Make sure they have the credentials and experiences.
    Hopefully things work out for you.
    Post relates to: Centro (Sprint)
    Post relates to: Centro (Sprint)

  • HT1689 I am having trouble with my appleid and password. I have changed to a new id and password, however whenever I updat an app it continues to give me my old applid and i  do not have a password for this account because it no longer exists

    I am having trouble   getting my updates on my apps. The email address no longer exists. I have set up a new appleid and password. However my old email address keeps showing up and I do not know the password. Can anyone help me?

    Items are permanantly associated with a single AppleID used at the time of the purchase.
    You will have to contact Apple about the non-working e-mail and forgotten password.  It's kind of like going to the police and saying you know that red car in the corner of the parking lot is yours but you don't have the papers for it and you have lost the key to the door.
    http://www.apple.com/contact/ - many contact options, including web site feedback and legal.
    Apple ID Support - http://www.apple.com/support/appleid/  -> Apple ID FAQ -->
    I no longer have an email address that was also my Apple ID. Can I still use the email address as my Apple ID?
    Apple recommends you change your Apple ID to your current, working email address. This will not create another Apple ID, it will only change it to your working email address. See How to change the name you use for your Apple ID if you'd like more information.

  • Having trouble with the File and Folder Objects (PSCS3 javascript on Win)

    I'm having trouble successfully creating a new folder on my windows platform, using javascripts in photoshop. In ExtendScript Toolkit 2, set to Adobe Photoshop CS3, I've tried:
    var myFolder = new Folder("/c/Documents and Settings/vcastelo/My Documents");
    myFolder.create();
    and
    var myFolder = new Folder("/c/Documents and Settings/vcastelo/My Documents");
    is this right? what am I doing wrong? It's pretty basic stuff, I know but I can't figure is out... any help would be greatly appreciated.

    [email protected] wrote:
    > oh I see, I just figured it out... the drive designation isn't case sensitive... but i didn't add the name of new folder to the destination path.
    Yep.
    >
    > var myFolder = new Folder("c:/Documents and Settings/vcastelo/My Documents/data");
    > myFolder.create();
    The "/c/Documents and Settings/vcastelo/My Documents/data" form works, too, and
    should be preferred.
    Here's an extreme example as to why this is a good idea:
    I work in an XP/cygwin environment, so I added links to all of my drives in my
    root cygwin folder. As a result, the path /p/Pictures/2008-05-05 is the same on
    the bash command line (and other tools) as it is in PSJS. I carried this over to
    my Mac, as well. I mount P: drive in OSX then setup links so that
    /p/Pictures/2008-05-05 is also the same on the Mac. This has vastly simplified
    my work. The only time I use system-specific pathnames is in a script's UI.
    -X
    for photoshop scripting solutions of all sorts
    contact: [email protected]

  • I am postin a message but no one seems to answer it . Plse I am having trouble with adobe 5 and I wr

    I am hjaving trouble with adobe 5 not compatable with my computer so how do I get rid of it and up grade  to a newer verson, hopfully a free one

    There is no application named Adobe 5, so you might have to provide the correct name for the application.  If it happens to be Creative Suite 5 (CS5) there is a good chance it is compatible with your computer but you might have to install it in a compatibility mode.  If you want to remove it you should first deactivate it. YOu might also do well to use the Creative Suite Cleaner Tool...
    Adobe Creative Suite Cleaner Tool
    helps resolve installation problems for CS3 thru CS6 and for Creative Cloud
    http://www.adobe.com/support/contact/cscleanertool.html
    As far as I know there are no free upgrades, especially if the reason would be lack of compatibility.  It might be true if you were to have purchased one version when the next version was just about to be released, but CS5 is well beyond being considered for that.  Software is not freely upgraded to match newer machines - that's part of life.
    Just in case... if the lack of compatibility is due to your machine not meeting the tech specs of CS5, then it will most likely be true that your machine does not meet the tech specs of anything newer than that.

  • I'm having trouble with my MacBookPro and my Brother MFC 8460N.  I can scan documents from the printer to my Mac Book Pro, anybody else having this problem?  If so, any advice?

    Im having trouble witht my MacBook Pro and my Brother MFC 8460N.  I was at one time able to scan from the printer to my MB Pro, now I can still print but can no longer scan.  Any suggestions?  Thanks.

    Contact Brother.

  • Having trouble with browser scrolling and master volume key

    I just got a Blackberry 9350 and I've run into some trouble. My master volume and mute key doesn't work at all. Scrolling up and down on some web pages doesn't work but works when not on the browser. I've tried messing with settings and turning the phone off and on. Any help would be appreciated!

    IE6 has many, many bugs: double margins bug, the 3px gap bug and expanding box bug.
    As a test, increase your #container width to 790 or 800px and see if that makes IE6 behave.
    As for the other IE browsers, you have conditional comments in your page that adds 30px of top padding to your #sidebar1.  Try adjusting or deleting that.
    <!--[if IE]>
    <style type="text/css">
    /* place css fixes for all versions of IE in this conditional comment */
    .twoColFixRtHdr #sidebar1 { padding-top: 30px; }
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • (Cross Post! SORRY!)  Having trouble with Mac Pro and Vista/Boot Camp

    I feel like this board is more populated, so I thought I'd post this here as well. Forgive me.
    Ok, so it took me forever to install Vista. It kept saying my partition wasn't valid even after I'd format it. After restarting like 15 times it finally went through. So, it installed.
    BUT, now I have two issues. When Vista starts, I get this weird jumble of like MS-DOS text talking about partitions, weird numbers, my monitors just flash and kinda go nuts with the text then at the top after like 10 second of text, it says 'booting windows vista' with more ms-dos text. Finally after 30 seconds of that, it shows me that green bar that shows up to load Vista then voila, Vista is up and running. The OS works fine, but no matter what, I go through that jumble of text. Any way to get rid of it? What's wrong with it?
    Also, now that I've installed Vista, I can't get back into OS X. I have a wireless PC keyboard and a wireless bluetooth Apple keyboard, so I don't know what to do. When I go into Vista's Control Panel to select Startup Disk it says it can't load the program. So I'm at a loss. I really wanna get back into OS X!
    Any help would be fantastic!!

    Ok, I fixed the issue by using the wireless PC keyboard. I put the Vista install DVD in the drive and restarted the computer. The computer wouldn't recognize the OS X DVD.
    I remembered that the computer would register the keyboard inputs after restarting from the Vista Install Screen, so I restarted, held down alt on the PC keyboard and it worked!
    Now with the apple keyboard working, I restarted and reset the PRAM which made the computer boot into OS X by default instead of Vista.
    BUT, I still get that weird DOS text every time I load Vista, and now after keeping Vista running for a few hours, it starts kinda glitching over time. It loses connection with the network (I had to physically unplug and plug back in the ethernet cable to get it to recognize the network) and for some reason in order to use my apple keyboard, I have to turn it off and on when I get into Vista. It's annoying.
    Anywho, if anyone can help me with my Vista problems, that'd be grand :P

  • I am having trouble with Treo 755p and Sync in my new Mercury car.

    I just got a Treo 755p.  I can connect and get the phone and Sync to communicate.  As soon as I make a call however, the sync system hangs up after one ring.  I had to replace my Treo 650p which worked well with this car.  Do I have a setting wrong in my phone.  Suggestions? 
    Post relates to: Treo 755p (Verizon)

    The jquery is there to animate the marquee, so even without the JS file the div container should still be showing up right? Part of the video tutorial said to switch to "live view" to make sure one of the div containers was positioning correctly, and when I do this nothing happens. It works for the guy on the tutorial so I am not sure what I am doing differently. Since it is not working at this point I have not added the jQuery, should I just assume it is a JQuery problem and continue on? I just don't understand why it is showing up in design view but just a blank white page in live view.

  • Anyone having trouble with this phone and their in car bluetooth?  Calls dropping not recognizing the device.  Had the car bluetooth reset at dealer. They said it is a common problem with the iPhone?

    Bluetooth in car is not recognizing my device and when it does it will only stay connected about 5 minutes.   Blue tooth has been reset at the dealer. They said it is very common with the iPhone? The car is a 2014 Toyota Highlander.  This is very very frustrating as I have a 45 minute commute to work and do not want to have to hold my phone.... Thank you for any help.

    sstaylor2001 wrote:
    I have already done all of that.  It still doesn't work. My husband has the same phone and a 2013 toyota and his is fine. Toyota told me it is the brand new cars and the new apple update.  Need to figure something out.  This phkne is useless now and I've had a iPhone for 5 years
    Wow you would think the newer car is just an updated version of what your husbands has.
    I wonder if your husbands car was updated to the same connect system if his would not connect?
    Does your husbands phone work because he does not have the new iOS from Apple?
    Can he hook to your connect system in the car?

  • Having trouble with html snippets and movies in iweb 09

    Hi I have built a site iweb2.0.4 and recently moved it onto my new machine with iweb 09 on. Basically I have been putting in videos that I have exported for web out of Quicktime. In the past I have simply added an html snippet code like this in <iframe src="http://evileducation.org/stammuraifinalcomp/ReadMe.html" style="width: 340px; height: 285px"; scrolling="no" controller="true" frameborder="0"></iframe>
    I edit the ReadMe.html based on a tutorial I saw and it loads the movie after pressing the "Click to play" button. Now in 09 when I put the code in to the snippet it just shows a Quicktime symbol with a question mark. if you check the link below you can see the videos with the best I have managed to do so far which is get the new movies on but they both autoplay (I have linked in this instance to the 4kb .mov in each folder rather than the readme.html.). I don't want to just drag a video in I would like the options to view on phone or on computer etc and not for them to autoplay. Is there a new/ different way to do this now. Surely it shouldn't be this hard to get the export for web in Quicktime and iWeb to work together? The frustrating thing is if you check the link below the old movies work fine still it's just the 2 new ones. Soz for the long one!
    http://evileducation.org/eviltwin_education_2010/movies_made_by_youngpeople.html

    Less cryptic :
    MAKE THE TWO MOVIES THE SAME AS THE OTHER EIGHT.
    Here are some pages for your convenience you can study and nim :
    http://www.wyodor.net/iFrame/
    http://www.wyodor.net/MoreEmbed/
    [Using the iWeb HTML Snippet|http://www.wyodor.net/blog/archives/2009/07/entry_213.html]
    http://www.apple.com/quicktime/pro/tutorials.html
    You may have to learn HTML/CSS/JavaScript.
    for the young people with disabilities that made
    Keep the emotions out of the equation.

Maybe you are looking for