Files
RolemasterDB/overwrite_openssh_license.ps1
2026-03-15 14:50:11 +01:00

4 lines
108 B
PowerShell

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