Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
handy_windows_commands [2022/07/13 12:20] – [Install VS Code] mgupton | handy_windows_commands [2022/08/10 21:31] (current) – mgupton | ||
---|---|---|---|
Line 24: | Line 24: | ||
</ | </ | ||
+ | ====== Install Notepad++ ====== | ||
+ | <code powershell> | ||
+ | $LocalTempDir = $env:TEMP | ||
+ | $href = ((Invoke-WebRequest -Uri ' | ||
+ | $downloadUrl = ((Invoke-WebRequest " | ||
+ | Invoke-RestMethod $downloadUrl -OutFile " | ||
+ | start-process -FilePath " | ||
+ | </ | ||