S
Scott Mitzel
I'm trying to use group policy to set the LegalNoticeText,
which will be displayed to all of our Windows 2000 users
when they do CTRL+ALT+DELETE to logon to their
workstations. I can successfully do this, provided I
don't have any commas or semicolons in the text.
If I include a comma, any spaces immediately following the
comma are deleted. For example,
text, more text
becomes
text,more text
MS indicates in KB article 258267 that this is a known
problem and you can get around it by enclosing the text in
double quotes. Unfortunately, it appears this only works
if you have less than 512 characters of text. If you have
more than that, it gets truncated.
If I include a semicolon, then the semicolon and
everything that follows is deleted. For example,
text; more text
becomes
text
Does anyone know a way around either of these, short of
not using commas and semicolons? Thanks.
which will be displayed to all of our Windows 2000 users
when they do CTRL+ALT+DELETE to logon to their
workstations. I can successfully do this, provided I
don't have any commas or semicolons in the text.
If I include a comma, any spaces immediately following the
comma are deleted. For example,
text, more text
becomes
text,more text
MS indicates in KB article 258267 that this is a known
problem and you can get around it by enclosing the text in
double quotes. Unfortunately, it appears this only works
if you have less than 512 characters of text. If you have
more than that, it gets truncated.
If I include a semicolon, then the semicolon and
everything that follows is deleted. For example,
text; more text
becomes
text
Does anyone know a way around either of these, short of
not using commas and semicolons? Thanks.