This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| dev:windows [2023/02/14 06:07] – created - external edit 127.0.0.1 | dev:windows [2025/12/05 08:00] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| 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 | ||
| + | </ | ||