This PowerShell script sets the current working directory to the users directory.
PS> ./cd-users.ps1📂C:\Users with 4 folders entered.Author: Markus Fleschutz | License: CC0
This PowerShell script changes the working directory to the user's trash folder.
PS> ./cd-trash📂C:\$Recycle.Bin\S-1-5-21-123404-23309-294260-1001 entered (has 4 files and 0 subfolders)Author: Markus Fleschutz | License: CC0
This PowerShell script changes the working directory to the temporary folder.
PS> ./cd-temp📂C:\Users\Markus\AppData\Local\Temp (has 2 files and 3 subfolders)Author: Markus Fleschutz | License: CC0
This PowerShell script changes the working directory to the user's Syncthing folder.
PS> ./cd-sync.ps1📂C:\Users\Markus\Sync entered (has 2 files and 0 folders)Author: Markus Fleschutz | License: CC0
This PowerShell script sets the current working directory to the user's secure shell (SSH) folder.
PS> ./cd-ssh.ps1📂C:\Users\Markus\.ssh with 4 files entered.Author: Markus Fleschutz | License: CC0
This PowerShell script sets the current working directory to the user's screenshots folder.
PS> ./cd-screenshots.ps1📂C:\Users\Markus\Pictures\Screenshots with 7 files and 0 folders entered.Author: Markus Fleschutz | License: CC0
This PowerShell script changes the current working directory to the root directory (C:\ on Windows).
PS> ./cd-root.ps1📂C:\ with 7 folders and 0 files entered.Author: Markus Fleschutz | License: CC0
This PowerShell script changes the working directory to the folder for Git repositories.
PS> ./cd-repos.ps1📂C:\Repos with 33 folders entered.Author: Markus Fleschutz | License: CC0
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 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