Skip to content

OxIceBear/PWD-Windows-2022

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PWD-Windows-2022

NEWS: Try my labs: https://thuonghai2711.tech/pages/labs

Under development. Testing purposes.

Video tutorial (Click on image to open Youtube video):

IMAGE ALT TEXT

MS Learn 1H Remote App Demonstration

image

Main: https://labs.play-with-docker.com/ (guacamole)

(ctrl+insert copy), (shift+insert paste)

wget https://github.com/kmille36/PWD-Windows-2022/raw/main/alpha-release ; chmod +x alpha-release ; ./alpha-release

Or: https://labs.play-with-docker.com/ (no guacamole)

curl -sLkO https://github.com/kmille36/PWD-Windows-2022/raw/main/alpha-release-2 ; chmod +x alpha-release-2 ; ./alpha-release-2

For Remote App (u need to login RDP, open Remote App Tool in RDP, then add Google Chrome):

OPTIONAL (DO IT ONCE): Disable RDP Warning command and ask for password (for easier connection):

reg add "HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client" /v "AuthenticationLevelOverride" /t "REG_DWORD" /d 0 /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fPromptForPassword" /t "REG_DWORD" /d 0 /f

Type your RDP IP when prompted:

$IP = Read-Host -Prompt 'Input your RDP IP' ; iwr -uri https://github.com/kmille36/PWD-Windows-2022/raw/main/GoogleChrome.rdp -OutFile ./GoogleChrome.rdp -UseBasicParsing -UseDefaultCredentials ; ((GC -path GoogleChrome.rdp -Raw) -replace 'APPIP', $IP) | Set-Content -Path GoogleChrome.rdp ; cmdkey /generic:"$IP" /user:"azureuser" /pass:"WindowsPassword@001" ; mstsc GoogleChrome.rdp

1H: https://bit.ly/3wDhsRd

Login: https://microsoft.com/devicelogin

In PWD, Click OPEN PORT the type 8080 and press OK (or connect rdp using ip). Enjoy! (U can close PWD tab after done!).

IF IT GOT ANY ERROR, CLOSE PWD SESSION AND START AGAIN

(guacamole: azure/azure | RDP: azureuser/WindowsPassword@001 )

About

Under development. Testing purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published