• 大小: 0.24M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: windows  进程  可卸载  

资源简介

Windows 进程及可卸载程序列表

资源截图

代码片段和文件信息

using Microsoft.Win32;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Windows.Forms;
using System.IO;
using System.Management;

namespace DetectionSoft
{
    /// 
    /// 显示当前机器的安装程序、运行进程
    /// 含杀死特定进程
    /// 

    static class Program
    {
        /// 
        /// 应用程序的主入口点。
        /// 

        [STAThread]
        static void Main(string[] ages)
        {
            string OutStr = ““;

            if (ages.Length == 0)
                // OutStr = (Pc() + InstallList()).Replace(“\r\n“ Environment.NewLine);
                OutStr = (Pc() + InstallList() + ProcessList()).Replace(“\r\n“ Environment.NewLine);
            else
            {
        

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

    ..A..H.     34816  2017-11-20 09:35  Demo.App.DetectionSoftware\.vs\DetectionSoftware\v15\.suo

     文件     573440  2017-11-20 09:35  Demo.App.DetectionSoftware\.vs\DetectionSoftware\v15\sqlite3\storage.ide

     文件      78848  2017-11-20 09:35  Demo.App.DetectionSoftware\bin\Debug\DetectionSoftware.exe

     文件      19968  2017-11-20 09:35  Demo.App.DetectionSoftware\bin\Debug\DetectionSoftware.pdb

     文件      18432  2017-03-09 18:48  Demo.App.DetectionSoftware\bin\Release\DisplayDemo.exe

     文件      42496  2017-03-09 18:48  Demo.App.DetectionSoftware\bin\Release\DisplayDemo.pdb

     文件       3713  2017-04-28 11:44  Demo.App.DetectionSoftware\DetectionSoftware.csproj

     文件        952  2017-04-28 11:42  Demo.App.DetectionSoftware\DetectionSoftware.sln

     文件         42  2017-04-28 11:44  Demo.App.DetectionSoftware\obj\x86\Debug\CoreCompileInputs.cache

     文件        939  2017-04-28 11:23  Demo.App.DetectionSoftware\obj\x86\Debug\Demo.csproj.FileListAbsolute.txt

     文件       1011  2017-04-28 09:23  Demo.App.DetectionSoftware\obj\x86\Debug\Demo.csproj.GenerateResource.Cache

     文件       9943  2017-04-28 10:49  Demo.App.DetectionSoftware\obj\x86\Debug\Demo.csprojResolveAssemblyReference.cache

     文件      11264  2017-04-28 11:25  Demo.App.DetectionSoftware\obj\x86\Debug\Demo.exe

     文件      22016  2017-04-28 11:25  Demo.App.DetectionSoftware\obj\x86\Debug\Demo.pdb

     文件        180  2017-04-28 10:55  Demo.App.DetectionSoftware\obj\x86\Debug\Demo.Properties.Resources.resources

     文件       2870  2017-04-28 09:18  Demo.App.DetectionSoftware\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache

     文件       7211  2017-11-20 09:35  Demo.App.DetectionSoftware\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件         42  2017-11-20 09:35  Demo.App.DetectionSoftware\obj\x86\Debug\DetectionSoftware.csproj.CoreCompileInputs.cache

     文件       1564  2017-11-20 09:35  Demo.App.DetectionSoftware\obj\x86\Debug\DetectionSoftware.csproj.FileListAbsolute.txt

     文件        954  2017-04-28 11:40  Demo.App.DetectionSoftware\obj\x86\Debug\DetectionSoftware.csproj.GenerateResource.Cache

     文件       9933  2017-04-28 11:40  Demo.App.DetectionSoftware\obj\x86\Debug\DetectionSoftware.csprojResolveAssemblyReference.cache

     文件      78848  2017-11-20 09:35  Demo.App.DetectionSoftware\obj\x86\Debug\DetectionSoftware.exe

     文件      19968  2017-11-20 09:35  Demo.App.DetectionSoftware\obj\x86\Debug\DetectionSoftware.pdb

     文件        180  2017-11-20 09:35  Demo.App.DetectionSoftware\obj\x86\Debug\DetectionSoftware.Properties.Resources.resources

     文件       1772  2017-01-03 11:36  Demo.App.DetectionSoftware\obj\x86\Debug\DisplayDemo.csproj.FileListAbsolute.txt

     文件       1032  2016-07-28 09:31  Demo.App.DetectionSoftware\obj\x86\Debug\DisplayDemo.csproj.GenerateResource.Cache

     文件       9214  2016-09-08 09:21  Demo.App.DetectionSoftware\obj\x86\Debug\DisplayDemo.csprojResolveAssemblyReference.cache

     文件       3584  2017-04-28 11:38  Demo.App.DetectionSoftware\obj\x86\Debug\TempPE\Properties.Resources.Designer.cs.dll

     文件        518  2017-01-03 13:47  Demo.App.DetectionSoftware\obj\x86\Release\Demo.csproj.FileListAbsolute.txt

     文件        974  2017-01-03 16:21  Demo.App.DetectionSoftware\obj\x86\Release\Demo.csproj.GenerateResource.Cache

............此处省略35个文件信息

评论

共有 条评论