Fixes: 1) Add `-Force` flag to `New-Item` to overwrite environment variables if they already exist;
Extra: 1) Remove unused spinner logic from script for better readability and maintainability.
Fixes: 1) Replaced hardcoded paths with script-relative paths for better portability; 2) Corrected CPU and memory calculation logic for system checks; 3) Replaced inconsistent script formatting and error handling; 4) Resolved redundant cleanup steps post service startup.
Extra: Refactored and cleaned up script logic for maintainability; added WISELESS branding across scripts for consistency; enhanced terminal output and user messaging.
Fixes: 1) Update final output message to align with application name (`eVibes`);
Extra: 1) Remove redundant spinner implementation in Unix script for clarity and reduction of complexity; 2) General script cleanup and minor formatting tweaks.
Fixes: 1) Correct variable renaming and initial assignment in `run_with_spinner`.
Extra: 1) General readability improvements and inline comment enhancements; 2) Update application name in final output message.
Fixes: 1) Standardize spacing in spinner commands for consistency; 2) Correct alignment of service lifecycle commands;
Extra: Adjust wording for better clarity and uniformity in reboot.sh script.
Fixes: 1) Suppress unnecessary output from New-Item calls to improve script clarity;
Extra: 1) Minor refactor to ensure sorted and formatted output of environment variables; 2) Add consistent structure and efficiency improvements to the script;