diff --git a/Data/scripts.csv b/Data/scripts.csv index b419be0c..d20cb666 100644 --- a/Data/scripts.csv +++ b/Data/scripts.csv @@ -70,10 +70,11 @@ convert-ps2bat.ps1, ,Converts PowerShell script(s) to .bat files, convert-ps2md.ps1, ,Converts the comment-based help of a PowerShell script to Markdown, convert-sql2csv.ps1, ,Converts the SQL database table to a CSV file, convert-txt2wav.ps1, ,Converts text into a audio .WAV file, -decrypt-file.ps1, ,Decrypts the given file, -display-time.ps1, ,Displays the current time for 10 seconds by default, -download-dir.ps1, ,Downloads a directory tree from the given URL, -download-file.ps1, ,Downloads a file from the given URL, +decrypt-file.ps1,filesystem,Decrypts a file, +disable-ipv6.ps1,misc,Disables IPv6 (requires admin rights), +disconnect-vpn.ps1,misc,Disconnects the VPN, +download-dir.ps1,filesystem,Downloads a folder (including subfolders) from an URL, +download-file.ps1,filesystem,Downloads a file from an 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),