User Tools

Site Tools


dev:windows

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

dev:windows [2023/02/14 06:07] – created - external edit 127.0.0.1dev:windows [2023/10/02 04:16] (current) adam
Line 16: Line 16:
     New-Item -ItemType HardLink -Path 'C:\Users\agrey\source\repos\api.platform.claims\api.platform.claims\Properties\launchSettings.json' -Target './launchSettings.json'     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:
 +
 +<code powershell>
 +New-ItemProperty -Path "HKLM:\SOFTWARE\OpenSSH" `
 +    -Name DefaultShell `
 +    -Value "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" `
 +    -PropertyType String `
 +    -Force
 +</code>
dev/windows.1676354858.txt.gz · Last modified: 2023/02/14 06:07 by 127.0.0.1