Page 1 of 1

How to add \ to a post

Posted: Wed Feb 17, 2021 3:25 pm
by eagleman
Hello, I have checked and tried every solution but it seems impossible tro write a registry key.
I would like to write this registry key to a post (HKEY_CURRENT_USER\Software\Microsoft\Windows\DWM) but once completed the key is shown like this HKEY_CURRENT_USERSoftwareMicrosoftWindowsDWM .
What is the correct way to write and show it?

Re: How to add \ to a post

Posted: Wed Feb 17, 2021 5:16 pm
by franah
Try this (With double \):

HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\DWM

When you save or publish the entry, you can see this with only one, but in the editor also appears with only one \, so when you save or publish again the other \ dissapear.

That is a bug, but at least you can publish your entry if you use double \

Re: How to add \ to a post

Posted: Wed Feb 17, 2021 7:42 pm
by eagleman
Thanks. It works with the double \. Personally I don't know whether is a bug or not, but this trick is useful.