Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Chrome Initialization PowerShell Script

This PowerShell script is designed to automate the process of downloading, installing, and setting Google Chrome as the default browser on Windows machines.


Disclaimer

Always test scripts in a safe, isolated environment before deploying them in a production setting. The author is not responsible for any issues or damages that may arise from using the script.


Table of Contents


Overview


Features


Prerequisites

  1. Windows OS
  2. PowerShell (typically comes pre-installed with Windows)
  3. Administrator privileges (for certain operations)

Usage

  1. Open a PowerShell window with administrator privileges.
  2. Navigate to the directory containing the script.
  3. Run the script using the following command:
.\Win_Chrome.ps1

Script Workflow


Output


Compatibility


Notes

  • The script checks whether Chrome is already installed before proceeding with the download.
  • It will attempt to set Chrome as the default browser. However, depending on your Windows version and system settings, this may require user confirmation.

Contribution

Your contributions can make these scripts even better:

  • Fork the repository.

  • Create a new branch:

    git checkout -b my-awesome-feature
  • Make your invaluable changes.

  • Commit your changes:

    git commit -am 'Added some amazing features'
  • Push to the branch:

    git push origin my-awesome-feature
  • Create a new Pull Request targeting the Windows directory.

Contributions are welcome! Feel free to open issues, suggest enhancements, or submit pull requests to improve the script.


Author

  • Raphael Chookagian

Date of Latest Revision

  • 12/07/2024

License

  • This script is provided as-is without any warranties. Users are advised to review and understand the script before executing it.

  • This project is licensed under the MIT License. See the LICENSE file for details.