Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
thegreatpayload authored Jun 28, 2022
1 parent 9d96c1e commit 1a429a5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
# winrdp
# WINRDP
How to use

Just Fork this Repository, Go to Actions tab, Select the Windows-CRD workflow. Then select Run Workflow fill the following data in CRD Code and your Pin in the fields. After that, Press Start.

Input the following code in the fields.

Get the Windows (Powershell) command from here:

https://remotedesktop.google.com/headless

Enter you Six digit Pin code to Login

(Any Six digit Pin)

Thats it... After 2-3 min of Initialize, Check your CRD Application or Account.
3 changes: 3 additions & 0 deletions setup.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Set-NetFirewallProfile -Profile Domain,Public,Private -Enabled False
& {$P = $env:TEMP + '\chromeremotedesktophost.msi'; Invoke-WebRequest 'https://dl.google.com/edgedl/chrome-remote-desktop/chromeremotedesktophost.msi' -OutFile $P; Start-Process $P -Wait; Remove-Item $P}
& {$P = $env:TEMP + '\chrome_installer.exe'; Invoke-WebRequest 'https://dl.google.com/chrome/install/latest/chrome_installer.exe' -OutFile $P; Start-Process -FilePath $P -Args '/install' -Verb RunAs -Wait; Remove-Item $P}

0 comments on commit 1a429a5

Please sign in to comment.