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.
- Disable unnecessary services
- Disable startup programs that are not needed
- Adjust system settings for performance
- Create a system restore point before making any changes
- 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.
- Open PowerShell as an administrator
- Navigate to the directory containing the
.ps1file - Run the
.ps1file by typing.\filename.ps1 - 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.
- Open PowerShell as an administrator
- Navigate to the
testsdirectory - Run the test script by typing
.\test-script-name.ps1 - Review the test results and ensure all tests pass