Not sure this in the right forum but can't find one for reg editing (feel free to abuse for posting in wrong forum, just make sure you tell me which one it should have gone in ![[smile] [smile] [smile]](/data/assets/smilies/smile.gif)
We have a pre-logon message that has to be ok'd before a user can proceed to logon. Recently the message has been changed and is now 4 paragraphs long.
I can't for the life of me work out how to get line breaks between the paragraphs. Although they show in the code (for obvious reasons) the text shows as one big block on screen. Any ideas anyone? Below is the code of the reg file.
I used to have a handle on life... but it broke. Cpt. Red Bull
![[smile] [smile] [smile]](/data/assets/smilies/smile.gif)
We have a pre-logon message that has to be ok'd before a user can proceed to logon. Recently the message has been changed and is now 4 paragraphs long.
I can't for the life of me work out how to get line breaks between the paragraphs. Although they show in the code (for obvious reasons) the text shows as one big block on screen. Any ideas anyone? Below is the code of the reg file.
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies
\system]
"dontdisplaylastusername"=dword:00000000
"legalnoticecaption"="IMPORTANT - COMPUTER MISUSE ACT 1990"
"legalnoticetext"="This computer is owned by Whoever LTD and intended for use
only by authorized individuals. Unauthorized access to, or misuse of this computer, the
information it holds and any interconnected ITC resources is prohibited and constitutes
an offence under the Computer Misuse Act 1990.
By logging in to and using this computer, you acknowledge that you are a Whoever
LTD employee or authorized sub-contractor with an assigned Whoever user account
and that you are aware of and consent to the following terms and conditions of use.
Any or all activity may be monitored and recorded by Whoever LTD and such
records may be used to investigate any suspected misuse or other violations of Whoever LTD Acceptable Use of ITC Policy, and may be disclosed to third parties,
including law enforcement agencies.
All Whoever ITC resources are provided for corporate use and you should have no
expectation of privacy of personal information in your use of this system.
Unless specifically marked otherwise, information held on this computer is for for
internal company use only and must not be disclosed to unauthorized recipients. Any
violation of the above, may result in disciplinary and/or legal action."
"shutdownwithoutlogon"=dword:00000001
"undockwithoutlogon"=dword:00000001
"disablecad"=dword:00000000
I used to have a handle on life... but it broke. Cpt. Red Bull