PC - TV sound help... URGENT

Hi guys, set up my PC on my new Sony TV today, via the blue cable (the one that you connect the PC to a monitor), and when I tried to watch community earlier, there is no sound

EDIT: I think that the cable is RGB or something

So, how can I get my TV to play the sound from my PC via this cable?

Thank you

Hi guys, set up my PC on my new Sony TV today, via the blue cable (the one that you connect the PC to a monitor), and when I tried to watch community earlier, there is no sound

EDIT: I think that the cable is RGB or something

So, how can I get my TV to play the sound from my PC via this cable?

Thank you

=======================================
Perhaps the following links will propose a few ideas:

How to connect my computer to a TV
http://hookpctotv.com/

How to connect your PC to your TV
http://en.kioskea.NET/FAQ/Sujet-228-how-to-connect-your-PC-to-your-TV-set

PC to TV cables and adapters
http://www.SVIDEO.com/PC2TV.html
Volunteer - MS - MVP - Digital Media Experience J - Notice_This is not tech support_I'm volunteer - Solutions that work for me may not work for you - * proceed at your own risk *.

Tags: Windows

Similar Questions

  • Help Urgent Tech UHT

    We were contacted by UTH ambiguities ('Urgent Tech Help'), they are certified by Microsoft for Windows - sounds suss - person knows nothing about them?

    Fake phone calls to technical support

    Calls unrequested telephone of this nature are almost always a common scam. Do not let them give any info, do not give access to your PC, not give them all the money and do not go to all the websites that they suggest. One moment.

    Please see:

    http://www.microsoft.com/en-gb/security/online-privacy/msname.aspx .

    Microsoft issues never not solicited for phone calls of support or security.

    These types of callers can use completely fictitious names or bogusly claim to be of real companies other than Microsoft as well.

  • Windows XP-need help Urgent recovery

    I'm new to Toshiba. I HAV a hard drive 60 GB partition and windows XP home installed. I want to partition the hard drive now. Now after formatting the hard drive that I lose Windows XP it completely or there at - it of the chance to recover and reinstall it. Need urgent help.

    Hello

    You can reinstall your laptop using the recovery CD. It is easier and more rapid way to reinstall the operating system, all drivers and tools. Put the recovery in DVD-ROM CD, start the laptop and press the C button. At first, there is the choice between two types of installation (Standard mode and expert mode).

    If you choose first a whole HARD drive will be formatted and used for installing the OS. With the second (expert mode), it is possible to install the OS on the first partition. It is also possible to define what the partition size should be.

    Try it. It's very simple to do.

    Good luck

  • Windows XP no sound help,

    I have windows xp and no sound, when I checked in Control Panel "sounds and devices or audio", he said that it was working properly, but whenever I play video or music is not there no sound coming. I install and download a lot of things, but will not work.

    Please help me

    I have windows xp and no sound, when I checked in Control Panel "sounds and devices or audio", he said that it was working properly, but whenever I play video or music is not there no sound coming. I install and download a lot of things, but will not work.

    Please help me

    ====================================
    The following links may be worth a visit:

    No sound in Windows
    http://Windows.Microsoft.com/en-us/Windows/help/no-sound-in-Windows
    (Win XP / Vista / 7)

    (307918) how to troubleshoot sound problems in Windows XP
    http://support.Microsoft.com/kb/307918/en-GB

  • I have windows xp d310 and no sound help

    no help sound dell a310 and that they want to work with me to resolve the problem.

    The following article might be worth a visit:

    Windows 7 - no sound in Windows
    http://Windows.Microsoft.com/en-us/Windows/help/no-sound-in-Windows
    (valid for XP - Vista - 7)

  • Windows media CTR. No sound, but the rest of the programs have sound - help

    I can listen to music through WMP, listen & play YouTube videos on the internet with sound. the only time where the sound does not work is when I use windows media center?

    Hello

    1 are there any changes or updates made on the computer?

    2. the problem occurs for all video and sound clips in windows media center?

    I suggest you to return the item and check if it helps.

    Audio problems in Windows Media Center

    http://Windows.Microsoft.com/en-us/Windows-Vista/troubleshoot-audio-problems-in-Windows-Media-Center

    See also:

    When you use Windows Media Center to play live TV or a DVD on a Windows Vista-based computer, you do not hear sound after you wake the computer from sleep mode

    http://support.Microsoft.com/kb/942364

    Let us know if it helps.

  • Help urgent Tech required for Windows Movie maker

    I need technical assistance emergency of an expert with knowledge in Windows 7. Recently, I received technical assistance with the operating system of a technical person. He installed Windows 7 on my PC. Now I'm going to edit a video Director, but I could not find this software. It is it is very urgent for me and please help me in this situation.

    Hi Robert

    First off I will say I'm not a technical expert... but it seems that you need to download Windows essentials (Live) on the microsoft site because Movie Maker is now part of this.

    Here is the link.

    Regards R

    http://Windows.Microsoft.com/en-GB/Windows-Live/Movie-Maker

  • BlackBerry, need help Urgent network connection problem

    Hi all

    I put an application Blackberry OS 6 and 7 of the OS, this application uses the salesforce connection and its other api calls.

    My application works well here in India, but when I deliver it to the customer I had connection timeout error (in the United States). I tried all the string connection possible but still unable to solve the problem at my end.

    Can someone help me with this problem?

    Its very urgent. I need to connect via WAP2 and the code for my connection parameter string is:

    "

    Dim connectionString As String ="";

    String carrierUid = getCarrierBIBSUid();
    String wap2 = getWAP2ServiceRecord();
    If (carrierUid! = null) {}
    Otherwise, use the Uid to build a valid transport BIBS
    request
    Logger.logEventInfo ("uid is:" + carrierUid);
    connectionString = '; deviceside = false; connectionUID ="
    + carrierUid + ";". " » ;
    } ElseIf (wap2! = null) {}
    connectionString = '; deviceside = true; connectionUID =' + wap2;
    } else {}
    A carrier coverage, but not the BIBS. So use TCP of the carrier
    network
    Logger.logEventInfo ("no Uid");
    connectionString = '; deviceside = true;
    }

    return connectionString;

    "

    the definations of function are:

    "

    private static String getCarrierBIBSUid() {}
    Reviews [ServiceRecord] is ServiceBook.getSB () .getRecords ();.

    for (int i = 0; i)< records.length;="" i++)="">
    If (records [i] .getCid () .toLowerCase () .equals ("ippp")) {}
    If (records [i] .getName () .toLowerCase () .indexOf ("bibs") > = 0) {}
    Records return [i] .getUid ();
    }
    }
    }

    Returns a null value.
    }

    private static String getWAP2ServiceRecord() {}
    Full book sb = ServiceBook.getSB ();
    Reviews [] ServiceRecord = sb.findRecordsByCid ("WPTCP");
    String uid = null;
    for (int i = 0; i)< records.length;="" i++)="">
    Search through all records of service to find the
    valid non-Wi-Fi and non - MMS
    Booklet of WAP 2.0 Gateway Service.
    If (records [i] .isValid () &! records [i] .isDisabled ()) {}
    If (records [i] .getUid ()! = null)
    & records [i] .getUid () .length ()! = 0) {}
    If ((records [i] .getCid () .toLowerCase () .indexOf ("wptcp")! = - 1))
    & (records [i] .getUid () .toLowerCase)
    .indexOf("wifi") is - 1).
    & (records [i] .getUid () .toLowerCase)
    .indexOf ("mms") ==-1)) {}
    UID = records [i] .getUid ();
    break;
    }
    }
    }
    }
    If (uid! = null) {}
    Open a connection WAP 2
    Returns the uid;
    } else {}
    Consider another action transport or alternative.
    Returns a null value.
    }

    }

    "

    I get "unable to select the descriptor of adequate transport for the url:

    "https://login.salesforce.com/services/oauth2/token ...". "

    any help is appreciated

    Thank you

    Manish Kumar

    Hi all

    I solved the problem.

    My connection setting requires '; EndToEndDesired' for HTTPS request (although it works for me without this parameter). I tested the app using deviceanywhere and after the addition of this application of the setting run perfectly.

    connectionString = '; deviceside = true; connectionUID =' + wap2
    + "; EndToEndDesired ';

    Thank you for your comment stone

    I was actually using reproductive WAP2.

    Version of the client OS is BB OS 7 (on the Torch 2 9810)

    Concerning

    Manish Kumar

  • BlackBerry smartphone Bold 9790 Fatal software update - error 606 - HELP URGENT

    in the middle of my update, my phone showed a license scramble screen, then entered the fatal loop. Help... What should I do? I can't win even sufficient control to make a reset to the factory settings.

    HELP >... Urgent

    read:

    http://BTSC.webapps.BlackBerry.com/BTSC/ViewDocument.do?externalId=KB23954&sliceId=2&cmd=displayKC&d...

  • No sound help please - driver is not compatible with my version of windows

    Original title: no noise don't please help

    While UN-installing some I have programs no longer use i accidentally uninstalled my driver audio soundmax. I have a dell optiplex gx520 with the 32-bit version of windows 7 Home premium. I tried to find and re - install the driver sound max and I find one and download each time it says that the driver is not compatible with my version of windows. I would really like my back her again. also, I went into the start menu and click on the sound devices and game controllers, and all that shows is my webcam. I know that I have an internal sound card and a speaker and I know that they do not work, but when I searched for the pilot, he was gone and so I know that it is uninstalled by me when I remove other programs, I no longer use. any help you could give me would be greatly appreciated. Thank you.

    Hi Bill,

    See the link to install the drivers for the Dell OptiPlex GX520. The drivers are not available for the Windows 7 operating system. Therefore, I suggest you to install in compatibility mode and check if it works:

    Make older programs in this version of Windows

    http://Windows.Microsoft.com/en-us/Windows7/make-older-programs-run-in-this-version-of-Windows

    Let us know the results.

  • BlackBerry® Smartphones BB Curve 9320 E-mail help - urgent enough.

    Hello. New to this forum, so hope this is the right place.

    This device has ceased to receive emails. I checked the settings on the phone and everything seemed fine, so I deleted the e-mail from the device account in the hope that I might add again.

    When I tried to add one more time I get the error message "bad email or password". I know that the e-mail address and the password are correct I can log online to the email account and also to receive emails on windows live mail.

    the e-mail account was also accosiated with BIS. I could connect to the BIS site without problem.

    I decided to completely remove the email from my ISP account and create a new. I always get the same error message - even though ive accosiated the new sound e-mail account BIS.

    I've updated the software of devices to a package latest version 7.1.0 2039, then tried to add e-mail once again, without success. Same error message.

    I spent 3 hours yesterday talking to my mobile service provider's technical support team and they did everything they could, but to no avail.

    This unit has been reset twice using cloth of security which did not help in the factory. Ive a service books went, gave to my mobile operator the number out of the SIM card to send new settings, but that didn't help.

    I am at a loss at this problem and im quite technical, but it baffled me and team mobile tech.

    Help is very appreciated. I'm ready to wipe the device again. It is not a problem. Unfortunately ive not back up to restore the phone back to how it was before I updated the phone software, so help in the decommissioning of the software can help.

    Thanks in advance.

    EDIT:

    Ive tried just using the following link, but still no luck.

    https://consumersupport.webapps.BlackBerry.com/EAVT/app.php?page=form

    Hi and thanks for the answer.

    Unfortunately the link you provided did not help to address the issue - but thanks to my perseverance and a wave of quick brain I seem to have resolved this issue.

    BT e-mail requires that you add the pop and smtp as: mail.btinternet.com for both.

    After several hours of talking with my phone operator mobile technical support (which did not help), my provider and even on the Blackberry phone (who also could not help), I decided, as a last resort the attempt and some common technical know-how of knowledge - I've added the address of the pop server as pop3.btinternet.com. In fact, it worked and email can now and has been implemented on the device.

    so, for anyone experiencing problems with email Adding BT to BB email addresses, try pop3.btinternet.com instead of mail.btinternet.com

    Thank you!

  • BlackBerry Smartphones phone new problem... Please help urgently...

    Hello...

    I really need a help that expert on black berry 9810. I am a new blackberry user by the way. So now the problem is...

    I can't configure my phone because it always came to ask me upgrade my data plan. In addition to this, sound out always asking me to connect to the network while my phone is connected to the network.

    Please help thanks me...!

    Hello ccarthine

    Welcome to the Forums of the BlackBerry Support

    We need BlackBerry data Plan to access most application on our Mobile network / BIS our carrier, a normal data plan will not provide you these features.

    Then, contact your carrier or Wireless service provider to find out if your account is configured with the BIS.

  • My library files are damaged, or cannot be opened. PLEASE HELP URGENTLY! AS SOON AS POSSIBLE

    So first I received on my laptop, to notice that when I was on the tab start, my documents, music, photos, library folders were not working. When I went to the library, My Documents appeared as Documents.library - ms and the same with others. When I try to hit the properties on them, he said that the properties of this file cannot be opened. I need this problem as urgent. I already know the way of the real My Documents on the C drive, but I just need this problem. I'm not to have damaged files when I go to work. I made various methods, such as the libraries of the restoration, which did not work at all, it comes to replace the same files to library-ms. It has an icon of the White Page. Please, please help!

    Thank you!!!

    Open and run this registry file to repair the library file type association:

  • Extended attributes are incompatible - need help urgent please!

    Hello Microsoft Forum,

    I want to keep this short, as I now have serious problems.
    I have Windows 8 Pro, with each update installed.
    I was looking through the net by chance, then the messaging with a friend.
    My friend has design a logo, which he sent via Skype in a .png format.
    When I double click on the logo, the problems started. Everything has become very slow.
    The image does not open and only after 5 minutes of waiting Windows Picture Viewer began to appear.
    The strange thing is, open Windows image viewer my file .wav file music stored elsewhere, not on my desk (the photo was about all this on my desk).
    Image viewer of course could not open the music file.
    So I decided to open the Task Manager, but the error described in the title, "Taskmgr.exe - extended attributes are incompatible" error came, does not let me to open the Manager.
    This also occurs with most of my programs. I get the same error with Regedit, MSconfig and other configuration utilities, and also some programs starts, as Mumble (Murmur Server can, however).
    In fact, all system tools and, more generally, all in need of Admin privilege does not work. Some of these programs give the error message, some simply do nothing at all.
    I'm the admin user and UAC is set to the last row (no notification).
    In safe mode, everything is normal. In addition, disabling antivirus (ESET Smart Security 6) does not solve the problem.
    I followed a few articles I found, which describes the fix from my sound theme on None or default Windows Setup.
    I have, however, never changed anything with my theme, the sound was enabled by default.
    Setting the sound theme "None" did nothing, just like the definition of the theme options.
    Opening to the top of anything with sound (once again a left-click on the icon in the taskbar to bring up the small volume) literally takes ages.
    Right click on the sound opening in the bar of tasks and sounds to change the theme, then takes forever.
    With forever, I hear, I see the labels and buttons to come with 5 second delay between each.
    This is a high end machine with an i7 - 3770K and a Corsair SSD ForceGS, 16 GB @ 1600 MHz RAM and a GPU GTX 670, so normally everything happens at the moment.
    The sound is the only part affected the slow opening of Chrome, Explorer, and some programs that do not work, are at the moment.
    I'm now writing this getting messages of "program does not" and "Incident at sending information" certain programs, in fact utility built into Windows.
    I wish I had of emergency aid, as this is my main work computer
    . I'm missing a few hours of serious work because of this bug, which was published in a 'stable' of Windows version.
    Edit 1: I forgot to mention that I already tried cmd as Admin ' sfc/scannow' option in Mode safe mode (with or without network, cmd does nothing when open as Administrator without mode safe, does not yet show upward) and in the Advanced Restart public services
    Edit 2: I have not installed new hardware or software when this happened in the same State as everything worked.
    I really want to reinstall everything, I hope that a solution to this.
    Edit 3: One of the programs, which frequently closed (I received a message '(program) stopped working' him) is the host of Console window.
    Edit 4: I have disabled all the codecs to start in safe mode, nothing has changed (an article describes install codecs Audacity caused the same problem).
    Edit 5: Now after a second attempt in SafeMode as administrator cmd, command "sfc/scannow" reported an error that the problems have been found, but could not be repaired.
    Edit 6: I also tried (Cmd as administrator in safe mode with network) repair DISM, could not complete because of an error.
    Edit 7: Tomorrow, if I can not find a solution, I'm going to take drastic measures, like restoring to a previous safe point, using the options of recovery and if necessary, even refresh/powerwash/reinstall everything. However, I hope that these measures are not necessary, because they require a lot of time.
    I hope that my question is understandable
    . Excuse me for my arrogant desire to answer, I normally invite people in the forums, but this made my computer unusable work, resulting in some (financial) problems.
    Kind regards
    Richard

    Hi Richard,

    Since the problem started happening when you tried to open the image file that has been sent to you on Skype. There might be a chance that the image file would be infected by the virus, due to which your computer is facing this problem.

    I suggest to run the Microsoft of Networking in Safe Mode Security Scanner and check to see if it helps:

    http://www.Microsoft.com/security/scanner/en-us/default.aspx

     

    Note: The Microsoft Safety Scanner ends 10 days after being downloaded. To restart a scan with the latest definitions of anti-malware, download and run the Microsoft Safety Scanner again.

    Warning: The data files that are infected must be cleaned only by removing the file completely, which means that there is a risk of data loss.

    I hope this helps. If you need help with Windows, let us know and will be happy to help you.

  • NEED HELP URGENT - InDesign CC

    Hello

    I use InDesign CC to work and I recently reformatted my laptop due to a hardware problem.

    Now, I'm not able to download InDesign now and I get this error message:

    ======

    -0 fatal Error (s), 2 error (s) - payload: package redistributable Microsoft Visual C++ 2012 (x 64) 11.0.61030.0 {3E272A93-C06B-4206-AD02-0EBE02535E20}---ERREUR: third payload Installer vcredist_x64.exe failed with exit code: ERROR-2147024546: cannot install the Microsoft Visual C++ 2012 Redistributable Package (x 64). Try please install by double-clicking the executable file to D:\karen\AppData\Local\Temp\{40879E61-AD71 «»

    ======

    Can you please help me with this problem? I have urgent need for help for this work.

    Thank you!

    Karen

    Karen you have reinstall the redistributable component Microsoft Visual C++ 2012 your operating system?  This component of your operating system is currently damaged and need resettlement.  You can download the latest version of http://support.microsoft.com/kb/2019667.

Maybe you are looking for

  • How to watch 7 Sep 16 Apple Event on Apple TV 3Gen?

    The info below is announcement Apple Event since September 7, 2016. However, I can't find instructions anywhere on which Apple TV 2d or 3d Gen app to listen on. Anyone know what app to use? http://www.Apple.com/Apple-events/September-2016/ "Streaming

  • I run most upto date version but he always tells me that I am not? Why?

    Hi, on the homepage just under the search bar google in the middle of the page I get the message that I am not not the latest version of Firefox running and do not make the most of the Web. When I click the link it takes me to the announcement of the

  • C855 satellite - internet access Wireless does not work after upgrade to Win8

    Hello can someone help me? I have Toshiba Satellite C855 1HU. I just upgrade to Windows 8 and now I have no internet Wi - Fi.I don't see the wireless icon.I have downloaded the widipl - 20121025100952.zip it din't work. Means Enyone help me?

  • Headphones not working not not on Satellite A210

    My helmet (Bang & Olufsen 19 ohm) does not work on my Satellite A210 and the sound is not muted by the speakers when decision-making is iserted.I downloaded a new driver but no joy. Any ideas?

  • Repair hard disk?

    I have Drive Genius installed on my mini. I get the following message: incorrect # file hard links. Volume was found damaged and must be repaired. I can do a volume control, but I am unable to do a repair. In the new operating system, disk utility is