How to remove warning message leftover from domain on Windows 8 login
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.
windows-8 domain
add a comment |
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.
windows-8 domain
There should be a setting in gpedit.msc that allows you to change that message. Try deleting all the text in that setting.
– user140967
Jan 20 '13 at 15:08
add a comment |
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.
windows-8 domain
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.
windows-8 domain
windows-8 domain
asked Jan 20 '13 at 14:54
Jason DavisJason Davis
13113
13113
There should be a setting in gpedit.msc that allows you to change that message. Try deleting all the text in that setting.
– user140967
Jan 20 '13 at 15:08
add a comment |
There should be a setting in gpedit.msc that allows you to change that message. Try deleting all the text in that setting.
– user140967
Jan 20 '13 at 15:08
There should be a setting in gpedit.msc that allows you to change that message. Try deleting all the text in that setting.
– user140967
Jan 20 '13 at 15:08
There should be a setting in gpedit.msc that allows you to change that message. Try deleting all the text in that setting.
– user140967
Jan 20 '13 at 15:08
add a comment |
1 Answer
1
active
oldest
votes
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_MACHINESoftwareMicrosoftWindows NTCurrentVersionwinlogon
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. "
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
Jan 20 '13 at 16:08
Thanks Jason. I just need to nip down and help my son with something, I'll complete the update ASAP.
– Julian Knight
Jan 20 '13 at 16:17
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
Jan 20 '13 at 16:27
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
Jan 20 '13 at 18:42
1
Windows 10, found that under HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionPoliciesSystem, "legalnoticecaption" and "legalnoticetext" keys
– Dmitry Ilukhin
Oct 9 '18 at 13:41
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f539007%2fhow-to-remove-warning-message-leftover-from-domain-on-windows-8-login%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
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_MACHINESoftwareMicrosoftWindows NTCurrentVersionwinlogon
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. "
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
Jan 20 '13 at 16:08
Thanks Jason. I just need to nip down and help my son with something, I'll complete the update ASAP.
– Julian Knight
Jan 20 '13 at 16:17
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
Jan 20 '13 at 16:27
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
Jan 20 '13 at 18:42
1
Windows 10, found that under HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionPoliciesSystem, "legalnoticecaption" and "legalnoticetext" keys
– Dmitry Ilukhin
Oct 9 '18 at 13:41
add a comment |
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_MACHINESoftwareMicrosoftWindows NTCurrentVersionwinlogon
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. "
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
Jan 20 '13 at 16:08
Thanks Jason. I just need to nip down and help my son with something, I'll complete the update ASAP.
– Julian Knight
Jan 20 '13 at 16:17
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
Jan 20 '13 at 16:27
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
Jan 20 '13 at 18:42
1
Windows 10, found that under HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionPoliciesSystem, "legalnoticecaption" and "legalnoticetext" keys
– Dmitry Ilukhin
Oct 9 '18 at 13:41
add a comment |
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_MACHINESoftwareMicrosoftWindows NTCurrentVersionwinlogon
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. "
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_MACHINESoftwareMicrosoftWindows NTCurrentVersionwinlogon
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. "
edited Jan 20 '13 at 18:41
answered Jan 20 '13 at 15:40
Julian KnightJulian Knight
12.9k11535
12.9k11535
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
Jan 20 '13 at 16:08
Thanks Jason. I just need to nip down and help my son with something, I'll complete the update ASAP.
– Julian Knight
Jan 20 '13 at 16:17
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
Jan 20 '13 at 16:27
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
Jan 20 '13 at 18:42
1
Windows 10, found that under HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionPoliciesSystem, "legalnoticecaption" and "legalnoticetext" keys
– Dmitry Ilukhin
Oct 9 '18 at 13:41
add a comment |
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
Jan 20 '13 at 16:08
Thanks Jason. I just need to nip down and help my son with something, I'll complete the update ASAP.
– Julian Knight
Jan 20 '13 at 16:17
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
Jan 20 '13 at 16:27
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
Jan 20 '13 at 18:42
1
Windows 10, found that under HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionPoliciesSystem, "legalnoticecaption" and "legalnoticetext" keys
– Dmitry Ilukhin
Oct 9 '18 at 13:41
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
Jan 20 '13 at 16:08
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
Jan 20 '13 at 16:08
Thanks Jason. I just need to nip down and help my son with something, I'll complete the update ASAP.
– Julian Knight
Jan 20 '13 at 16:17
Thanks Jason. I just need to nip down and help my son with something, I'll complete the update ASAP.
– Julian Knight
Jan 20 '13 at 16:17
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
Jan 20 '13 at 16:27
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
Jan 20 '13 at 16:27
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
Jan 20 '13 at 18:42
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
Jan 20 '13 at 18:42
1
1
Windows 10, found that under HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionPoliciesSystem, "legalnoticecaption" and "legalnoticetext" keys
– Dmitry Ilukhin
Oct 9 '18 at 13:41
Windows 10, found that under HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionPoliciesSystem, "legalnoticecaption" and "legalnoticetext" keys
– Dmitry Ilukhin
Oct 9 '18 at 13:41
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f539007%2fhow-to-remove-warning-message-leftover-from-domain-on-windows-8-login%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
There should be a setting in gpedit.msc that allows you to change that message. Try deleting all the text in that setting.
– user140967
Jan 20 '13 at 15:08