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
This PowerShell script changes the working directory to the user's Dropbox folder.
PS> ./cd-dropbox📂C:\Users\Markus\Dropbox (has 2 files and 0 folders)Author: Markus Fleschutz | License: CC0
This PowerShell script changes the working directory to the user's downloads folder.
PS> ./cd-downloads.ps1📂C:\Users\Markus\Downloads with 0 files and 0 folders entered.Author: Markus Fleschutz | License: CC0
This PowerShell script changes the working directory to the user's desktop folder.
PS> ./cd-desktop.ps1📂/home/Markus/Desktop (has 3 files and 0 folders)Author: Markus Fleschutz | License: CC0
This script fixes the CIS Benchmark check 2.6.8 for macOS: "Ensure an Administrator Password Is Required to Access System-Wide Preferences."
This script fixes the macOS CIS Benchmark check 2.6.1.2: "Ensure 'Show Location Icon in Control Center when System Services Request Your Location' Is Enabled."