This shows you the differences between two versions of the page.
dev:windows [2023/02/14 06:07] – created - external edit 127.0.0.1 | dev:windows [2023/10/02 04:16] (current) – adam | ||
---|---|---|---|
Line 16: | Line 16: | ||
New-Item -ItemType HardLink -Path ' | New-Item -ItemType HardLink -Path ' | ||
+ | ====== ssh -> powershell ====== | ||
+ | |||
+ | pull out powershell, then: | ||
+ | |||
+ | <code powershell> | ||
+ | New-ItemProperty -Path " | ||
+ | -Name DefaultShell ` | ||
+ | -Value " | ||
+ | -PropertyType String ` | ||
+ | -Force | ||
+ | </ |