HT4312 how can I enable my citrix plug-in?

I use go to meeting frequently, and citrix keeps downloadingthe application. I contacted them, and they told me to enable my citrix plug-in to prevent this from happpening repeatedly. Can anyone tell me how to do this?
Thanks

By any chances is this a thing called Citrix Receiver?  If so, I would think that to prevent it from doing anything would be to uninstall it.  It comes with it's own installer and uninstaller.   The installer would have installed a abrowser plugin called CitrixICAClientPlugIn.plugin in your /Library/Internet Plug-Ins.

Similar Messages

  • How can I enable java applet plug-in and Web Start applications via terminal?

    Since the last Java update to Snow Leopard, I have found that the system periodically disables the Java applet plug-in after a period of disuse.  I know I can go to /Applications/Utilities/Java Preferences and just click to re-enable Java.  But I want to write a script which will do this periodically for a couple hundred Mac users where I work. 
    My question is - how can I reenable the Java applet plug-in and web start applications via Terminal command?  Is this possible?  Is there a plist file that can be modified, etc.?
    Bob Reed

    It is my understanding that Apple's most recent Java update automatically disables Java after a certain period of time that it hasn't been used.  We don't want users to have to keep re-enabling it.  So we wanted to find a way to do this via script either run by a Casper JSS server or stored locally on each workstation.   With the guidance provided by Mark Jalbert above and some text from a script written by Rich Trouton, I was able to make a script (with some minor changes) and a launch agent to re-run the script upon login.  So the preference is always enabled.
    For your reference, the script content is:
    #!/bin/sh
    # DYNAMICALLY SET THE UUID FOR THE BYHOST FILE NAMING
    if [[ `ioreg -rd1 -c IOPlatformExpertDevice | grep -i "UUID" | cut -c27-50` == "00000000-0000-1000-8000-" ]]; then
    MAC_UUID=`ioreg -rd1 -c IOPlatformExpertDevice | grep -i "UUID" | cut -c51-62 | awk {'print tolower()'}`
    elif [[ `ioreg -rd1 -c IOPlatformExpertDevice | grep -i "UUID" | cut -c27-50` != "00000000-0000-1000-8000-" ]]; then
    MAC_UUID=`ioreg -rd1 -c IOPlatformExpertDevice | grep -i "UUID" | cut -c27-62`
    fi
    # Set the the "Enable applet plug-in and Web Start Applications" setting in the Java Preferences for the current user.
    /usr/libexec/PlistBuddy -c "Delete :GeneralByTask:Any:WebComponentsEnabled" /Users/$USER/Library/Preferences/ByHost/com.apple.java.JavaPreferences.${MAC_UU ID}.plist
    /usr/libexec/PlistBuddy -c "Add :GeneralByTask:Any:WebComponentsEnabled bool true" /Users/$USER/Library/Preferences/ByHost/com.apple.java.JavaPreferences.${MAC_UU ID}.plist
    /usr/libexec/PlistBuddy -c "Delete :GeneralByTask:Any:WebComponentsLastUsed" /Users/$USER/Library/Preferences/ByHost/com.apple.java.JavaPreferences.${MAC_UU ID}.plist
    /usr/libexec/PlistBuddy -c "Add :GeneralByTask:Any:WebComponentsLastUsed real $(( $(date "+%s") - 978307200 ))" /Users/$USER/Library/Preferences/ByHost/com.apple.java.JavaPreferences.${MAC_UU ID}.plist
    The launch agent plist content is:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
              <key>Disabled</key>
              <false/>
              <key>Label</key>
              <string>org.XXXXX.enableJavaPlugin</string>
              <key>ProgramArguments</key>
              <array>
                        <string>sh</string>
                        <string>/Library/Scripts/XXXXX/enableJava_plugin.sh</string>
              </array>
              <key>RunAtLoad</key>
              <true/>
              <key>StartOnMount</key>
              <true/>
    </dict>
    </plist>
    I hope this is helpful to anyone wishing to keep the Java web plugin enabled.
    Bob
    Message was edited by: Robert Reed2

  • How can I enable Safari's ability to display pdf files?

    Hi there,
    In Safari 4.0.3 (MacBook Pro) pdf links open as a dark grey block. That is, instead of the intended text, I see just dark gray.
    Control-click allows me to save the file to the desktop in which case Preview can open them with no problem.
    How can I enable Safari's ability to display pdf files?
    Thanks for any help,
    Jacobo

    HI,
    If you have Adobe Acrobat Reader, launch Adobe Reader. From the Menu Bar, click Adobe Reader/Preferences. Select the Internet category...the top option is the one you want. Uncheck the box to make sure Adobe doesn't keep making itself the default reader.
    You might also need to open /Library/Internet Plug-Ins and delete Adobe's PDF viewer plug-in.
    Carolyn

  • Speaker sound is desabled, How can I enable it ?

    My IPhone 4 device speaker sound is desabled, How can I enable it?

    Hey there Sabbir Khan,
    It sounds like you are unable to get sound from your internal speaker on your phone. I recommend the troubleshooting from the following article to help resolve the issue with your phone, named:
    iPhone: No sound or distorted sound from speaker
    http://support.apple.com/kb/ts5180
    iPhone 4 and 4S:
    Verify that the volume is set to a level you would normally be able to hear.
    Ensure that there is nothing plugged in to the headset jack or the dock connector.
    If the iPhone is in a protective case, make sure that the speaker port isn't blocked by the case.
    Make sure that the speaker and dock port aren't clogged with debris. If necessary, clean it with a clean, small, dry, soft-bristled brush. Carefully and gently brush away any debris.
    If an audio issue occurs when using a specific application, try testing other applications to see if the issue persists.
    If the iPhone is paired with a Bluetooth headset or car kit:
    Try turning off Bluetooth.
    If you experience difficulties with the Bluetooth feature, follow these troubleshooting steps.
    Restart the iPhone.
    If restarting doesn't fix the issue, ensure that your iPhone is updated to the latest version of iOS.
    If the issue is not resolved, please contact Apple Support.
    Thank you for using Apple Support Communities.
    All the best,
    Sterling

  • How can I enable embedded pl/sql gateway to run on port 80

    I have a new 11G install on OEL 4.0, database created. I would like to be
    able to access the instance using the pl/sql gateway. Works fine with
    port 8080, the default. How to I enable it to run on port 80?
    I found this statement in the following docuementation:
    http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14259/xdb22pro.htm#ADXDB2500
    Using HTTP(S) on Nonstandard Ports
    By default, HTTP listens on a nonstandard, unprotected port: 8080. To use HTTP(S) on
    the standard port, such as 80, your DBA must chown the TNS listener to setuid ROOT
    rather than setuid ORACLE, and configure the port number in the Oracle XML DB
    configuration file /xdbconfig.xml.I have root priviledges on the box.
    I've tried setting the listener file permissions:
    chown root:dba /u01/app/oracle/product/11.1.0/db_1/bin/tnslsnr
    chmod 6775 /u01/app/oracle/product/11.1.0/db_1/bin/tnslsnr
    Also put root in the dba group.
    The permissions turn out like this:
    -rwsr-sr-x 1 root dba 830854 Jun 17 21:04 /u01/app/oracle/product/11.1.0/db_1/bin/tnslsnr
    I stopped the listener, bounced the database, and started the listener again.
    But it still shows the process being owned by oracle:
    oracle 29682 1 0 21:08 ? 00:00:00 /u01/app/oracle/product/11.1.0/db_1/bin/tnslsnr LISTENER -inherit
    Changing the port is easy:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SYS>select dbms_xdb.gethttpport as "HTTP-Port" , dbms_xdb.getftpport as "FTP-Port" from dual;
    HTTP-Port FTP-Port
    8080 2100
    At this point, I can access the apex home page with the following url:
    http://hostname:8080/apex/f?p=4550:10:1454849288245548
    I can than change it to port 80:
    SYS>begin
    dbms_xdb.sethttpport('80');
    dbms_xdb.setftpport('2100');
    end;
    2 3 4 5
    PL/SQL procedure successfully completed.
    SYS>SYS>select dbms_xdb.gethttpport as "HTTP-Port" , dbms_xdb.getftpport as "FTP-Port" from dual;
    HTTP-Port FTP-Port
    80 2100
    When I try to access apex with the following url:
    http://rmdcopslnx1.us.oracle.com/apex/f?p=4550:10:1454849288245548
    I get the following:
    Failed to Connect
    Firefox can't establish a connection to the server at hostname.com.
    Though the site seems valid, the browser was unable to establish a connection.
    * Could the site be temporarily unavailable? Try again later.
    * Are you unable to browse other sites? Check the computer's network connection.
    * Is your computer or network protected by a firewall or proxy? Incorrect settings
    * can interfere with Web browsing.I can set the port. Just can't talk to it.
    This is the entry from the listener log:
    <msg time='2008-07-03T15:40:09.741-06:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='hostname'
    host_addr='xxx.xxx.xxx.xxx'>
    <txt>TNS-12546: TNS:permission denied
    TNS-12560: TNS:protocol adapter error
    TNS-00516: Permission denied
    Linux Error: 13: Permission denied
    </txt>
    </msg>
    So this looks like an permissions problem. But where? I posted
    this on the apex forum here:
    Re: How can I enable embedded pl/sql gateway to run on port 80
    They suggested asking here.

    No, that thread did not provide the information that I need. Some more data:
    I have the port set to 8080:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SYS>select dbms_xdb.gethttpport as "HTTP-Port" , dbms_xdb.getftpport as "FTP-Port" from dual;
    HTTP-Port FTP-Port
    8080 2100
    At this point, I can access the apex home page with the following url:
    http://hostname:8080/apex/f?p=4550:10:1454849288245548
    I can than change it to port 80:
    SYS>begin
    dbms_xdb.sethttpport('80');
    dbms_xdb.setftpport('2100');
    end;
    2 3 4 5
    PL/SQL procedure successfully completed.
    SYS>SYS>select dbms_xdb.gethttpport as "HTTP-Port" , dbms_xdb.getftpport as "FTP-Port" from dual;
    HTTP-Port FTP-Port
    80 2100
    When I try to access apex with the following url:
    http://rmdcopslnx1.us.oracle.com/apex/f?p=4550:10:1454849288245548
    I get the following:
    Failed to Connect
    Firefox can't establish a connection to the server at hostname.com.
    Though the site seems valid, the browser was unable to establish a connection.
    * Could the site be temporarily unavailable? Try again later.
    * Are you unable to browse other sites? Check the computer's network connection.
    * Is your computer or network protected by a firewall or proxy? Incorrect settings can interfere with Web browsing.
    I can set the port. Just can't talk to it.

  • TS3280 How can i enable both paired bluetooth and ios keyboard input at the same time?

    How can i enable both paired bluetooth and ios keyboard input at the same time?
    This is needed for the app im working on. Need some user input via keypad as well as scanner input via a paired bluetooth scanner.

    You probably should not be using a keyboard bluetooth profile for a scanner, I am not a developer for apple so do not know the location for you to find out the correct profile you should be using for an input device that is not a keyboard. Sorry,
    I am sure if you navigate the apple developer site you will probaly finmd what you're looking for.
    https://developer.apple.com

  • I have just installed a 2TB time capsule on my iMac i7, it see my second 1TB hard drive but the 256 SSD doesn't come up in the list of hard drives I can back up. How can I enable the time machine to see my first SSD 256gb hard drive?

    I have just installed a 2TB time capsule on my iMac i7, it see my second 1TB hard drive but the 256 SSD doesn't come up in the list of hard drives I can back up. How can I enable the time machine to see my first SSD 256gb hard drive?

    iLife is preinstalled on all the Macs. If you purchased iLife in the App Store or your computer came without DVDs, open App Store > Purchases and download the applications. If your Mac came with discs, insert the Applications DVD and install iLife applications

  • How can I enable SuperFetch?

    Hi,
    I downloaded Java from Java.com (free download) to be able to open a file I received as email attachment. After the download something happened to my laptop pc (Windows 7). I received pop up messages that said something like "Your computer got infected
    you need to install Windows Defender 2015. And they started to pop up almost every second and also the screen view changed. It got upside down or windows messages moved and seemed to be multiplied, very unusual things kept going...
    I stopped it and went online on my tablet pc and looked for what to do if my computer got infected with virus (because that's what I thought happened). From what I read online I made sure that all Microsoft windows experts were all recommending to start
    my pc in safe mode and I found some instructions such as going to Task Manager and ending processes and also to clear some files and folders in Registry Editor. I wasn't able to clear files and folder in Registry Editor. To make short, I came to the conclusion
    that I needed live help from a Microsoft expert. I chatted online with some MS Support Desk techs and followed their instructions but it didn't help at all. When I click on the little flag icon with a red cross sign on it(the one that says Open Action Center)
    it says 1 important message-Turn on Windows Security Center service(Important) I tried to turn it on (I don't know how many times!) but I get the message "The Windows Security Center can't be started"
    I went to Troubleshooting and clicked on Check of Performance issues (under System and Security) it did checking and I got the message "Problems Found- SuperFetch is not running. Not Fixed. 
    My question is: HOW CAN I GET SuperFetch running? or How can I enable SuperFetch?
    Thank you.
    Elif YILDIRIM

    Hi Temur, ok. I do the above procedure and it worked fine
    Now, I have other question?
    How can I reproduce any file (for example: a video, an url page, an image), that is in the flash of DMP?
    Índice de ftp://172.17.15.22/tmp/ftproot/tmp/ftproot/tmp/ftproot/usb_1/
    Subir al directorio superior.
    Nombre Tamaño Última modificación
    Sample Videos.lnk
    1 KB
    17/06/2011
    06:25:00 a.m.
    deployment
    29/06/2010
    04:14:00 a.m.
    lost+found
    25/02/2010
    12:00:00 a.m.
    video futbol en la playa.mp4
    1390 KB
    29/06/2010
    01:08:00 a.m.
    videofutbol.mp4
    1390 KB
    29/06/2010
    01:38:00 a.m.
    I like, that el DMP when loss conectivity with DMM, It display at the LCD screen, the video named videofutbol.mp4, this video As I show in the picture above, already in the flash of DMP.
    I appreciate your early response.
    Thanks

  • How can you enable back the Android native Menu button in AIR 2.7?

    I've noticed in AIR 2.7 for Android, that now the bottom icons in Android 3.0 Honeycomb are hidden (replaced by small dots) in AIR 2.7, whereas in AIR 2.6 they were always visible. That's cool. Since the bottom bar can never be hidden in Android 3, at least now those icons are less visible (unless you intentionally touch the bottom bar, then the icons show up for a few seconds).
    BUT I also noticed in AIR 2.7 compiled apps, the native "Menu" icon is not visible anymore, even after touching the bottom bar. In AIR 2.6 you could see and press that button (which can be captured from AIR so you can show a custom settings menu or whatever).
    So, quoting the subject --> How can you enable back the Android native Menu button in AIR 2.7?

    There is a work around and a reason for the menu issue.  Honeycomb doesn't natively support a menu softkey, it is only to support old apps comiled in phone API levels.  If you compile a Honeycomb app in 2.7 or 3.0, it is expected you manage the settings within the larger tablet UI framework.  See below link for more info and work around. 
    http://forums.adobe.com/message/3964792#3964792

  • How Can I Enable "Creative S/W Synth" in Windows

    I have a "Sound Balster Li've! 5." sound card and I'm using Windows XP. When I was using Windows ME before, the MIDI output devices that were available in WinME were:- A: SB Li've! MIDI Synth2- B: SB Li've! MIDI Synth3- Creative S/W Synth4- MIDI Mapper
    BUT, when I'm using Windows XP, the third and the fourth outputs disappeared and they were replaced with:- SB Li've! MIDI UART- Microsoft GS Wavetable SW Synth
    How can I enable "Creative S/W Synth" in Windows XP? Can't it be available in WinXP, or is there a way to enable it's Even if that MIDI device output is of low quality.

    I want to know how to enable that MIDI output device. I don't know if it's related to soundfonts or not. I tried uninstalling and reinstalling the sound card drivers many times, but I couldn't enable that MIDI device. Do you think it is related to the drivers of the sound card. I really like that MIDI device and want it to be my default MIDI device. The system that I'm using is:
    Pentium 4 - .7 GHz
    256 MB RAM
    Windows XP Service Pack 2
    The sound card is:
    Sound Blaster Li've! 5.
    Thank you.

  • My phone has been disabled, how can I enable it back?

    my phone has been disabled, how can I enable it back?

    Yes it does. Also, if you were using iOS 7+ and had Find my iPhone activated, you will need your apple id and password to be able to use the phone again.

  • I disabled my Macbook  Hard Disk and lock the settings, after i try to reboot, the system wouldn't come up. It refuses to read instructions from the hard disk. How can i enable the hard disk when the system wouldn't come up?

    I disabled my Macbook  Hard Disk and lock the settings, after i try to reboot, the system wouldn't come up. It refuses to read instructions from the hard disk. How can i enable the hard disk when the system wouldn't come up?

    How do you disabled it if running the same?

  • Scroll bar does not appear in some PDF files. How can I enable it?

    Scroll bar does not appear in some PDF files. How can I enable it?

    Scroll bars are supposed to appear when needed.
    For example, scroll bars will appear when you zoom in on a page.
    FAQ: How to zoom in/out on a page
    Windows 8 automatically hides scroll bars after a few seconds of inactivity.  Scroll bars will reappear when you touch the screen and move your finger (on a Touch-enabled device) or move your mouse.
    Additionally, page navigation depends on the view mode (Single Page vs. Continuous Page).
    In the Single Page mode, you can swipe left/right (horizontally) or click the left/right arrow button with your mouse to go to the previous/next page.
    In the Continuous Page mode, you can swipe or scroll up/down (vertically) to go to the previous/next page.

  • How can I enable Texture filters on a 16 bit file in Photoshop CC?

    I am trying to use the texture filters in Photoshop CC and when I try to open them on a 16 bit file the texture category is grayed out. I have a method  from a Peachpit article by Helen Bradley that uses texture filters to apply a border around an image. How can I enable texture filters?

    If you are talking about the Filter Gallery, you can't use that on 16 bit files. What you can do is duplicate the current 16 bit file and convert to 8 bit, run the various filters to get the border around you image than take the border from the 8 bit file and copy/paste it back into the 16 bit file...

  • How can I enable third party cookies?

    How can I enable third party cookies?

    Demo, I just did some reseach on this question and while one an set iPad to accept cookies, from what I read, it doesn't work for 3rd party cookies.  Maybe I'm not getting it though, which is certainly possible..

Maybe you are looking for

  • How do I read a pulsed input on an SCB-68 counter channel?

    Hello all, I have been searching through the DAQ help and this board for a few hours now and I cannot find an answer that addresses what should be a simple problem. Let's start with hardware and software: I have a 6062E PCMCIA DAQmx card connected to

  • Short dump with a select statement

    I have the following select statement (I have also inluded my data statement(s)) and I get a short dump.  The error is as follows: <b>What happened?                                                                      Error in ABAP application progra

  • Date format when getting a PDF document with RESTful changes

    Hi all, I have a simple document with a date concatenation (as a string) for DateFrom - DateTo (for example "1/4/2015 - 30/4/2015") When I am in WebI I can see it in this format, even if I export it to PDF or Excel. However when I open it using BO BI

  • 2009 21" iMac as External Monitor

    I've got a 2009 iMac with a mini DisplayPort, and I'm trying to hook up a PC laptop with an HDMI out while my Macbook Pro is in the shop. I've purchased an HDMI cable, and the Belkin Mini DisplayPort to HDMI adapter. My PC can detect the external dis

  • SQL Qurey Problem

    I have produced the below query for the production department to see what orders are due to be despatched in a particular month. Some of our sales orders are split delivery so i have to do this on a line basis. I am wondering whether i can use a case