Windows Registry: What does @="Outlook64Bridge" mean? -


in this question answer includes modifying registry following line:

@="outlook64bridge" 

does mean need add value new subkey, name of @, type of reg_sz , data of outlook64bridge?

does @ have special meaning registry? ask because second part of answer has instructions adding (already existing?) key.

'@' "default" value. in regedit, first value listed under name "(default)" in key.


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -