Skip to content

Instantly share code, notes, and snippets.

@derekxmartin
Created March 16, 2026 13:15
Show Gist options
  • Select an option

  • Save derekxmartin/ae786689212be1bee026f2d78d245375 to your computer and use it in GitHub Desktop.

Select an option

Save derekxmartin/ae786689212be1bee026f2d78d245375 to your computer and use it in GitHub Desktop.
Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" -Name "legalnoticecaption" -Value "Your Title Here"
Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" -Name "legalnoticetext" -Value "Your message body here. Unauthorized access is prohibited."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment