Table of Contents

file links

if you delete the hard link, it doesn't take the source with it.

how2

have to be admin. :(

  New-Item -ItemType HardLink -Path 'C:\Users\agrey\source\repos\api.platform.claims\api.platform.claims\Properties\launchSettings.json' -Target './launchSettings.json'

ssh -> powershell

pull out powershell, then:

New-ItemProperty -Path "HKLM:\SOFTWARE\OpenSSH" `
    -Name DefaultShell `
    -Value "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" `
    -PropertyType String `
    -Force