Popup dialog box when the system starts

xiaoxiao2021-03-05  25

The registry project by the change is:

HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Windows / CurrentVersion / Winlogon

The string "LegalNoticeCaption" and "LegalnoticeTiceText" are established under it, where "LegalNoticeCaption" is the title of the prompt box, "LegalNoticeText" is the text content of the prompt box. Because of their existence, we have a prompt window every time you log in to the Windwos desktop, showing the advertisement information of those webpages!

Solution:

Open the registry editor, find

HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Windows /

CurrentVersion / Winlogon

This primary key, then find "LEGALNOTICECAPTION" and "LegalNoticetext" in the right window, and delete these two strings can solve the phenomenon of the prompt box when landing.

转载请注明原文地址:https://www.9cbs.com/read-36889.html

New Post(0)