Thinkster Posted July 27, 2005 Posted July 27, 2005 On my computer, I went to Regedit and to [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system]I typed my text in the "LegalNoticeText" String. I typed it as one continuous "paragraph", but I put "~~" where I wanted LineFeeds/Carriage Returns to go. After I hit [OK], I went back and right clicked on LegalNoticeText and selected 'Modify Binary Data'. I then changed the Hex Data for ~~ (7E007E00) to Hex Data for CR/LF (0D000A00). Great, It looks fine on my system! However, when I export this section of registry as a .reg file and try importing that on another system, It doesn't import any of the LegalNoticeText, only the LegalNoticeCaption.What is going on here? Is there some trick to doing this? I'm thinking it doesn't like the CR/LF code when importing.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now