Skip to content
View michele-tn's full-sized avatar
Block or Report

Block or report michele-tn

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

Pinned

  1. Downloads the latest version of Rust... Downloads the latest version of Rustdesk (Nightly or Latest) using the GitHub API web service, configures application by setting the IP and keys of your self-hosted server. Finally, it runs the application you just downloaded. That's all. ;-)
    1
    <#                         
    2
     .AUTHOR                     : MICHELE-TN
    3
                                
    4
     .CLIENT DEPLOYMENT          : https://rustdesk.com/docs/en/self-host/client-configuration/
    5
                                 : https://rustdesk.com/docs/en/self-host/client-deployment/
  2. (MULTIPLE TCP TUNNELING) Connecting ... (MULTIPLE TCP TUNNELING) Connecting and Loading SSH private keys automatically on plink
    1
    # Run as administrator and stays in the current directory
    2
    if (-Not ([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole]::Administrator)) {
    3
        if ([int](Get-CimInstance -Class Win32_OperatingSystem | Select-Object -ExpandProperty BuildNumber) -ge 6000) {
    4
            Start-Process PowerShell -Verb RunAs -ArgumentList "-NoProfile -ExecutionPolicy Bypass -Command `"cd '$pwd'; & '$PSCommandPath';`"";
    5
        }
  3. Enable Group Policy Editor (gpedit.m... Enable Group Policy Editor (gpedit.msc) on Windows 10/11
    1
    pushd "%~dp0" 
    2
    
                  
    3
    dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~3*.mum >List.txt 
    4
    dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~3*.mum >>List.txt 
    5
    
                  
  4. V2RayN-PowerShellC0nf19 V2RayN-PowerShellC0nf19 Public

    V2RayN — Checks the release version, downloads it, configures it in English and runs it.

    PowerShell

  5. huawei-cpe huawei-cpe Public

    JavaScript

  6. m3u8-player m3u8-player Public

    M3U8 Player in browser. Play any live stream m3u8 link with this website at https://bharadwajpro.github.io/m3u8-player

    HTML