Skip to content

Commit

Permalink
Remove unneeded type
Browse files Browse the repository at this point in the history
  • Loading branch information
YummyBacon5 authored Apr 29, 2024
1 parent 191e11b commit 1f6d74e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
exit

0 comments on commit 1f6d74e

Please sign in to comment.