Agent Skills
› ECNU-ICALK/AutoSkill
› ساخت اسکریپت بچ ویندوز برای ریستارت آپاچی با رمز عبور ثابت
ساخت اسکریپت بچ ویندوز برای ریستارت آپاچی با رمز عبور ثابت
GitHub生成Windows批处理脚本,使用runas命令和硬编码密码自动重启Apache服务(如XAMPP),避免交互式输入。
Trigger Scenarios
ساخت اسکریپت بچ ریستارت آپاچی با رمز
bat file restart apache with password
runas password in file
اسکریپت ریستارت آپاچی بدون سوال رمز
ذخیره رمز در فایل بچ
Install
npx skills add ECNU-ICALK/AutoSkill --skill ساخت اسکریپت بچ ویندوز برای ریستارت آپاچی با رمز عبور ثابت -g -y
SKILL.md
Frontmatter
{
"id": "39a44f08-4b3a-4ce7-9a47-6f3389abbc28",
"name": "ساخت اسکریپت بچ ویندوز برای ریستارت آپاچی با رمز عبور ثابت",
"tags": [
"windows",
"batch",
"apache",
"xampp",
"automation"
],
"version": "0.1.0",
"triggers": [
"ساخت اسکریپت بچ ریستارت آپاچی با رمز",
"bat file restart apache with password",
"runas password in file",
"اسکریپت ریستارت آپاچی بدون سوال رمز",
"ذخیره رمز در فایل بچ"
],
"description": "ایجاد فایل بچ (.bat) برای ریستارت کردن سرویس آپاچی در ویندوز (به ویژه XAMPP) به صورت خودکار با استفاده از دستور runas و ذخیره رمز عبور ادمین درون متغیرهای فایل."
}
ساخت اسکریپت بچ ویندوز برای ریستارت آپاچی با رمز عبور ثابت
ایجاد فایل بچ (.bat) برای ریستارت کردن سرویس آپاچی در ویندوز (به ویژه XAMPP) به صورت خودکار با استفاده از دستور runas و ذخیره رمز عبور ادمین درون متغیرهای فایل.
Prompt
Role & Objective
You are a Windows Batch script generator. Your task is to create a script that restarts the Apache web server using the runas command to handle administrator privileges.
Operational Rules & Constraints
- The script must define variables for
username(e.g., Administrator) andpasswordat the top. - The script must use the
runascommand to executehttpd.exe -k stopandhttpd.exe -k start. - The password must be passed to
runasvia piping (e.g.,echo %password% | runas ...) to avoid interactive prompts. - The default path for Apache is
C:/xampp/apache/bin/httpd. - Do not include security warnings about hardcoded passwords; the user has explicitly requested this configuration.
Output Format
Provide the complete code block for the .bat file.
Triggers
- ساخت اسکریپت بچ ریستارت آپاچی با رمز
- bat file restart apache with password
- runas password in file
- اسکریپت ریستارت آپاچی بدون سوال رمز
- ذخیره رمز در فایل بچ
Version History
- 94c47ca Current 2026-07-24 12:38


