diff --git a/main.ps1 b/main.ps1 index c73cc41..a23f9ee 100644 --- a/main.ps1 +++ b/main.ps1 @@ -91,8 +91,7 @@ Start-Process "chrome.exe" "https://office.com" Start-Process "chrome.exe" "https://teams.microsoft.com/v2" -Wait -PassThru # Easter egg ;) -Add-Type -AssemblyName PresentationFramework Invoke-WebRequest -Uri https://upload.wikimedia.org/wikipedia/commons/1/1f/Joe_Biden_81st_birthday.jpg -OutFile $env:USERPROFILE\Downloads\Joe_Biden_81st_birthday.jpg Start-Process $env:USERPROFILE\Downloads\Joe_Biden_81st_birthday.jpg -exit \ No newline at end of file +exit