{"id":20766899,"url":"https://github.com/rezapace/scrip-close-all-program","last_synced_at":"2026-04-21T12:02:54.461Z","repository":{"id":138790538,"uuid":"568907861","full_name":"rezapace/SCRIP-CLOSE-ALL-PROGRAM","owner":"rezapace","description":"This PowerShell script retrieves a list of all running processes on your computer, checks if they have a window title (`mainwindowtitle`), and ensures they are not PowerShell itself. If these conditions are met, the `stop-process` command is used to close those programs.","archived":false,"fork":false,"pushed_at":"2024-09-01T00:42:42.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-18T06:27:52.619Z","etag":null,"topics":["close","git-reza","kuliah-malam","kumal","kumal-projek","poweshell","script","webkumal"],"latest_commit_sha":null,"homepage":"https://www.webkumal.link/","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rezapace.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2022-11-21T17:04:06.000Z","updated_at":"2024-09-01T00:42:45.000Z","dependencies_parsed_at":"2025-01-18T06:25:03.645Z","dependency_job_id":"4feb6b61-1972-4262-b2c7-b1d4819e7a50","html_url":"https://github.com/rezapace/SCRIP-CLOSE-ALL-PROGRAM","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rezapace%2FSCRIP-CLOSE-ALL-PROGRAM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rezapace%2FSCRIP-CLOSE-ALL-PROGRAM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rezapace%2FSCRIP-CLOSE-ALL-PROGRAM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rezapace%2FSCRIP-CLOSE-ALL-PROGRAM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rezapace","download_url":"https://codeload.github.com/rezapace/SCRIP-CLOSE-ALL-PROGRAM/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243094493,"owners_count":20235523,"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":["close","git-reza","kuliah-malam","kumal","kumal-projek","poweshell","script","webkumal"],"created_at":"2024-11-17T11:26:39.773Z","updated_at":"2025-12-16T10:30:35.151Z","avatar_url":"https://github.com/rezapace.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SCRIP-CLOSE-ALL-PROGRAM\n\n## Description\n\nThis PowerShell script retrieves a list of all running processes on your computer, checks if they have a window title (`mainwindowtitle`), and ensures they are not PowerShell itself. If these conditions are met, the `stop-process` command is used to close those programs.\n\n## Key Features\n\n- Retrieves all running processes.\n- Filters out processes without a window title.\n- Excludes PowerShell from being terminated.\n- Closes all qualifying programs.\n\n## How to Use\n\n1. **Download the Script**: Download the `script-close-all-program.ps1` file.\n2. **Run the Script**: Double-click the downloaded file to execute it.\n3. **Effect**: The script will close all running programs on your computer, except for PowerShell.\n\n## Important Notes\n\n- **Save Your Work**: Ensure you save all your work and close any programs you want to keep open before running this script.\n- **Data Loss Warning**: Any unsaved data or improperly saved work will be lost if the program is closed by this script.\n\n## Example Command\n\n```powershell\n(get-process | ? { $_.mainwindowtitle -ne \"\" -and $_.processname -ne \"powershell\" } )| stop-process\n```\n\nThis command retrieves all processes with a window title, excludes PowerShell, and stops the remaining processes.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frezapace%2Fscrip-close-all-program","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frezapace%2Fscrip-close-all-program","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frezapace%2Fscrip-close-all-program/lists"}