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.
- Host: GitHub
- URL: https://github.com/fastfingertips/system-scripts
- Owner: fastfingertips
- License: mit
- Created: 2025-02-06T23:14:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-25T23:33:52.000Z (12 months ago)
- Last Synced: 2025-04-14T10:53:58.353Z (10 months ago)
- Topics: automation, cmd, powershell, scripts, shell, system, tools, utilities
- Language: Python
- Homepage: https://fastfingertips.github.io/system-scripts
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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. |