Add OpenSSH license overwrite script

This commit is contained in:
2026-03-15 14:37:19 +01:00
parent 565ef2687d
commit 2b3e836c47
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
$targetPath = 'C:\Windows\System32\OpenSSH\LICENSE.txt'
Set-Content -Path $targetPath -Value 'hello world'