{"id":27446941,"url":"https://github.com/priyomsaha/windows-optimizer-script","last_synced_at":"2025-04-15T05:59:44.195Z","repository":{"id":287839693,"uuid":"965945876","full_name":"PriyomSaha/windows-optimizer-script","owner":"PriyomSaha","description":"⚡ Windows RAM \u0026 Performance Optimizer | Clean, Kill, Boost","archived":false,"fork":false,"pushed_at":"2025-04-14T11:11:51.000Z","size":588,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-15T05:59:40.099Z","etag":null,"topics":["batch-script","boost","cleaner","optimizer","ram","ramdisk","windows","windows-10","windows-11","windows10"],"latest_commit_sha":null,"homepage":"","language":"Batchfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PriyomSaha.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-14T06:54:55.000Z","updated_at":"2025-04-14T16:18:31.000Z","dependencies_parsed_at":"2025-04-14T08:47:53.994Z","dependency_job_id":null,"html_url":"https://github.com/PriyomSaha/windows-optimizer-script","commit_stats":null,"previous_names":["priyomsaha/windows-optimizer-script"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PriyomSaha%2Fwindows-optimizer-script","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PriyomSaha%2Fwindows-optimizer-script/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PriyomSaha%2Fwindows-optimizer-script/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PriyomSaha%2Fwindows-optimizer-script/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PriyomSaha","download_url":"https://codeload.github.com/PriyomSaha/windows-optimizer-script/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249016624,"owners_count":21198832,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["batch-script","boost","cleaner","optimizer","ram","ramdisk","windows","windows-10","windows-11","windows10"],"created_at":"2025-04-15T05:59:43.588Z","updated_at":"2025-04-15T05:59:44.188Z","avatar_url":"https://github.com/PriyomSaha.png","language":"Batchfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⚡ Windows RAM \u0026 Performance Optimizer | Clean, Kill, Boost\n\n\u003e ⚠️ **Use at your own risk. For educational purposes only.**\n\nA powerful and lightweight Windows optimization tool for advanced users, gamers, and anyone suffering from lag or memory hogs. This script disables unnecessary services, cleans memory and temp files, and integrates with RAMMap64 to clear standby RAM.\n\nIdeal for **low-end systems**, **older laptops**, or **performance-hungry gaming rigs** like ASUS ROG.\n\n---\n\n## 🔽 Quick Start (Download \u0026 Run)\n\n1. 📦 [Download ZIP](https://github.com/PriyomSaha/windows-optimizer-script/archive/refs/heads/main.zip) of this repository.\n2. 🗂️ **Extract** the ZIP to a folder (e.g., `Windows-Optimizer`).\n3. ▶️ **Right-click** `setup.ps1` and select **Run with PowerShell**.\n4. ✅ When prompted with `Execution Policy Change`, choose **Yes to All (A)** to allow the script to run.\n5. 🧼 The script will **unblock all files** and start the optimizer silently in the background.\n\n\u003e 🛑 **If PowerShell scripts are restricted**, or you skipped the prompt, run this command once in PowerShell:\n\u003e\n\u003e ```powershell\n\u003e Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned\n\u003e ```\n\n---\n\n## 🧰 Features\n\n- ❌ Disables Windows Updates _(optional \u0026 reversible)_\n- 🛃 Cleans system temp folders\n- 📊 Monitors and trims RAM usage in real-time\n- ❌ Kills background apps and bloatware\n- ♻️ Loops automatically every 10 seconds\n- 🚿 Uses [RAMMap64](https://learn.microsoft.com/en-us/sysinternals/downloads/rammap) to clear standby memory\n- 🧠 Designed to work with **RAMMap64.exe** and a silent launcher\n\n---\n\n## 📁 Folder Structure\n\n```\n.\n├── RAMMap/                  # (Optional) Additional RAMMap files\n├── clear_ram_loop.bat       # Main optimization script with looping\n├── run_invisible.vbs        # VBScript launcher for silent background execution\n├── RAMMap64.exe             # Download from Microsoft Sysinternals\n├── setup.ps1                # NEW: PowerShell launcher to unblock \u0026 run everything\n├── README.md\n├── LICENSE\n├── revert.bat               # (Optional) Undo script for updates\n└── screenshots/             # (Optional visuals)\n```\n\n---\n\n## ⚙️🧠 Manual Mode (For Geeks \u0026 Power Users)\n\n\u003e 💡 Want full control like a true Windows ninja? Follow these steps manually:\n\n1. 💾 **Download [RAMMap64](https://learn.microsoft.com/en-us/sysinternals/downloads/rammap)** (if it's not already included).\n2. 🔐 **Right-click** `clear_ram_loop.bat` **or** `run_invisible.vbs` and select **Run as Administrator**.\n3. 🛡️ **Optional:** If Windows Defender blocks the files, temporarily **pause real-time protection**:\n   - Defender often flags `.bat` or `.vbs` scripts by default — even safe ones like this.\n   - These scripts are clean and designed only to **boost performance**.\n4. ✅ You're good to go. The optimization loop begins instantly!\n\n🧪 Perfect for **tech-savvy users**, **gamers**, and **DIY tweakers** who want max control.\n\n---\n\n## 🚪 Processes It Kills\n\n- OneDrive.exe\n- Teams.exe\n- AdobeIPCBroker.exe, AdobeCollabSync.exe\n- ArmouryCrate.UserSessionHelper.exe, GameSDK.exe, AuraService.exe, NahimicService.exe\n- Suggested Extras for generic laptops:\n\n```batch\ntaskkill /f /im YourPhone.exe\ntaskkill /f /im SearchUI.exe\ntaskkill /f /im Cortana.exe\ntaskkill /f /im XboxGameBar.exe\ntaskkill /f /im HPHotkeyMonitor.exe\ntaskkill /f /im DellSupportAssistRemedation.exe\ntaskkill /f /im LenovoVantageService.exe\n```\n\n---\n\n## ⚠️ Important Notes \u0026 Disclaimer\n\n- ❗ Disables Windows Updates and modifies registry entries.\n- 🔐 Periodically re-enable updates manually to stay secure.\n- 💻 Intended for personal, non-enterprise systems only.\n- 👨‍⚖️ Use responsibly on systems you own or have permission to modify.\n- ❌ Do not use on school, office, or government devices.\n\n---\n\n## ↩️ Undo / Revert Script\n\nTo restore Windows Update manually, run:\n\n```cmd\nsc config wuauserv start= auto\nsc start wuauserv\n```\n\nOr use the included `revert.bat` file (Run as Administrator).\n\n---\n\n## 📆 License\n\n[MIT License](LICENSE)\n\n---\n\n## 🌟 Screenshots\n\n- ![Before and after ram cleaning](Capture.PNG)\n\n## 💡 Tips\n\n- 🧪 Run once per boot or let it loop in background.\n- 🕹️ Perfect for freeing up RAM before gaming.\n- 🧩 Customize background apps to kill for your system.\n\n---\n\n## 🌚 Tags\n\n```\nbatch-script, windows-optimizer, ram-cleaner, rammap, gaming-boost, disable-windows-update, temp-cleaner, bloatware-remover, windows10, windows11, rog-optimizer, sysinternals\n```\n\n---\n\n## 👊 Support\n\nLike this tool? Give it a ⭐ and share with friends!\n\nPRs, suggestions, or issues are always welcome. Let’s make Windows faster, together.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpriyomsaha%2Fwindows-optimizer-script","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpriyomsaha%2Fwindows-optimizer-script","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpriyomsaha%2Fwindows-optimizer-script/lists"}