Share via

Regedit key \ values

Anonymous
2018-11-08T06:57:47+00:00

hi

I posted this in the Swedish part, but I will try here also.

In regedit there is a key that I can't find any info about.

Computer\HKEY_USERS\*.*\Software\Microsoft\Office\16.0\Common\Identity\ServiceAuthInfoCache\CredStoreKeyToAuthScheme

Where can I find info about the key and the values in there?

we have an value in the key that we need to delete on aprox 120 machines , the valu has the same url, but ends with diffrent numers on every machine.

thanks for all help you have

//christian

Microsoft 365 and Office | Install, redeem, activate | For home | Other

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2018-11-08T10:23:02+00:00

This forum is more how to use the applications type questions.  Although Office does create the key, users don't interact with the registry. That is the domain of administrators and tech geeks. Try asking this question in technet and msdn. They have more technically oriented replyers.

Ask the community**: Technet / MSDN / Answers**

IT Pros: Microsoft TechNet Office forums 

http://social.technet.microsoft.com/Forums/en-us/category/officeitpro

Developers: Microsoft MSDN Software Development for Office forums

  http://social.msdn.microsoft.com/Forums/en-US/category/officedev

Check with Experts at TechNet and MSDN where Sharepoint is supported.

Technet Sharepoint - Forums

http://social.technet.microsoft.com/Forums/en-US/category/sharepoint/

TechNet - Support for Business Owners, larger than small networks

(medium to Enterprise), Server editions, Live Meeting, Office for IT,

and other networking software.

http://social.technet.microsoft.com/Forums/en/categories/

TechNet - Windows Server (Server 2008 R2 Forums are locked so you will needto use the other forums for current support)http://social.technet.microsoft.com/Forums/en/category/windowsserver

TechNet - Windows 10 IT Pro - Forumshttps://social.technet.microsoft.com/Forums/windows/en-US/home?category=Windows10ITPro

TechNet - XP, Vista, Windows 7, and Windows 8 IT Prohttp://social.technet.microsoft.com/Forums/en/category/w7itpro,w8itpro,windowsvistaitpro,windowsxpitpro,windowsintune

TechNet - Where is the Forum For…?http://social.technet.microsoft.com/Forums/en/whatforum/threads

**********

MSDN/Office - Dev Center - SharePoint Forumshttps://social.msdn.microsoft.com/Forums/office/en-US/home?category=sharepoint

MSDN - Forumshttp://social.msdn.microsoft.com/Forums/en/categories/

MSDN - Where is the Forum For…?

http://social.msdn.microsoft.com/Forums/en/whatforum/threads


**********

Post a question or browse for solutions in the Office Answers forums.

https://answers.microsoft.com/en-us/

Was this answer helpful?

0 comments No comments

5 additional answers

Sort by: Most helpful
  1. Andreas Killer 144.1K Reputation points Volunteer Moderator
    2018-11-08T11:22:07+00:00

    Download this file

    https://www.dropbox.com/s/yxwmsa77sfbqbl1/modRe...

    Open the VBA editor

    Press CTRL-M and import the file

    Have a look into

    Private Sub Example_EnumerateRegKeys()

    first, you can customize that for your needs to find the registry keys.

    If you are 100% sure you found the right keys use Function DeleteRegKey and delete them.

    Again: I give no guarantee that this works reliably on every system. All the best and good luck.

    Andreas.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2018-11-08T10:35:50+00:00

    Thanks Rhon007

    This MS world is very dificult to navigate in :) but I'm learning slowly.

    I will check some of your links and see if I can get more info or where to post my question

    //christian

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2018-11-08T08:54:32+00:00

    Thank you Andreas

    I thought about where to ask.

    My brain told me that it should be here since Office 365 create the key and values... 

    I would like to have the code if you wan't to share it

    //christian

    Was this answer helpful?

    0 comments No comments
  4. Andreas Killer 144.1K Reputation points Volunteer Moderator
    2018-11-08T08:17:11+00:00

    IMHO you're asking in the wrong forum, that is a question for windows administrators.

    If you're asking about VBA code to modify the registry, I can provide some, but without any warranty. Modifying the registry is always critical...

    Andreas.

    Was this answer helpful?

    0 comments No comments