Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
'==========================================================================
'
' NAME: SetLogonPrompt.vbs
'
' AUTHOR: Mark D. MacLachlan , The Spider's Parlor
' URL: [URL unfurl="true"]http://www.TheSpidersParlor.com[/URL]
' COPYRIGHT (c) 2005 All Rights Reserved
' DATE : 4/25/2006
'
' COMMENT:
'
'==========================================================================
On Error Resume Next
Dim Path
Set WSHShell = Wscript.CreateObject("WScript.Shell")
Path= "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\"[red]
WSHShell.RegWrite path & "LogonPrompt","Stop! This system processes electronic mail classified as Private under the Electronics Communications and Privacy act of 1986. Law enforcement officers please take note that special warrants may be required to access this system.","REG_SZ"[/red]
If err then
msgbox "Error Encountered"
Else
msgbox "Logon Prompt Setup Sucessful"
End if
I have follow the steps
Have you verified that the policy is enabled? Have you checked the security settings? Have you tried using GPRESULT at a workstation to see if it sees the GPO?