Add OpenSSH license overwrite script
This commit is contained in:
3
overwrite_openssh_license.ps1
Normal file
3
overwrite_openssh_license.ps1
Normal file
@@ -0,0 +1,3 @@
|
||||
$targetPath = 'C:\Windows\System32\OpenSSH\LICENSE.txt'
|
||||
|
||||
Set-Content -Path $targetPath -Value 'hello world'
|
||||
Reference in New Issue
Block a user