Added go-home.ps1, go-downloads.ps1, and go-music.ps1

This commit is contained in:
Markus Fleschutz
2021-02-26 14:41:07 +01:00
parent 57bde59bce
commit 33f5b5b408
8 changed files with 54 additions and 3 deletions

View File

@ -29,6 +29,9 @@ enable-crash-dumps.ps1, enables the writing of crash dumps
encrypt-file.ps1, encrypts the given file
fetch-repos.ps1, fetches all Git repositories under the current/given directory (including submodules)
generate-qrcode.ps1, generates a QR code
go-downloads.ps1, go to the user's downloads folder
go-home.ps1, go to the user's home folder
go-music.ps1, go to the user's music folder
hibernate.ps1, enables hibernate mode for the local computer (requires admin rights)
inspect-exe.ps1, prints basic information of the given executable file
list-anagrams.ps1, lists all anagrams of the given word

1 Script Description
29 encrypt-file.ps1 encrypts the given file
30 fetch-repos.ps1 fetches all Git repositories under the current/given directory (including submodules)
31 generate-qrcode.ps1 generates a QR code
32 go-downloads.ps1 go to the user's downloads folder
33 go-home.ps1 go to the user's home folder
34 go-music.ps1 go to the user's music folder
35 hibernate.ps1 enables hibernate mode for the local computer (requires admin rights)
36 inspect-exe.ps1 prints basic information of the given executable file
37 list-anagrams.ps1 lists all anagrams of the given word