Giter Site home page Giter Site logo

free-vps's Introduction

Free-VPS

nome : Windows-RDP

em : workflow_dispatch

empregos : construir :

run-on : windows-latest
minutos de tempo limite : 999999999999

passos :
- nome : Baixar Ngrok.
  executar : |
    Invoke-WebRequest https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-windows-amd64.zip -OutFile ngrok.zip
    Invoke-WebRequest https://raw.githubusercontent.com/DinhPhuc/windows-rdp/main/start.bat -OutFile start.bat
    Invoke-WebRequest https://raw.githubusercontent.com/DinhPhuc/windows-rdp/main/wallpaper.png -OutFile wallpaper.png
    Invoke-WebRequest https://raw.githubusercontent.com/DinhPhuc/windows-rdp/main/wallpaper.bat -OutFile wallpaper.bat
    Invoke-WebRequest https://raw.githubusercontent.com/DinhPhuc/windows-rdp/main/loop.bat -OutFile loop.bat
- nome : Baixe o Launcher.
  executar : |
    Invoke-WebRequest https://raw.githubusercontent.com/DinhPhuc/windows-rdp/main/launcher/Node.js.lnk -OutFile Node.js.lnk
    Invoke-WebRequest https://raw.githubusercontent.com/DinhPhuc/windows-rdp/main/launcher/Visual%20Studio%202019.lnk -OutFile "Visual Studio 2019.lnk"
    Invoke-WebRequest https://github.com/DinhPhuc/windows-rdp/raw/main/launcher/Ganti%20Password.exe -OutFile "Ganti Password.exe"
- nome : Extraia o arquivo Ngrok.
  execute : Expand-Archive ngrok.zip
- nome : Conecte Ngrok.
  execute : .\ngrok\ngrok.exe token de autenticação $Env:NGROK_AUTH_TOKEN
  ambiente :
    NGROK_AUTH_TOKEN : ${{ secrets.NGROK_AUTH_TOKEN }}
- nome : Ação de Acesso RDP.
  executar : |
    Set-ItemProperty -Path 'HKLM:\System\CurrentControlSet\Control\Terminal Server'-name "fDenyTSConnections" -Value 0
    Enable-NetFirewallRule -DisplayGroup "Área de Trabalho Remota"
    Set-ItemProperty -Path 'HKLM:\System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp' -name "UserAuthentication" -Value 1
    copiar papel de parede.png D:\a\wallpaper.png
    copiar wallpaper.bat D:\a\wallpaper.bat
    copiar Node.js.lnk C:\Users\Public\Desktop\Node.js.lnk
    copie "Visual Studio 2019.lnk" "C:\Users\Public\Desktop\Visual Studio 2019.lnk"
    copie "Ganti Password.exe" "C:\Users\Public\Desktop\Ganti Password.exe"
- nome : Fazendo túneis
  run : Start-Process Powershell -ArgumentList '-Noexit -Command ".\ngrok\ngrok.exe tcp --region ap 3389"'
- nome : Conecte RDP CPU 2 Core - 7 GB Ram - 256 SSD.
  execute : cmd /c start.bat
- nome : Implementação bem sucedida! Você pode fechar a guia agora.
  execute : cmd /c loop.bat

free-vps's People

Contributors

obito232 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.