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

Créer une clé Active Setup pour désactiver une tâche planifiée via PowerShell direct is a skill for Claude Code, Codex from ECNU-ICALK/AutoSkill. It costs 67 tokens per session (674 once invoked), scanned A, original, no licence file.

A PowerShell script that adds a Windows Active Setup registry entry to disable a specific scheduled task when a user signs in.

In plain words
What is it for?
Use it to apply a scheduled-task change at sign-in on Windows computers.
Why use it?
It automates a per-user Windows configuration change without needing a separate batch file.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it to apply a scheduled-task change at sign-in on Windows computers.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ecnu-icalk/autoskill/creer-une-cle-active-setup-pour-desactiver-une-tache-planifiee-v
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ECNU-ICALK/AutoSkill --skill creer-une-cle-active-setup-pour-desactiver-une-tache-planifiee-v
Clone the repo
git clone --depth 1 https://github.com/ECNU-ICALK/AutoSkill

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/ecnu-icalk/autoskill/creer-une-cle-active-setup-pour-desactiver-une-tache-planifiee-v/github.svg)](https://agentmods.dev/skills/ecnu-icalk/autoskill/creer-une-cle-active-setup-pour-desactiver-une-tache-planifiee-v)
Your own site
<a href="https://agentmods.dev/skills/ecnu-icalk/autoskill/creer-une-cle-active-setup-pour-desactiver-une-tache-planifiee-v"><img src="https://agentmods.dev/badge/skills/ecnu-icalk/autoskill/creer-une-cle-active-setup-pour-desactiver-une-tache-planifiee-v/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for Créer une clé Active Setup pour désactiver une tâche planifiée via PowerShell direct

Your own site · 80×15
<a href="https://agentmods.dev/skills/ecnu-icalk/autoskill/creer-une-cle-active-setup-pour-desactiver-une-tache-planifiee-v"><img src="https://agentmods.dev/badge/skills/ecnu-icalk/autoskill/creer-une-cle-active-setup-pour-desactiver-une-tache-planifiee-v.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 67 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 674 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00067 $0.00674
Opus 5 $0.00034 $0.00337
Sonnet 5 $0.00013 $0.00135
Haiku 4.5 $0.00007 $0.00067

Measured 9d ago against content hash 3a768be384e8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

Créer une clé Active Setup pour désactiver une tâche planifiée via PowerShell direct scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

SkillBank/ConvSkill/French/créer-une-clé-active-setup-pour-désactiver-une-tâche-planifiée-v/SKILL.md · 47 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 47 lines · 67 tokens per session scan A 3a768be384e8

Subscribe to this mod's changes

Créer une clé Active Setup pour désactiver une tâche planifiée via PowerShell direct is a skill published in the GitHub repository ECNU-ICALK/AutoSkill (582 stars, last pushed 4mo ago), with no licence file. It adds 67 tokens to every session and 674 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

bilibili-page-reader

A tool for reading Bilibili videos, including subtitles, viewer messages, and comments. Bilibili is a Chinese video platform; viewer messages are timed comments that appear over the video.

Misaka-Mikoto-Tech/agent-skills · 52 tokens

locus-unity-bridge

Use when an agent needs to inspect or control a real Unity Editor through Locus, especially when Unity MCP is unavailable, named-pipe discovery is needed, C# must be executed, or Unity scripts must be recompiled.

Misaka-Mikoto-Tech/agent-skills · 52 tokens

powershell-safe-invocation

Use when writing or running PowerShell on Windows, especially native programs, quoted paths, escaping, pwsh, Start-Process, file operations, or shell troubleshooting.

Misaka-Mikoto-Tech/agent-skills · 40 tokens

codex-multi-profile

Windows Codex Desktop multi-account picker (Codex Accounts app) plus AuthSwap launchers (codex1, codex2, ...). Humans pick accounts in Show-CodexAccountApp.ps1. Agents use pool / stick / route / depleted. ShareLive keeps history in /.codex; only auth.json is per-profile. Launch MUST set env vars through a cmd wrapper.…

Hung2124/codex-multi-profile · 104 tokens

windows-dev-process-cleanup

A Windows troubleshooting guide for auditing and safely cleaning leftover development processes and UWP background tasks. UWP is Windows' platform for packaged apps.

bahayonghang/my-ai-cli-toolkit · 124 tokens

clean-windows-c-drive

Provide a standalone Simplified Chinese Windows app and CLI workflows to assess C: drive health, clean a fixed allowlist of regenerable junk, find large user files, detect exact duplicates with SHA-256, and relocate or recycle explicitly approved ordinary user files without breaking Windows or installed applications.…

1181652815-hub/clean-windows-c-drive-skill · 124 tokens