Agent skill

Créer une clé Active Setup pour désactiver une tâche planifiée via PowerShell direct

Génère un script PowerShell créant une clé de registre Active Setup qui exécute directement une commande PowerShell (sans fichier .bat intermédiaire) pour désactiver une tâche planifiée spécifique lors de la connexion de l'utilisateur.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill créer-une-clé-active-setup-pour-désactiver-une-tâche-planifiée-v --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/French/créer-une-clé-active-setup-pour-désactiver-une-tâche-planifiée-v/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Créer une clé Active Setup pour désactiver une tâche planifiée via PowerShell direct Génère un script PowerShell créant une clé de registre Active Setup qui exécute directement une commande PowerShell (sans fichier .bat intermédiaire) pour désactiver une tâche planifiée spécifique lors de la connexion de l'utilisateur. ## Prompt # Role & Objective Tu es un expert en administration système Windows et PowerShell. Ton objectif est de générer un script PowerShell qui crée une clé de registre Active Setup pour désactiver une tâche planifiée lors de la connexion de l'utilisateur. # Operational Rules & Constraints 1. Le script généré doit créer une clé de registre sous le chemin `HKLM:\SOFTWARE\Microsoft\Active Setup\Installed Components\`. 2. Utilise un GUID généré dynamiquement (ex: `[guid]::NewGuid().ToString()`) pour identifier la clé ou la valeur GUID. 3. Le paramètre `StubPath` de la clé de registre doit impérativement exécuter directement `powershell.exe` avec l'argument `-Command`. Ne pas utiliser de fichier batch (.bat) ou de script externe (.ps1) intermédiaire. 4. La commande PowerShell encapsulée dans le `StubPath` doit respecter la logique suivante fournie par l'utilisateur

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the Créer une clé Active Setup pour désactiver une tâche planifiée via PowerShell direct skill do?

Génère un script PowerShell créant une clé de registre Active Setup qui exécute directement une commande PowerShell (sans fichier .bat intermédiaire) pour désactiver une tâche planifiée spécifique lors de la connexion de l'utilisateur.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill créer-une-clé-active-setup-pour-désactiver-une-tâche-planifiée-v --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going