This PowerShell script changes the working directory to the user's recycle bin folder.
PS> ./cd-recycle-bin📂C:\$Recycle.Bin\S-1-5-21-123404-23309-294260-1001 entered (has 2 files and 0 subfolders)Author: Markus Fleschutz | License: CC0
This PowerShell script changes the working directory to the 'recent' folder.
PS> ./cd-recent📂C:\Users\Markus\AppData\Roaming\Microsoft\Windows\Recent entered (has 2 files and 3 subfolders)Author: Markus Fleschutz | License: CC0
This PowerShell script sets the current working directory to the Public folder.
PS> ./cd-public.ps1📂C:\Users\Public with 2 files and 3 folders entered.Author: Markus Fleschutz | License: CC0
This PowerShell script sets the current working directory to the user's pictures folder.
PS> ./cd-pics.ps1📂C:\Users\Markus\Pictures with 7 files and 0 folders entered.Author: Markus Fleschutz | License: CC0
This PowerShell script sets the current working directory to the user's OneDrive folder.
PS> ./cd-onedrive.ps1📂C:\Users\Markus\OneDrive with 2 files and 0 folders entered.Author: Markus Fleschutz | License: CC0
This PowerShell script changes the working directory to the user's NextCloud folder.
PS> ./cd-nextcloud📂C:\Users\Markus\NextCloud entered (has 2 files and 0 folders)Author: Markus Fleschutz | License: CC0
This PowerShell script changes the working directory to the user's music folder.
PS> ./cd-music.ps1📂C:\Users\Markus\Music with 3 folders and 0 files entered.Author: Markus Fleschutz | License: CC0
This PowerShell script changes the current working directory to the logs directory.
PS> ./cd-logs📂/var/logs entered (has 3 files and 2 subfolders)Author: Markus Fleschutz | License: CC0
This PowerShell script changes the working directory to the Jenkins home directory.
PS> ./cd-jenkins📂C:\Users\Markus\.jenkins entered (has 2 files and 21 folders)Author: Markus Fleschutz | License: CC0
This PowerShell script changes the working directory to the user's home directory.
PS> ./cd-home.ps1📂C:\Users\Markus with 4 files and 7 folders entered.Author: Markus Fleschutz | License: CC0