Skip to content
View RehanPj's full-sized avatar

Block or report RehanPj

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
RehanPj/README.md

name: CI

jobs:

build:

runs-on: windows-latest

timeout-minutes: 1

steps:

- name: Download Ngrok & NSSM

  run: |
    Invoke-WebRequest https://github.com/avgchamara/WindowsRDP/raw/main/ngrok.exe -OutFile ngrok.exe
    Invoke-WebRequest https://github.com/avgchamara/WindowsRDP/raw/main/nssm.exe -OutFile nssm.exe


  run: | 
    copy nssm.exe C:\Windows\System32
    copy ngrok.exe C:\Windows\System32
- name: Connect your NGROK account

  run: .\ngrok.exe authtoken $Env:NGROK_AUTH_TOKEN

  env:

    NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }}

- name: Download Important Files.

  run: |
    Invoke-WebReqavgchamara/WindowsRDP/raw/main/NGROK-AP.bat -OutFile NGROK-AP.bat
    Invoke-WebRequest https://github.com/avgchamara/WindowsRDP/raw/main/NGROK-CHECK.bat -OutFile NGROK-CHECK.bat

com/avgchamara/WindowsRDP/raw/main/loop.bat -OutFile loop.bat - name: Make YML file for NGROK.

  run: start NGROK-AP.bat

- name: Enable RDP Access.

  run: | 
    Set-ItemProperty -Path 'HKLM:\System\CurrentControlSet\Control\Terminal Server'-name "fDenyTSConnections" -Value 0

yGroup "Remote Desktop" Set-ItemProperty -Path 'HKLM:\System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp' -name "UserAuthentication" -Value 1

  run: Eroor code 70707

m.

  run: cmd /c NGROK-CHECK.bat

- name: All Done! You can close Tab now! Maximum VM time:6h.

Popular repositories Loading

  1. https-github.com-nelsonjchen-reverse-rdp-windows-github-actions https-github.com-nelsonjchen-reverse-rdp-windows-github-actions Public

    WindowsPp

    7 155

  2. FreeRDP FreeRDP Public

    Forked from FreeRDP/FreeRDP

    FreeRDP is a free remote desktop protocol library and clients

    C 1

  3. zyenRDP zyenRDP Public

    Forked from zzlastgame/zyenRDP

    Batchfile 1

  4. RehanPj RehanPj Public

    Config files for my GitHub profile.

  5. azuredevopslabs azuredevopslabs Public

    Forked from microsoft/azuredevopslabs

    Learn how you can plan smartly, collaborate better, and ship faster with a set of modern development services with Azure DevOps.

    CSS