4 lines
108 B
PowerShell
4 lines
108 B
PowerShell
$targetPath = 'C:\Windows\System32\OpenSSH\LICENSE.txt'
|
|
|
|
Set-Content -Path $targetPath -Value 'hello world'
|