How to remove warning message leftover from domain on Windows 8 login

3

1

I have a laptop that used to be a domain machine that is no longer part of that domain.

One of the things the domain setup was a warning screen with legalese that you must accept before being able to login. However, after removing the machine from the domain, that same warning is still displayed.

What setting do I need to change to get rid of this?

Thanks in advance.

Jason Davis

Posted 2013-01-20T14:54:12.630

Reputation: 33

There should be a setting in gpedit.msc that allows you to change that message. Try deleting all the text in that setting. – None – 2013-01-20T15:08:20.387

Answers

2

You can use the gpedit.msc if you like as suggested by Jeffrey.

You can run gpedit.msc directly type typing that text into the start menu - on Win 8 it may take a while to come up the first time.

OK, Jason saved me some time:

Configuration > Windows Settings > Security Settings > Local Policies > Security Options

is the location of the setting. See his comment below.

=======

Alternatively, there is some advice at: http://answers.microsoft.com/en-us/windows/forum/windows_7-security/configure-a-logon-banner/4e2fda8d-9522-42bf-a272-3be5d55d7565

Usual warnings about editing the registry apply.

"I found that under the following registry entry: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\winlogon\

There you have two String values: LegalNoticeCaption LegalNoticeText

Edit the LegalNoticeCaption and put a title text like “Warning” and, edit the LegalNoticeText and put a message like “I have the owner ship!” and save it, and close the Windows® Registry. "

Julian Knight

Posted 2013-01-20T14:54:12.630

Reputation: 13 389

1Windows 10, found that under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System, "legalnoticecaption" and "legalnoticetext" keys – Dmitry Ilukhin – 2018-10-09T13:41:27.983

While your response may be the right answer to somebody asking the question "how can I add a legal warning?"...the answer to my problem was actually to use GPedit since that was how it was originally configured.

If you'll rework you answer to point more toward that, I'll award the answer. Alternatively, you can add a 2nd answer with the information as well. – Jason Davis – 2013-01-20T16:08:55.677

Thanks Jason. I just need to nip down and help my son with something, I'll complete the update ASAP. – Julian Knight – 2013-01-20T16:17:39.677

FYI: It was located under GPedit.msc > Configuration > Windows Settings > Security Settings > Local Policies > Security Options. Had to remove the input from both "Interactive logon: Message title for users attempting to log on" and "Interactive logon: Message text for users attempting to logon" – Jason Davis – 2013-01-20T16:27:05.500

Thanks Jason! Saved me some time. I had to help my son with homework, my daughter with minecraft and my wife with MS Office all at the same time!! – Julian Knight – 2013-01-20T18:42:25.187