{"id":20766893,"url":"https://github.com/rezapace/remove-file-sampah-","last_synced_at":"2026-05-28T10:32:55.685Z","repository":{"id":138790546,"uuid":"568922327","full_name":"rezapace/remove-file-sampah-","owner":"rezapace","description":"This script will delete junk files on Windows 10 with a single click. The junk files that will be deleted are located in the following directories:","archived":false,"fork":false,"pushed_at":"2024-09-01T00:41:17.000Z","size":5,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-25T22:31:10.432Z","etag":null,"topics":["git-reza","kuliah-malam","kumal-projek","powershell","ps1","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:41:38.000Z","updated_at":"2025-12-17T00:20:01.000Z","dependencies_parsed_at":"2025-01-18T06:25:01.796Z","dependency_job_id":"617e7153-77c6-4f1f-90ca-9aa391e51c03","html_url":"https://github.com/rezapace/remove-file-sampah-","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rezapace/remove-file-sampah-","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rezapace%2Fremove-file-sampah-","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rezapace%2Fremove-file-sampah-/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rezapace%2Fremove-file-sampah-/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rezapace%2Fremove-file-sampah-/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rezapace","download_url":"https://codeload.github.com/rezapace/remove-file-sampah-/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rezapace%2Fremove-file-sampah-/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33605378,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["git-reza","kuliah-malam","kumal-projek","powershell","ps1","script","webkumal"],"created_at":"2024-11-17T11:26:38.415Z","updated_at":"2026-05-28T10:32:55.666Z","avatar_url":"https://github.com/rezapace.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Junk File Remover\n\nThis script will delete junk files on Windows 10 with a single click. The junk files that will be deleted are located in the following directories:\n\n- `C:\\Windows\\Prefetch`\n- `C:\\Users\\R\\AppData\\Local\\Temp`\n- `C:\\Windows\\Temp`\n\n## Script Explanation\n\n```powershell\nGet-ChildItem -Path \"C:\\Windows\\Temp\" *.* -Recurse | Remove-Item -Force -Recurse\n```\nThe above script will delete all files with any extension in the `C:\\Windows\\Temp` directory and its subdirectories.\n\n```powershell\nGet-ChildItem -Path \"C:\\Users\\R\\AppData\\Local\\Temp\" *.* -Recurse | Remove-Item -Force -Recurse\n```\nThe above script will delete all files with any extension in the `C:\\Users\\R\\AppData\\Local\\Temp` directory and its subdirectories.\n\n```powershell\nGet-ChildItem -Path \"C:\\Windows\\Prefetch\" *.* -Recurse | Remove-Item -Force -Recurse\n```\nThe above script will delete all files with any extension in the `C:\\Windows\\Prefetch` directory and its subdirectories.\n\n```powershell\nClear-RecycleBin -Force\n```\nThe above script will delete all files in the recycle bin.\n\n## How to Use\n\n1. Open PowerShell by right-clicking on the Start Menu and selecting \"Windows PowerShell\".\n2. Copy the script above and paste it into PowerShell.\n3. Press Enter to run the script.\n4. Wait until the process is complete.\n5. The junk files in the specified directories will be deleted.\n\nThis structure provides a clear and concise explanation of the script, making it easy to understand and follow.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frezapace%2Fremove-file-sampah-","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frezapace%2Fremove-file-sampah-","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frezapace%2Fremove-file-sampah-/lists"}