{"id":14064368,"url":"https://github.com/ALK222/WIS","last_synced_at":"2025-07-29T18:31:56.592Z","repository":{"id":117450488,"uuid":"284476822","full_name":"ALK222/WIS","owner":"ALK222","description":"Script using winget for easy windows setup","archived":false,"fork":false,"pushed_at":"2022-02-26T19:35:18.000Z","size":25,"stargazers_count":18,"open_issues_count":0,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-28T02:22:40.598Z","etag":null,"topics":["powershell","powershell-script","powershell-scripts","windows-10","winget"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ALK222.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}},"created_at":"2020-08-02T14:23:15.000Z","updated_at":"2024-03-10T01:50:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"6b425c37-bc4b-4df2-9fc3-93b23d997bee","html_url":"https://github.com/ALK222/WIS","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ALK222%2FWIS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ALK222%2FWIS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ALK222%2FWIS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ALK222%2FWIS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ALK222","download_url":"https://codeload.github.com/ALK222/WIS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":215155110,"owners_count":15836917,"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":["powershell","powershell-script","powershell-scripts","windows-10","winget"],"created_at":"2024-08-13T07:03:50.052Z","updated_at":"2024-08-13T07:06:39.070Z","avatar_url":"https://github.com/ALK222.png","language":"PowerShell","funding_links":[],"categories":["PowerShell"],"sub_categories":[],"readme":"# WIS (Windows Install Script)\n\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n\nScript using winget for easy windows setup\n\n## Add new programs to existing categories\n\nTo add a new program you have to add a new entry to the array inside its JSON file.\n\nSaid object must follow this model\n\n```json\n{\n  \"mode\": \"ID or NAME\",\n  \"identifier\": \"Name or ID of the program\",\n  \"source\": \"winget or msstore\",\n  \"scope\": \"user or machine\"\n}\n```\n\nDepending on whether it comes from winget or the Microsoft Store, you should put \"winget\" or \"msstore\" on the source field.\n\nSome programs as Netflix can only be installed for the current user, others like Steam can only be installed machine-wide.\n\n## How to create new categories\n\nTo create a new category you only have to add a new JSON file to [./json](./json). This files will be an array of programs, so you have to use an array syntax inside the file. Open the file with a square bracket, open and close a new program with curly brackets, and use a coma to separate programs:\n\n```json\n[\n    {\n        ONE Program\n    },\n    {\n        OTHER PROGRAM\n    }\n]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FALK222%2FWIS","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FALK222%2FWIS","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FALK222%2FWIS/lists"}