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: 2 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. |
| [wlan-export.bat](wlan-export.bat) | Exports saved Wi-Fi profiles with passwords to XML files on Desktop. |
| [wlan-passwords.ps1](wlan-passwords.ps1) | Displays saved Wi-Fi profiles and passwords in table format. |
| [wlan-interactive.sh](wlan-interactive.sh) | Interactive tool to view password for a specific Wi-Fi network. |