基本信息
源码名称:C#利用Interop.TaskScheduler.dll添加删除计划任务
源码大小:0.18M
文件格式:.rar
开发语言:C#
更新时间:2023-04-30
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
C#利用Interop.TaskScheduler.dll添加删除计划任务
C#利用Interop.TaskScheduler.dll添加删除计划任务,可实现程序随Windows系统自动启动; 项目用VS2017打开,需要.net 2.0支持,需要管理员权限;支持win7 win10;不支持xp。


文件清单
└── WindowsFormsApp2
    ├── WindowsFormsApp2
    │   ├── bin
    │   │   └── x86
    │   │       └── Debug
    │   │           ├── Interop.TaskScheduler.dll
    │   │           ├── WindowsFormsApp2.exe
    │   │           └── WindowsFormsApp2.pdb
    │   ├── Form1.cs
    │   ├── Form1.Designer.cs
    │   ├── Form1.resx
    │   ├── obj
    │   │   ├── Debug
    │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
    │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
    │   │   │   ├── TempPE
    │   │   │   ├── WindowsFormsApp2.csproj.CopyComplete
    │   │   │   ├── WindowsFormsApp2.csproj.CoreCompileInputs.cache
    │   │   │   ├── WindowsFormsApp2.csproj.FileListAbsolute.txt
    │   │   │   ├── WindowsFormsApp2.csproj.GenerateResource.cache
    │   │   │   ├── WindowsFormsApp2.exe
    │   │   │   ├── WindowsFormsApp2.Form1.resources
    │   │   │   ├── WindowsFormsApp2.pdb
    │   │   │   └── WindowsFormsApp2.Properties.Resources.resources
    │   │   └── x86
    │   │       └── Debug
    │   │           ├── DesignTimeResolveAssemblyReferences.cache
    │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
    │   │           ├── TempPE
    │   │           ├── WindowsFormsApp2.csproj.CopyComplete
    │   │           ├── WindowsFormsApp2.csproj.CoreCompileInputs.cache
    │   │           ├── WindowsFormsApp2.csproj.FileListAbsolute.txt
    │   │           ├── WindowsFormsApp2.csproj.GenerateResource.cache
    │   │           ├── WindowsFormsApp2.exe
    │   │           ├── WindowsFormsApp2.Form1.resources
    │   │           ├── WindowsFormsApp2.pdb
    │   │           └── WindowsFormsApp2.Properties.Resources.resources
    │   ├── Program.cs
    │   ├── Properties
    │   │   ├── app.manifest
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.cs
    │   │   └── Settings.settings
    │   └── WindowsFormsApp2.csproj
    └── WindowsFormsApp2.sln

12 directories, 35 files