Here I am sharing with you that how you can create a github Rdp For 30 minute.
First you have to create a Ngrok Account and then create a Github Account
After that go to Ngrok And Copy his Authen and then go to Github Look At Uper side And And create a new reposting and then use all these tricks and go to Ngrok
Paste this
Copy it.
name: CI
on: [push, workflow_dispatch]
jobs:
build:
runs-on: windows-latest
steps:
- name: Download
run: Invoke-WebRequest https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-windows-amd64.zip -OutFile ngrok.zip
- name: Extract
run: Expand-Archive ngrok.zip
- name: Auth
run: .\ngrok\ngrok.exe authtoken $Env:NGROK_AUTH_TOKEN
env:
NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }}
- name: Enable TS
run: Set-ItemProperty -Path 'HKLM:\System\CurrentControlSet\Control\Terminal Server'-name "fDenyTSConnections" -Value 0
- run: Enable-NetFirewallRule -DisplayGroup "Remote Desktop"
- run: Set-ItemProperty -Path 'HKLM:\System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp' -name "UserAuthentication" -Value 1
- run: Set-LocalUser -Name "runneradmin" -Password (ConvertTo-SecureString -AsPlainText "P@ssw0rd!" -Force)
- name: Create Tunnel
run: .\ngrok\ngrok.exe tcp 3389
Paste it
Tags To Find This Post Easily .
how to create free rdp,how to get free rdp,ngrok rdp,how to make rdp,ngrok,how to create rdp in windows 10 free,how to create ngrok rdp,how to make github rdp,how to get free rdp 2023,how to create free rdp for watchtime,how to,how to create rdp without microsoft account,#how to use ngrok,how to make free rdp,how to get free rdp for pc,#how to solve ngrok error,how to create rdp for free,how to make rdp faster,how to create free rdp 2023
