I cant locate HKEY_CLASSES_ROOT\AppID\{F72671A9-012C-4725-9D2F-2A4D32D65169}

hester , ethan 21 Reputation points
2021-12-03T19:23:27.477+00:00

Hi, so i keep getting application crashes only on specific games that im playing. Some games run totally smooth and others wont run at at all, in the system logs in event viewer im getting this error

The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID
{2593F8B9-4EAF-457C-B68A-50F6B8EA6B54}
and APPID
{15C20B67-12E7-4BB6-92BB-7AFF07997402}
to the user DESKTOP-G6L2BMO\ethan SID (S-1-5-21-418468263-4133558824-16890343-1001) 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.

I have been trying to follow guides to go into the APPID folder in the regedit and change permisssions but unfortunatly i cannot locate the APPID folder or the CLSID folder. any help would be appreciated.

Only sometimes this error comes across as well when the application crashes
Display driver nvlddmkm stopped responding and has successfully recovered.

also sometimes i get this error log as well

The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID
{2593F8B9-4EAF-457C-B68A-50F6B8EA6B54}
and APPID
{15C20B67-12E7-4BB6-92BB-7AFF07997402}
to the user DESKTOP-G6L2BMO\ethan SID (S-1-5-21-418468263-4133558824-16890343-1001) 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.

Windows App SDK
Windows App SDK
A set of Microsoft open-source libraries, frameworks, components, and tools to be used in apps to access Windows platform functionality on many versions of Windows. Previously known as Project Reunion.
783 questions
Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,611 questions
{count} votes

Accepted answer
  1. Anonymous
    2021-12-03T19:39:34.42+00:00

    It is in
    Computer\HKEY_CLASSES_ROOT\AppID

    not
    Computer\HKEY_LOCAL_MACHINE

    but much simpler to find is to cursor at top of regedit tree, cntrl-C copy the string, then in registry editor cntrl-F, cntrl-V, and enter

    --please don't forget to upvote and Accept as answer if the reply is helpful--


6 additional answers

Sort by: Most helpful
  1. Ethan Hester 1 Reputation point
    2021-12-04T21:27:09.89+00:00

    So it seems like both of your solutions I'm running into problems, on the step by step breakdown when i go in to change settings i get this message 154990-unrecognized-value.png

    and when i try and run the powershell command i get this message 155042-brick-wall.png

    0 comments No comments

  2. Anonymous
    2021-12-04T21:36:58.21+00:00

    running scripts is disabled on this system is a default on a desktop OS. You could bypass for the current session.

    Set-ExecutionPolicy -ExecutionPolicy AllSigned -Scope Process  
    

    https://video2.skills-academy.com/en-us/powershell/module/microsoft.powershell.security/set-executionpolicy?view=powershell-7.2

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.