Files
RolemasterDB/overwrite_openssh_license.ps1

4 lines
108 B
PowerShell

$targetPath = 'C:\Windows\System32\OpenSSH\LICENSE.txt'
Set-Content -Path $targetPath -Value 'hello world'