8
Dec/090
Dec/090
Disable Legal Notice Text forced by Policy
If you have a Group Policy forcing client computers to display a legal notice text before logging on to Windows, you can set the following key to disable it:
HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\GPExtensions\{827D319E-6EAC-11D2-A4EA-00C04F79F83A}”
New REG_DWORD Value Name: NoMachinePolicy
Data: 1
Alternatively you can copy paste the following line in a command line:
REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\GPExtensions\{827D319E-6EAC-11D2-A4EA-00C04F79F83A}" /v NoMachinePolicy /t REG_DWORD /d 1 /f
1,511 views
