Add admin hint

This commit is contained in:
Markus Fleschutz
2021-04-07 13:57:53 +02:00
parent 1841a8a931
commit 777fe6d09e
4 changed files with 6 additions and 6 deletions

View File

@ -39,8 +39,8 @@ download.ps1, downloads the file/directory from the given URL
edit.ps1, edits the given file with the built-in text editor
enable-crash-dumps.ps1, enables the writing of crash dumps
enable-god-mode.ps1, enables the god mode (adds a new icon to the desktop)
enable-ssh-client.ps1, enables the SSH client
enable-ssh-server.ps1, enables the SSH server
enable-ssh-client.ps1, enables the SSH client (needs admin rights)
enable-ssh-server.ps1, enables the SSH server (needs admin rights)
encrypt-file.ps1, encrypts the given file
fetch-repo.ps1, fetches updates for the current/given Git repository (including submodules)
fetch-repos.ps1, fetches updates for all Git repositories under the current/given directory (including submodules)

1 Script Description
39 edit.ps1 edits the given file with the built-in text editor
40 enable-crash-dumps.ps1 enables the writing of crash dumps
41 enable-god-mode.ps1 enables the god mode (adds a new icon to the desktop)
42 enable-ssh-client.ps1 enables the SSH client enables the SSH client (needs admin rights)
43 enable-ssh-server.ps1 enables the SSH server enables the SSH server (needs admin rights)
44 encrypt-file.ps1 encrypts the given file
45 fetch-repo.ps1 fetches updates for the current/given Git repository (including submodules)
46 fetch-repos.ps1 fetches updates for all Git repositories under the current/given directory (including submodules)