GitHub - weppyk/system-optimizer: A repository for optimizing Windows, Linux, and macOS systems

This repository is empty. Any task executed on it should be considered a new capability and needs to be created.

Manual Optimization for Windows

This section provides a brief overview of the steps for manually optimizing Windows. For detailed instructions, please refer to the manual-optimization.md file.

  1. Disable unnecessary services
  2. Disable startup programs that are not needed
  3. Adjust system settings for performance
  4. Create a system restore point before making any changes
  5. Revert to the previous state if any issues arise after optimization

Using .ps1 Files

This section provides instructions on how to use .ps1 files. For detailed instructions, please refer to the using-ps1-files.md file.

  1. Open PowerShell as an administrator
  2. Navigate to the directory containing the .ps1 file
  3. Run the .ps1 file by typing .\filename.ps1
  4. Follow any prompts or instructions provided by the script

Running Tests for Optimization Scripts

This section provides instructions on how to run tests for the optimization scripts.

  1. Open PowerShell as an administrator
  2. Navigate to the tests directory
  3. Run the test script by typing .\test-script-name.ps1
  4. Review the test results and ensure all tests pass