We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da4c4fc commit 4041753Copy full SHA for 4041753
local-run.cmd
@@ -0,0 +1,7 @@
1
+@echo off
2
+
3
+cd /d "%USERPROFILE%\Downloads" && ^
4
+%SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe -command "Invoke-WebRequest \"https://aka.ms/TunnelsCliDownload/win-x64\" -OutFile devtunnel.exe" &&^
5
+.\devtunnel.exe user login -g -d &&^
6
+.\devtunnel.exe host -p 3000 --allow-anonymous --protocol auto
7
+pause
0 commit comments