Paired apple ir-remote requires admin rights to operate

Hi
I paired my apple remote to my mac book pro (logged in as root). When I now want to control my mac (front row) from a non-administrator account I can't - no reaction when I press menu on my remote control.
When I unpair the remote, I can control front row from my normal account.
Help is appreciated.
Jürgen

Try pairing it when logged in with a standard account. If it asks for a password to do this, enter another admin name/pw and not root. Maybe this works...

Similar Messages

  • My nephew lost the paired Apple TV remote and now I can't pair a new one with it.  How do I unpair the lost remote without pairing another remote?

    My nephew lost the paired Apple TV remote and now I can't pair a new one with it.  How do I unpair the lost remote without pairing another remote?

    See this official Apple article on how to unpair your remote with an Apple TV.
    http://support.apple.com/kb/HT1555?viewlocale=en_US&locale=en_US
    Let us know how this works for you.
    Also, are you positive the battery in your Apple TV remote is good?
    Never hurts to check or ask.

  • Pushing out software that "requires" admin rights....

    I have a piece of software that needs installed on 200 users machines....however the software requires admin rights to install. So, by using group policy, I can successfully push out the software to users that have local admin rights, but it will not install
    on machines that do not have local admin rights.
    Whats the best way to accomplish this without giving 200 people admin rights?

    How did you create a Distribution point ?
    To publish or assign a computer program, you must create a distribution point on the publishing server (I am sure, you must have done that already)
    However, FYI... Here are the steps
    create a distribution point
    Log on to the desired server  as an administrator.
    Create a shared network folder where you will put the Microsoft Windows Installer package (.msi file) that you want to distribute.
    Set permissions on the share to allow access to the distribution package.(Authenticated Users should have
    READ permissions)
    Copy or install the package to the distribution point. 
    Assign a Package
    Computer configuration / Policies / Software Settings / Software installation
    Right-click Software installation, point to New, and then click Package.
    In the Open dialog box, type the full Universal Naming Convention (UNC) path of the shared installer package that you want. For example,
    \\FileServer\Share\software.msi
    Important: Do not use the Browse button to access the location.
    Make sure that you use the UNC path to the shared installer package.
    Click Open.
    Click Assigned, and then click OK. The package is listed in the right pane of the Group Policy window.
    Close the Group Policy snap-in, click OK, and then quit the Active Directory Users and Computers snap-in or gpmc.
    When the client computer starts, the managed software package is automatically installed.
    Along with Software Distribution policy, you can set another policy "Always install with elevated privileges"
    User Configuration\Administrative Templates\Windows Components\Windows Installer 
    This policy directs Windows Installer to use system permissions when it installs any program on the system.
    This policy extends elevated privileges to all programs. These privileges are usually reserved for programs that have been assigned to the user (offered on the desktop), assigned to the computer (installed automatically), or made available in Add/Remove Programs
    in Control Panel. This policy lets users install programs that require access to directories that the user might not have permission to view or change, including directories on highly restricted computers.
    If you disable this policy or do not configure it, the system applies the current user's permissions when it installs programs that a system administrator does not distribute or offer.
    Caution : Skilled users can take advantage of the permissions this policy grants to change their privileges and gain permanent access to restricted files and folders. Note that the User Configuration version of this policy is not guaranteed
    to be secure.
     Important: This policy appears both in the Computer Configuration and User Configuration folders. To make this policy effective, you must enable the policy in both folders.
    Hope that helps.
    If it looks good, Eat it ! Likewise, If you don't know the answers, don't hesitate to ask questions !!
    This posting is provided "AS IS" with no warranties or guarantees and confers no rights.
    About Me !!!

  • Merge Modul CrystalReports11_5_NET_2005.msm requires admin rights

    Dear all,
    I created a VB2005 windows forms application  using Crystal Reports XI R2 viewer and managed somehow to  include CrystalReports11_5_NET_2005.msm in a clickonce deployment package. What really bothers me is that local admin rights are required for the CR runtime files during initial installation of the programm (updates work fine as normal user).
    Is there a way to avoid this?
    Can I install CrystalReports11_5_NET_2005.msi prior to the application with (different) admin credentials during user logon and removed the merge module from the clickonce package?
    Any ideas appreciated.
    Regards

    With  the parameter " /qb pidkey=your product key" Glenn delivered the key to a solution. Using the SysInternals-tool psExec I was able to install the CR runtime an my target machines remotly and the users could install my software with normal users rights without problems:
    I used the scripts RemoteInstall.cmd which has one single line
       C:\Programme\PsTools\psexec
    target_machine -u Domain\pcAdmin -c
    server\pathORshare\InstallCR2005-Runtime.cmd
    and InstallCR2005-Runtime.cmd which contains these commands
      c:
      cd %Temp%
      copy
    server\pathORshare\CrystalReports11_5_NET_2005.msi
      crystalreports11_5_net_2005.msi /qb pidkey=my product key
      del crystalreports11_5_net_2005.msi
    BTW: psExec supports a parameter @file with a list of target machines
    Your anwsers have really been a great help.
    Chris

  • CC now requires admin rights, why?

    we have a group of CC accounts that sit behind a corporate firewall on managed machines.  up until today all CC elements were installing correctly and without a problem.  we had to open up the ports to adobe at first, but all has been running smoothly.
    Now however, if I open CC desktop, I am prompted with an update or quit message, if I try to update I now get told that I do not have sufficient admin rights.  in truth I never did! I never needed them for adobe CC.  So why the change?
    To save me the painstaking exercise of asking IT to try and find out what can be done.  Does anyone know what can be done to fix this problem... 
    what do I need to ask IT to do?
    Don't say give full admin rights!
    I can't believe Adobe would force a requirement for admin rights, potentially barring the corporate client market.
    Any help appreciated,
    thanks
    Chris

    I had an Unknow Server Error trying to do log-in as normal user, so I found this trick and that solved all my problems:
    http://helpx.adobe.com/creative-cloud/kb/unknown-server-error-launching-cc.html

  • Install SCCM client remotely with admin rights

    Hi,
    I want to deploy SCCM 2012 R2 clients remotely via PowerShell script running on an admin computer with the following commands :
    $Computers = Get-Content C:\Computers.txt
    $Computers | % { Copy-Item -Path C:\Temp\ccmsetup.exe -Destination \\$_\C$\RemoteTemp\ }
    Invoke-Command -ComputerName $Computers -ScriptBlock {\\$_\C$\RemoteTemp\ccmsetup.exe /mp:MP01}
    When I run the PS script, the client is not installed on remote computers. When I run the ccmsetup via command line locally, there is a popup displaying if I want to allow the EXE execution. When I click on YES, the client is well installed. So I want to
    know if there is a solution to do it from my PS script with admin right bypassing UAC on remote computers ?
    Thanks.

    If that's really the road you want to take then this will probably help:
    http://jeffwouters.nl/index.php/2011/11/having-some-fun-with-uac-and-powershell/
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • Does java require admin rights for deployment?

    Just like the subject says, if I'm running in a limited user account can I deploy java packages or do I have to have admin rights in order to deploy programs?

    Installing Java on a Windows 2k or XP machine requires Windows administrative privileges - see the appropriate Java Installation Instructions from Sun. If your use of "deployment" means anything else, that's all controlled by the privileges that your administrators give you; there are no requirements or rules other than what they set, as DrClap said. If you're not sure, have them set you up like the other people.

  • Help with running programs that require admin rights to laptop

    We are not able to run java, flash, or shockwave on our laptops unless we
    log into the workstation first as an administrator. Is there a way to fix
    this so that the students do not have to log onto the workstation first as
    administrator?
    Thanks,
    Kathy

    Originally Posted by Kathy
    We are not able to run java, flash, or shockwave on our laptops unless we
    log into the workstation first as an administrator. Is there a way to fix
    this so that the students do not have to log onto the workstation first as
    administrator?
    Thanks,
    Kathy
    Hi Kathy, we have have a product that enables you to remove admin rights on XP/Vista by elevating ActiveX controls, apps, scripts etc Avecto - Eliminate Admin Rights, Implement Least Privilege

  • Does CS5 require Admin Rights?

    I work at an IT helpdesk, and many of our users that are just now starting to get Adobe CS5 are experancing problems.
    All of our users DO NOT have admin rights.
    Whenever they launch Photoshop CS5, this is the error they receive:
    The instruction at "0x0fcaa8dc" referenced memory at "0x000b0000". The memory could not be "read".
    Screenshot:http://imgur.com/LISVn.jpg
    When we run the program with an administrator account, it opens just fine without any error.
    This is the first version of Adobe CS that we have run into this issue with. CS4 was running like a champ previously for all of out non-admin users.
    Does anyone know if there are certain files i need to permission to get this working for our users.
    Thank you.
    -Ash-
    PS: Extra info:
    We are running Windows XP SP3 x86.
    We are on a domain

    Thanks Chris,
    Updated and everything is working normally now.

  • W7 x64 SP1 Programs requiring admin rights stop responding

    PC G560
    Windows7 64bit with SP1 (happened before SP1 as well)
    Hi
    When logged in as a User if I click on anything which requires administrator priviledges, the box comes up to enter the admin password, it does not matter if I enter the correct password or if I click cancel the program then hangs with the circle icon spinning when I hold the cursor over the program. CTRL ALT + DEL and close the unresponsive program and all is OK again.
    Any suggestions please
    Moderator note; subject edited
    Solved!
    Go to Solution.

    Solved it, without a full install. Thanks to another poor sole on this forum.
    I trawled through pages of searches and the most common problem was with Lenovo PC's or certain applications, to say that Lenovo have such a small market share but so many problems really is annoying. a Yahoo search drew me back to this forum, uninstalling Veriface has resolved the issue, which is a shame as I actually liked the face recognition as the laptop is used by all of the family.
    So far Lenovo have not impressed me-Wireless N rating is almost a fraudulent claim, low battery life, constant niggles like this one just solved, only real support is this forum the company support is crap. Touch pad is also diabolical.
    For an offcast of IBM who I rate highly this is poor.
    Anyway, hope this helps others out there.

  • ZdM Agent requiring admin rights to install

    Hi,
    We are striving to upgrade our Desktop Agent to 6.5.20.0 from what is
    currently a mixed bag of 4.0.1 upwards.
    Our desktop environment is XP Sp2. ALL users only have User permissions to
    the local environment. This is a constant that cannot change.
    Whilst trying to use NAL to update the ZdM Agent, an MSI error 1603 is
    being encountered. MSI logging reports this error is related to
    insufficeint priveleges to perform the installation. The NAL object is user
    associated and is set to force cache. Manipulation of the unsecure/secure
    system user switches do not solve the issue. Logging in with a user with
    elevated priveleges performs a successful install.
    Is there a method to use NAL to install the ZdM Agent in a User
    permission-level environment?
    Regards,
    Gary.

    Gary,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at
    http://support.novell.com.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://support.novell.com/forums)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Install xcode without admin rights

    Hi!
    I have a work MacBook Pro which my team purchased however our IT department insisted on putting admin rights on it. I have managed to download xcode from the app store however because xcode wants to make changes it requires admin rights. Now, one of the main reasons I have been purchased the MacBook is because I need to work from home for personal reasons. The only thing IT department have suggested to me is for me to travel to work for them just to put a password in.
    Is there a way where I can install xcode without these admin rights? I first hit these admin rights when I need to agree to a license agreement.
    Any help would be much appreiciated!

    Bad news I am afraid.
    Apple properly implement UAC (User Access Control) whereby whenever something tries to install itself it does ask for an admin level authentication. Microsoft's effort in this area ***** big time even if in other areas they may be better than Apple.
    Therefore as things stand you need it to be authenticated by an admin level password.
    Now looking forwards there are two possible approaches which would make both your IT department happy and let you work.
    If your IT department sets up a system whereby they can remotely control your computer they can remotely authorise the installation. This is an absolute pig to do with Windows machines as in Windows normally the authorisation dialog kills the remote control session but thankfully it is easy with Macs. This may require having a VPN connection to the office but some remote control systems do not need this e.g. LogMeIn
    or they could set up a 'self-service' software install system like Munki. There would be a server with the installers on it including the XCode installer and your Mac would be configured to talk to this, you Mac would have the Munki Managed Software client on it and this client would manage installing the applications and would also manage the authorisation for you meaning you would not need to enter a password
    Even once you have XCode installed it is my experience that using it to develop software usually requires admin access anyway, the development company I worked at in support therefore conceded the inevitable and gave all the devs admin level accounts with the understanding that if they broke things they had to fix it themselves.

  • First time client opens java needs admin rights to download, any way to push java runtime from ARD and open so they don't have to have admin credentials?

    Hey guys,
    I am the IT admin for Macs in our company. When we put a brand new image on a client machine, it works perfectly. I can install and run packages using ARD. For Java however, when a client opens something required by java it says it needs to download the java runtime etc etc... It requires admin rights to download and install. My Users do not have admin privileges to install things.
    Does Apple have the packages they install the javaruntime with on the internet to download as a .pkg or something similar? I was not able to find one that I could use and push through Apple Remote Desktop. Any suggestions?
    Basically I need a way to have javaruntime on a machine without me needing to log into each computer individually to download it or needing to give admin rights to the users.
    Thanks!

    Nevermind; I found a standalone installed located at:
    http://support.apple.com/kb/DL1421
    I install this through ARD before running any update features or anything so the end-user will not have to type in admin credentials since I can do this from my side of things now.

  • Admin Rights for Adobe AIR apps

    Which Admin rights are needed on a system to install a .AIR file on a system? In our Enterprise scenario users do not have Admin rights on the system. And whenever user tries installing an AIR app an error is thrown for the same. I want to know what are the least (Admin) rights that we need to give to a user on a WindowsXP system so that he can install air apps?

    Hello,
    Unfortunately, there isn't a simple answer to this question because AIR isn't in complete comtrol over the full set of files and registry keys touched during an install - we rely on Windows Installer for that.  However you can find additional information about this at:
    Does Installing an AIR Application Require Admin Rights?
    What are Administrative Rights, Anyway?
    You might also want to vote for this idea: Installation of Adobe AIR apps without having administrative privileges
    Hope this helps,
    Chris

  • Installing without admin rights on Win7

    I am trying to get a definitive answer to whether Adobe Creative Cloud can be installed and used by someone who does not have administrator rights to their Windows 7 PC. In our company, we restrict user rights and users cannot "elevate" their rights to install software. Normally, we package ALL software and deploy it by Microsoft SCCM, which overcomes any admin problems automatically. We could presumably do that to install the initial cloud download manager application. But it is not clear whether that will then be able to install the specific applications the user requires when logged in using their (user mode) account. Does the creative cloud installer run as a background service - that could be set to run with an administrator service account? Can one user with access to the cloud downloa da traditional installer package which could then e passed to SCCM for deployment to other colleagues? Is there any official suggestion from Adobe how companies that enforce lock-down of user rights can use the Cloud?
    Thanks!
    Anthony

    Hi Anthony,
    I know that installation at least requires admin rights and most likely first launch with some of the apps. I believe its possible to run most of the apps from a limited user once installed. This is true for all Adobe products not just Cloud products. I believe we are working on options for deployment for Creative Cloud Team which would support technologies such as SCCM, so even if this option is not available for cloud currently, it may be something that is available in the future.
    -Dave

Maybe you are looking for

  • Considering cancelling infinity 2 after 12 days du...

    Since installation of inifinity 2 I've had poor internet speed. First I was told to wait for the stablisation peroid and the call centre assured me the speed would improve. I was intially getting 7mphs and now I have 11mphs even though I'm 0.3km away

  • Stuck on "Waiting..." when downloading

    Um, i wanted to download an application from app store (from ipod touch). Download started, but i got d/c and it stuck on waiting... I turned it off/on it's same. I tired to remove applications, it didn't work again.

  • Synonym advantages in Oracle

    What is synonym? and what r the advantages of using synonyms

  • How can i increase the length of material description

    hi my client wants to increase the length of material description (MAKT Table) form 40 cha how can it possible to increse the description plz guide me K.Raghuram

  • How to do Sale return after payment is made ?

    Dear All,          In my scenario,                        i delivered the items to the customer                         In customer end they paid for the particular sale through a check                          Now,i posted the payment on my system a