[Warning] ... do not grant Local Activation permission for the COM Server application

Discussion in 'Windows 8' started by TONSCHUH, Sep 23, 2013.

  1. TONSCHUH

    TONSCHUH MDL Addicted

    Jun 11, 2012
    816
    287
    30
    #1 TONSCHUH, Sep 23, 2013
    Last edited by a moderator: Apr 20, 2017
    Code:
    The machine-default permission settings do not grant Local Activation permission for the COM Server application with CLSID 
    {C2F03A33-21F5-47FA-B4BB-156362A2F239}
     and APPID 
    {316CDED5-E4AE-4B15-9113-7055D84DCC97}
     to the user NT AUTHORITY\LOCAL SERVICE SID (S-1-5-19) from address LocalHost (Using LRPC) running in the application container Unavailable SID (Unavailable). This security permission can be modified using the Component Services administrative tool.
    
    Something to worry about and if how to fix it ?

    :confused:
     
  2. fastleo63

    fastleo63 MDL Novice

    Aug 27, 2008
    28
    16
    0
    I too.
    Windows 8.1 Pro RTM x64.
    But in my case the application is Microsoft BingWeather 3.0.1.174.
    Any ideas? What can I do?
     
  3. jeff69dini

    jeff69dini MDL Expert

    Nov 22, 2008
    1,015
    234
    60
    same here, I swear I had like 50 of those errors withing minutes from bing weather, I restored a windows 8 image and went back to that, works fine for me with no errors worth mentioning, go figure, lol
     
  4. pisthai

    pisthai Imperfect Human

    Jul 29, 2009
    7,222
    2,272
    240
    Listen like an incompatibility problem with apps for Windows 8 running on Windows 8.1!

    I wouldn't wonder if not much more of that problems will coming up! The apps developers just had their work don, if not still in process, for the Windows 8 apps and now just a year after the release of 8 a new OS is "on the table"! For my main machine I still run Windows 8 and will not change the next few month just to avoid such compatibility problems.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. TONSCHUH

    TONSCHUH MDL Addicted

    Jun 11, 2012
    816
    287
    30
    Thanks for the Info's guy's !

    :)
     
  6. hbhb

    hbhb MDL Expert

    Dec 15, 2010
    1,017
    263
    60
    Stay away from Metro:vertag:
     
  7. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,770
    1,101
    60
    #8 Mr Jinje, Oct 3, 2013
    Last edited by a moderator: Apr 20, 2017
    Is this solution ?

     
  8. TONSCHUH

    TONSCHUH MDL Addicted

    Jun 11, 2012
    816
    287
    30
    I have v3.0.1.174.

    :confused:
     
  9. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,770
    1,101
    60
    #10 Mr Jinje, Oct 3, 2013
    Last edited by a moderator: Apr 20, 2017
    gotcha, run this, it copies all your provisioned apps to your clipboard, open up a new text file and paste the data to find the exact name you'll need. It's easier this way vs trying to find it in the powershell window.

    Code:
    dism /online /Get-ProvisionedAppxPackages | clip
     
  10. TONSCHUH

    TONSCHUH MDL Addicted

    Jun 11, 2012
    816
    287
    30
    #11 TONSCHUH, Oct 3, 2013
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Code:
    Microsoft.BingWeather_2013.809.641.3233_neutral_~_8wekyb3d8bbwe
    
    That seems to be the name for it.

    Code:
    Microsoft Windows [Version 6.3.9600]
    (c) 2013 Microsoft Corporation. All rights reserved.
    
    
    C:\WINDOWS\system32>dism /online /Get-ProvisionedAppxPackages | clip
    
    
    C:\WINDOWS\system32>dism /online /Remove-ProvisionedAppxPackage /PackageName:Mic
    rosoft.BingWeather_2013.809.641.3233_neutral_~_8wekyb3d8bbwe
    
    
    Deployment Image Servicing and Management tool
    Version: 6.3.9600.16384
    
    
    Image Version: 6.3.9600.16384
    
    
    The operation completed successfully.
    
    
    C:\WINDOWS\system32>
    
    Thanks, but what does this command do, because my Weather-App is still here ?

    :worthy:
     
  11. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,770
    1,101
    60
    #12 Mr Jinje, Oct 3, 2013
    Last edited: Oct 3, 2013
    It was supposed to uninstall the darn thing. But now that I think about it, MSFT does not allow uninstallation from an existing user account, i.e. once it's installed it stays installed even after running that dism remove command. To test if it is uninstalled correctly we would have to create a 'new' user and log on. New users will not get Bing Weather on your machine, but users who have already got it will keep it. If you want to re-enable it, just run the opposite (add) command from dism.
     
  12. TONSCHUH

    TONSCHUH MDL Addicted

    Jun 11, 2012
    816
    287
    30
    In Windows-8.1, your Live-Account remembers even which Apps you had installed previously and when you do a clean install, all previous Apps get marked in the Metro-UI. You don't have to install them, but it's a quite handy feature.

    I just leave the whole thing how it is, as the errors don't really cause any issues. But again thanks for all the Info's, as this was new to me.

    :worthy: