mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
5 lines
414 B
PowerShell
5 lines
414 B
PowerShell
[System.IO.Directory]::CreateDirectory("$env:AppData\Remotely")
|
|
Invoke-WebRequest -Uri "https://dot.net/v1/dotnet-install.ps1" -OutFile "$env:AppData\Remotely\dotnet-install.ps1"
|
|
&"$env:AppData\Remotely\dotnet-install.ps1" -Runtime dotnet
|
|
&"$env:AppData\Remotely\dotnet-install.ps1" -Runtime windowsdesktop
|
|
Start-Process -FilePath "dotnet.exe" -ArgumentList "$PSScriptRoot\Remotely_Desktop.dll" -WindowStyle Hidden |