Code Monkey home page Code Monkey logo

quick-parsec-deploy's Introduction

quick-parsec-deploy

Powershell 5.1ย  Parsec download

A simple Windows PowerShell script to download, configure and run the latest portable version of Parsec on any Windows 10/11 computer with a single command

Method 1: PowerShell

simply copy this command and paste it in PowerShell

irm raw.githubusercontent.com/Borgotto/quick-parsec-deploy/main/qpd.ps1 | iex

Method 2: Download and run the script

clone this repository, run qpd.ps1

qpd.ps1 [[-ConfigFile] <string>] [[-Dir] <string>] [[-OutFolder] <string>]

optional parameters:

# ConfigFile - text file containing "Advanced Configuration Options" to add to config.txt
# Dir - location where program files should be extracted to
# OutFolder - name of folder to be created in the directory

parameters can be more easily called with its initial letter [ -C | -D | -O ]

Examples:

PS C:\Users\Borgo> .\qpd.ps1 -ConfigFile .\client_config.txt

where in this example client_config.txt sets the installation to work as a client only:

PS C:\Users\Borgo> Get-Content .\client_config.txt

app_host = 0
client_decoder_h265 = true
client_immersive = 1
client_overlay = 0

  • choose where to save Parsec's folder

PS C:\Users\Borgo> .\qpd.ps1 -Dir "~\Desktop"
# or
PS C:\Users\Borgo> .\qpd.ps1 -D ".\remote"
# both are valid

  • choose the name of Parsec's folder

PS C:\Users\Borgo> .\qpd.ps1 -OutFolder scrtp
# or
PS C:\Users\Borgo> .\qpd.ps1 -O "parsec rocco"

quick-parsec-deploy's People

Contributors

borgotto avatar

Watchers

 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.