{"id":26036605,"url":"https://github.com/rayan-walnut/services","last_synced_at":"2025-07-14T12:34:43.223Z","repository":{"id":280982202,"uuid":"943816269","full_name":"Rayan-Walnut/services","owner":"Rayan-Walnut","description":"Optimise ton windows 11 !","archived":false,"fork":false,"pushed_at":"2025-03-06T10:12:30.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T11:24:32.262Z","etag":null,"topics":["algo","cmd","optimization","powershell","shell","snip","win","windows"],"latest_commit_sha":null,"homepage":"","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/Rayan-Walnut.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":"2025-03-06T10:07:48.000Z","updated_at":"2025-03-06T10:12:34.000Z","dependencies_parsed_at":"2025-03-06T11:34:51.565Z","dependency_job_id":null,"html_url":"https://github.com/Rayan-Walnut/services","commit_stats":null,"previous_names":["rayan-walnut/services"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rayan-Walnut%2Fservices","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rayan-Walnut%2Fservices/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rayan-Walnut%2Fservices/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rayan-Walnut%2Fservices/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rayan-Walnut","download_url":"https://codeload.github.com/Rayan-Walnut/services/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242353665,"owners_count":20114041,"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":["algo","cmd","optimization","powershell","shell","snip","win","windows"],"created_at":"2025-03-07T07:43:57.794Z","updated_at":"2025-03-07T07:43:58.475Z","avatar_url":"https://github.com/Rayan-Walnut.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Optimisation Windows - Mode Gamer\n\n[![forthebadge](http://forthebadge.com/images/badges/built-with-love.svg)](http://forthebadge.com)  [![forthebadge](http://forthebadge.com/images/badges/powered-by-electricity.svg)](http://forthebadge.com)\n\nScript PowerShell développé par Astra pour optimiser les performances des appareils et serveurs Windows en désactivant les services non essentiels pour le gaming, tout en préservant les fonctionnalités principales.\n\n## Pour commencer\n\nCe script permet d'optimiser rapidement un système Windows en désactivant les services superflus qui peuvent impacter les performances, notamment pour les jeux vidéo.\n\n### Pré-requis\n\nPour utiliser ce script, vous aurez besoin de :\n\n- Windows 10 ou Windows 11\n- PowerShell 5.1 ou supérieur\n- Droits administrateur sur votre système\n\n### Installation\n\n1. Téléchargez le fichier `Astra.ps1`\n2. Assurez-vous que le fichier est enregistré en UTF-8 sans BOM\n3. Placez-le à l'emplacement de votre choix\n\n## Démarrage\n\nPour lancer le script :\n\n1. Ouvrez PowerShell en tant qu'administrateur\n2. Exécutez la commande suivante pour définir l'encodage UTF-8 :\n   ```powershell\n   chcp 65001\n   ```\n3. Naviguez vers le dossier contenant le script\n4. Exécutez le script :\n   ```powershell\n   .\\Astra.ps1\n   ```\n\nLe script affichera une interface stylisée avec des indicateurs colorés pour suivre la progression des opérations.\n\n## Fonctionnalités\n\nLe programme principal du script est \"main\", qui orchestre l'ensemble du processus d'optimisation.\n\nLe script désactive les services Windows suivants :\n- DiagTrack (Télémétrie et diagnostics)\n- WaaSMedicSvc (Service de réparation Windows Update)\n- Services Xbox (XblAuthManager, XboxNetApiSvc, XblGameSave)\n- GamingServices et GamingServicesNet (si non utilisés)\n- WSearch (Recherche Windows)\n- RemoteRegistry (Registre à distance)\n- Fax (Service de télécopie)\n- RetailDemo (Mode démo)\n- OneSyncSvc (Synchronisation des applications)\n- SysMain (Anciennement Superfetch)\n- WbioSrvc (Biométrie)\n\n## Fabriqué avec\n\n* [PowerShell](https://docs.microsoft.com/en-us/powershell/) - Langage de script et shell de Microsoft\n* [Visual Studio Code](https://code.visualstudio.com/) - Éditeur de code (probable)\n\n## Personnalisation\n\nPour personnaliser la liste des services à désactiver, modifiez la liste `$servicesToDisable` dans le script selon vos besoins.\n\nPour réactiver un service après utilisation du script :\n```powershell\nSet-Service -Name \"NomDuService\" -StartupType Automatic\nStart-Service -Name \"NomDuService\"\n```\n\n## Versions\n\n**Dernière version :** 1.0\n\n## Auteurs\n\n* **Astra** - *Développement initial* - [Astra](https://exemple.com)\n\n## License\n\nCe projet est sous licence propriétaire appartenant à Astra.\n\n## Avertissement\n\nUtilisez ce script à vos propres risques. Il est recommandé de créer un point de restauration système avant son exécution.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frayan-walnut%2Fservices","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frayan-walnut%2Fservices","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frayan-walnut%2Fservices/lists"}