Scripts for Files & Folders 관련
 cd-autostart.ps1
This PowerShell script changes the working directory to the user's autostart folder.
 cd-desktop.ps1
This PowerShell script changes the working directory to the user's desktop folder.
 cd-docs.ps1
This PowerShell script changes the working directory to the documents folder.
 cd-downloads.ps1
This PowerShell script changes the working directory to the user's downloads folder.
 cd-dropbox.ps1
This PowerShell script changes the working directory to the user's Dropbox folder.
 cd-home.ps1
This PowerShell script changes the working directory to the user's home directory.
 cd-music.ps1
This PowerShell script changes the working directory to the user's music folder.
 cd-onedrive.ps1
This PowerShell script changes the working directory to the user's OneDrive folder.
 cd-pics.ps1
This PowerShell script changes the working directory to the user's pictures folder.
 cd-recycle-bin.ps1
 cd-repos.ps1
This PowerShell script changes the working directory to the user's Git repositories folder.
 cd-root.ps1
This PowerShell script changes the current working directory to the root directory (C:\ on Windows).
 cd-scripts.ps1
This PowerShell script changes the working directory to the PowerShell scripts folder.
 cd-ssh.ps1
This PowerShell script changes the working directory to the user's SSH folder.
 cd-up.ps1
This PowerShell script changes the working directory to one directory level up.
 cd-up2.ps1
This PowerShell script changes the working directory to two directory level up.
 cd-up3.ps1
This PowerShell script changes the working directory to three directory levels up.
 cd-up4.ps1
This PowerShell script changes the working directory to four directory levels up.
 cd-videos.ps1
This PowerShell script changes the working directory to the user's videos folder.
 check-symlinks.ps1
This PowerShell script checks every symbolic link in a folder (including subfolders). It returns the number of broken symlinks as exit value.
 check-xml-file.ps1
This PowerShell script checks the given XML file for validity.
 clear-recycle-bin.ps1
This PowerShell script removes the content of the recycle bin folder permanently. IMPORTANT NOTE: this cannot be undo!
 copy-photos-sorted.ps1
 decrypt-file.ps1
This PowerShell script decrypts a file using the given password and AES encryption.
 download-dir.ps1
This PowerShell script downloads a folder (including subfolders) from the given URL.
 download-file.ps1
This PowerShell script downloads a file from the given URL
 edit.ps1
This PowerShell script opens a text editor to edit the given file.
 encrypt-file.ps1
This PowerShell script encrypts a file using the given password and AES encryption.
 get-md5.ps1
This PowerShell script calculates and prints the MD5 checksum of the given file.
 get-sha1.ps1
This PowerShell script calculates and prints the SHA1 checksum of the given file.
 get-sha256.ps1
This PowerShell script calculates and prints the SHA256 checksum of the given file.
 inspect-exe.ps1
This PowerShell script prints basic information of an executable file.
❌ list-dir-tree.ps1
 list-empty-dirs.ps1
This PowerShell script scans and lists all empty subfolders within the given directory tree.
 list-empty-files.ps1
This PowerShell script scans and lists all empty files within the given directory tree.
 list-files.ps1
This PowerShell script lists all files within the given directory tree.
 list-folder.ps1
This PowerShell script lists the content of a directory (alphabetically formatted in columns).
 list-hidden-files.ps1
This PowerShell script scans and lists all hidden files in a directory tree.
 list-recycle-bin.ps1
This PowerShell script lists the content of the recycle bin folder.
 list-unused-files.ps1
This PowerShell script scans and lists files in a folder with last access time older than number of days.
 list-workdir.ps1
This PowerShell script lists the path to current working directory (but not the content itself).
 make-install.ps1
This PowerShell script copies newer EXE's + DLL's from the build directory to the installation directory.
 new-shortcut.ps1
This PowerShell script creates a new shortcut file.
 new-symlink.ps1
This PowerShell script creates a new symbolic link file.
 new-zipfile.ps1
This PowerShell script creates a new .ZIP file from a folder (including subfolders).
 publish-to-ipfs.ps1
This script publishes the given files and folders to IPFS.
 remove-empty-dirs.ps1
This PowerShell script removes all empty subfolders within a directory tree.
 replace-in-files.ps1
This PowerShell script searches and replaces a pattern in the given files by the replacement.
 search-filename.ps1
This PowerShell script serves as a quick Powershell replacement to the search functionality in Windows After you pass in a root folder and a search term, the script will list all files and folders matching that phrase.
 search-files.ps1
This PowerShell script searches for a pattern in the given files.
 upload-file.ps1
This PowerShell script uploads a local file to a FTP server.