Added set-wallpaper.ps1

This commit is contained in:
Markus Fleschutz
2021-01-27 16:21:34 +01:00
parent dcc52122c4
commit 2e12acbf92
3 changed files with 97 additions and 0 deletions

View File

@ -65,6 +65,7 @@ send-email.ps1, sends an email message
send-tcp.ps1, sends a TCP message to the given IP address and port
send-udp.ps1, sends a UDP datagram message to the given IP address and port
set-timer.ps1, sets a timer for a countdown
set-wallpaper.ps1, sets the given image as wallpaper
SHA1.ps1, prints the SHA1 checksum of the given file
SHA256.ps1, prints the SHA256 checksum of the given file
simulate-matrix.ps1, simulates the Matrix (fun)

1 Filename Description
65 send-tcp.ps1 sends a TCP message to the given IP address and port
66 send-udp.ps1 sends a UDP datagram message to the given IP address and port
67 set-timer.ps1 sets a timer for a countdown
68 set-wallpaper.ps1 sets the given image as wallpaper
69 SHA1.ps1 prints the SHA1 checksum of the given file
70 SHA256.ps1 prints the SHA256 checksum of the given file
71 simulate-matrix.ps1 simulates the Matrix (fun)