An open API service indexing awesome lists of open source software.

https://github.com/fastfingertips/system-scripts

A collection of system scripts, customized for personal use and easy adaptation.
https://github.com/fastfingertips/system-scripts

automation cmd powershell scripts shell system tools utilities

Last synced: 6 months ago
JSON representation

A collection of system scripts, customized for personal use and easy adaptation.

Awesome Lists containing this project

README

          

## System Scripts

| Script Name | Description |
| -----------------------------------------------------: | :--------------------------------------------------------------------------------------- |
| [get_installed_programs.py](get_installed_programs.py) | Lists installed programs from the Windows registry. |
| [environment_manager.py](environment_manager.py) | Manages system and user environment variables in the terminal. |
| [reg_ps_install_info.bat](reg_ps_install_info.bat) | Retrieves Windows system info (version, release, build, install date) from the registry. |
| [wmic_install_date.bat](wmic_install_date.bat) | Checks if running on Windows and retrieves the original install date using `wmic`. |
| [get_install_date.bat](get_install_date.bat) | Displays the original installation date using `systeminfo` if running on Windows. |