https://github.com/ltx0101/gos
Gaming Optimization Script
https://github.com/ltx0101/gos
batch-script gaming gos ltx0101 optimization performance script windows
Last synced: about 1 year ago
JSON representation
Gaming Optimization Script
- Host: GitHub
- URL: https://github.com/ltx0101/gos
- Owner: ltx0101
- License: gpl-3.0
- Created: 2024-10-28T18:05:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-28T21:38:52.000Z (over 1 year ago)
- Last Synced: 2025-03-01T00:03:41.507Z (over 1 year ago)
- Topics: batch-script, gaming, gos, ltx0101, optimization, performance, script, windows
- Language: PowerShell
- Homepage:
- Size: 260 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GOS // Gaming Optimization Script
GOS is a comprehensive PowerShell script created for Windows users to streamline their gaming setup, enhance network performance, repair the Windows environment, and revert changes to default settings when needed.

# How to Run:
### Open PowerShell and paste the command below:
```ps1
iwr "https://raw.githubusercontent.com/ltx0101/GOS/refs/heads/main/GOS.ps1" -OutFile "GOS.ps1"; .\GOS.ps1
```
---
### Error "Running Scripts is Disabled on this System"
Click Here
### Run this command in PowerShell:
```ps1
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
```
---
## Features
The script provides a range of optimization and maintenance options:
1. **Enable Game Mode**
Activates settings to boost gaming performance by reducing background processes and optimizing system resources.
2. **Clean Windows**
Cleans unnecessary temp files, DirectX Cache, old Windows update files, etc.
3. **Optimize Network**
Optimizes network settings by modifying registry keys, disabling unnecessary and potentially performance-impacting features, tweaking TCP/IP configurations, disabling network adapter offload features and flushing the DNS cache. A system restart is required afterwards
4. **Repair Windows**
Runs a series of maintenance commands to repair the system environment, restore health, and clear unnecessary files. A system restart is recommended after this option to finalize repairs.
5. **Restore Default**
Re-enables any services or settings disabled during optimization, restoring the system to its default state. A restart is recommended afterward.
6. **Shortcut**
Creates a Desktop GOS Shortcut.
## Requirements
- Windows 10/11 operating system with Command Prompt (cmd) support.
- Administrator privileges are required to run certain commands effectively, such as system repairs and network modifications.
---
[](https://paypal.me/AggelosMeta)
Made with ❤️ and PowerShell