mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 05:04:39 +02:00
Improve the descriptions
This commit is contained in:
@ -1,23 +1,23 @@
|
||||
Script,Description
|
||||
add-firewall-rules.ps1, adds firewall rules to the given executables (needs admin rights)
|
||||
add-memo.ps1, adds the given memo text to $HOME/Memos.csv
|
||||
cd-desktop.ps1, go to the user's desktop folder
|
||||
cd-docs.ps1, go to the user's documents folder
|
||||
cd-downloads.ps1, go to the user's downloads folder
|
||||
cd-dropbox.ps1, go to the user's Dropbox folder
|
||||
cd-home.ps1, go to the user's home folder
|
||||
cd-music.ps1, go to the user's music folder
|
||||
cd-onedrive.ps1, go to the user's OneDrive folder
|
||||
cd-pics.ps1, go to the user's pictures folder
|
||||
cd-recycle-bin.ps1, go to the user's recycle bin folder
|
||||
cd-repos.ps1, go to the user's Git repositories folder
|
||||
cd-root.ps1, go to the root directory (C: on Windows)
|
||||
cd-scripts.ps1, go to the PowerShell Scripts folder
|
||||
cd-up.ps1, go one directory level up
|
||||
cd-up2.ps1, go two directory levels up
|
||||
cd-up3.ps1, go three directory levels up
|
||||
cd-up4.ps1, go four directory levels up
|
||||
cd-videos.ps1, go to the user's videos folder
|
||||
cd-desktop.ps1, change the working directory to the user's desktop folder
|
||||
cd-docs.ps1, change the working directory to the user's documents folder
|
||||
cd-downloads.ps1, change the working directory to the user's downloads folder
|
||||
cd-dropbox.ps1, change the working directory to the user's Dropbox folder
|
||||
cd-home.ps1, change the working directory to the user's home folder
|
||||
cd-music.ps1, change the working directory to the user's music folder
|
||||
cd-onedrive.ps1, change the working directory to the user's OneDrive folder
|
||||
cd-pics.ps1, change the working directory to the user's pictures folder
|
||||
cd-recycle-bin.ps1, change the working directory to the user's recycle bin folder
|
||||
cd-repos.ps1, change the working directory to the user's Git repositories folder
|
||||
cd-root.ps1, change the working directory to the root directory (C: on Windows)
|
||||
cd-scripts.ps1, change the working directory to the PowerShell Scripts folder
|
||||
cd-up.ps1, change the working directory to one directory level up
|
||||
cd-up2.ps1, change the working directory to two directory levels up
|
||||
cd-up3.ps1, change the working directory to three directory levels up
|
||||
cd-up4.ps1, change the working directory to four directory levels up
|
||||
cd-videos.ps1, change the working directory to the user's videos folder
|
||||
check-cpu-temp.ps1, checks the CPU temperature
|
||||
check-dns-resolution.ps1, checks the DNS resolution with frequently used domain names
|
||||
check-drive-space.ps1, checks a drive for free space left
|
||||
|
|
Reference in New Issue
Block a user