Skip to content

Commit

Permalink
更新关闭课件列表 - 20250110
Browse files Browse the repository at this point in the history
  • Loading branch information
cjhdevact committed Jan 10, 2025
1 parent f7bea57 commit dbe2831
Show file tree
Hide file tree
Showing 23 changed files with 339 additions and 292 deletions.
Binary file removed Assets/icon/TDocKiller-图标.ico
Binary file not shown.
Binary file added Assets/icon/TDocKiller-图标.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Assets/icon/TDocKiller-图标new.ico
Binary file not shown.
Binary file removed Assets/icon/TDocKiller-图标new.png
Binary file not shown.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,25 @@
- [x] 支持保存你的设置
- [x] 适配DPI缩放(适配高分屏)

## 数字签名

本程序使用了自签证书进行了签名

证书信息:
```
Name: CJH Root Certificate
Create: ‎2024‎年‎12‎月‎27‎日 20:42:16
Expires: ‎2150‎年‎12‎月‎31‎日 0:00:003e5
MD5: 0bc507db70947e57ddd81bec63b581d9
SHA256: d2d67c8ebea3cc954c7ee0e94f5f45537dde7709053ca9e89f352fda60283
Key fingerprint (SHA1): 73b80a8d0ba3f662b575f2fc0b78612469e22e59
KeyID: d929e453f645017190dac5001a736a4d
Certificate SerialNumber: dbde77418068d5a34b2064626a12ecde
Key Type: md5RSA
```

你可以在[这里](Src/TDocKiller/files/rootcert.cer)下载证书来验证程序完整性。

## 下载

转到[发布页](https://github.com/cjhdevact/TDocKiller/releases/latest)下载程序或源代码。
Expand Down
2 changes: 2 additions & 0 deletions Src/PackOut.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ copy %~dp0TDocKiller\files\3-
copy %~dp0TDocKiller\files\4-添加Userinit级自动启动该程序.bat %~dp0TDocKiller-Bin\4-添加Userinit级自动启动该程序.bat
copy %~dp0TDocKiller\files\5-删除Userinit级自动启动该程序.bat %~dp0TDocKiller-Bin\5-删除Userinit级自动启动该程序.bat
copy %~dp0TDocKiller\files\TDocKillerAdmxs.exe %~dp0TDocKiller-Bin\TDocKillerAdmxs.exe
copy %~dp0TDocKiller\files\certmgr.exe %~dp0TDocKiller-Bin\certmgr.exe
copy %~dp0TDocKiller\files\rootcert.cer %~dp0TDocKiller-Bin\rootcert.cer
copy %~dp0TDocKiller\files\TDocKiller.xml %~dp0TDocKiller-Bin\TDocKiller.xml

echo.
Expand Down
12 changes: 12 additions & 0 deletions Src/SignBin.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
::Tips Set the CSIGNCERT as your path.
@echo off
path D:\ProjectsTmp\SignPack;%path%
echo 任意键签名 一键关闭课件小工具(TDocKiller)...
pause > nul
cmd.exe /c signcmd.cmd "%CSIGNCERT%" "%~dp0TDocKiller-Bin\TDocKiller.exe"
cmd.exe /c signcmd.cmd "%CSIGNCERT%" "%~dp0TDocKillerl-Bin\TDocKiller64.exe"
cmd.exe /c signcmd.cmd "%CSIGNCERT%" "%~dp0TDocKiller-Bin\TDocKillerAdmxs.exe"
echo.
echo 完成!
echo 任意键退出...
pause > nul
Binary file modified Src/TDocKiller.suo
Binary file not shown.
225 changes: 113 additions & 112 deletions Src/TDocKiller/Form1.vb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'****************************************************************************
' TDocKiller
' Copyright (C) 2023-2024 CJH
' Copyright (C) 2023-2025 CJH
'
' This program is free software: you can redistribute it and/or modify
' it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -81,7 +81,7 @@ Public Class Form1
Public CurState As Integer
Public MovedV As Integer
Public UseMoveV As Integer
Public TargetNames(109) As String
Public TargetNames(110) As String
Public UnSupportDarkSys As Integer
Public UnSaveData As Integer
Public DisbFuState As Integer
Expand Down Expand Up @@ -437,116 +437,117 @@ Public Class Form1

MovedV = 0

TargetNames(0) = "WINWORD"
TargetNames(1) = "EXCEL"
TargetNames(2) = "POWERPNT"
TargetNames(3) = "wps"
TargetNames(4) = "et"
TargetNames(5) = "wpp"
TargetNames(6) = "wpspdf"
TargetNames(7) = "wpsoffice"
TargetNames(8) = "Wechat"
TargetNames(9) = "Weixin"
TargetNames(10) = "QQ"
TargetNames(11) = "Tim.exe"
TargetNames(12) = "DingTalk"
TargetNames(13) = "EasiNote"
TargetNames(14) = "EasiCamera"
TargetNames(15) = "NimoNavigator"
TargetNames(16) = "CamShow"
TargetNames(17) = "ScreenBoard"
TargetNames(18) = "Nimo"
TargetNames(19) = "HiteCamera"
TargetNames(20) = "HitePai"
TargetNames(21) = "Lenovo.Smart.BoardTools"
TargetNames(22) = "Lenovo.Smart.SubjectTools"
TargetNames(23) = "SmartClass"
TargetNames(24) = "SmartClassPlayer"
TargetNames(25) = "SmartClassService"
TargetNames(26) = "SmartClassShell"
TargetNames(27) = "SmartRecorder"
TargetNames(28) = "BlackboardWriting"
TargetNames(29) = "DesktopDraw"
TargetNames(30) = "HTDCom"
TargetNames(31) = "ScreenRecord"
TargetNames(32) = "VSKY.exe"
TargetNames(33) = "msedge"
TargetNames(34) = "chrome"
TargetNames(35) = "firefox"
TargetNames(36) = "360chrome"
TargetNames(37) = "360se"
TargetNames(38) = "opera"
TargetNames(39) = "theworld"
TargetNames(40) = "Maxthon"
TargetNames(41) = "liebao"
TargetNames(42) = "qingniao"
TargetNames(43) = "Twinkstar"
TargetNames(44) = "UCBrowser"
TargetNames(45) = "UCService"
TargetNames(46) = "2345Explorer"
TargetNames(47) = "quark"
TargetNames(48) = "iexplore"
TargetNames(49) = "QQBrowser"
TargetNames(50) = "Chromium"
TargetNames(51) = "SeewoBrowser"
TargetNames(52) = "360chromex"
TargetNames(53) = "360aibrowser"
TargetNames(54) = "SLBrowser"
TargetNames(55) = "SLB"
TargetNames(56) = "SogouExplorer"
TargetNames(57) = "MicrosoftEdge"
TargetNames(58) = "360"
TargetNames(59) = "2345"
TargetNames(60) = "PotPlayer"
TargetNames(61) = "PotPlayerMini"
TargetNames(62) = "PotPlayerMini64"
TargetNames(63) = "Microsoft.Media.Player"
TargetNames(64) = "Groove"
TargetNames(65) = "wmplayer"
TargetNames(66) = "Video.UI"
TargetNames(67) = "QQPlayer"
TargetNames(68) = "baofeng"
TargetNames(69) = "Cbox"
TargetNames(70) = "qyplayer"
TargetNames(71) = "QQLive"
TargetNames(72) = "kugou"
TargetNames(73) = "kuwomusic"
TargetNames(74) = "StormPlayer"
TargetNames(75) = "YOUKU"
TargetNames(76) = "YoukuNplayer"
TargetNames(77) = "AlibabaProtectCon"
TargetNames(78) = "cloudmusic"
TargetNames(79) = "Photos"
TargetNames(80) = "PhotosApp"
TargetNames(81) = "PhotosService"
TargetNames(82) = "Microsoft.Photos"
TargetNames(83) = "rundll32"
TargetNames(84) = "dllhost"
TargetNames(85) = "photolaunch"
TargetNames(86) = "WPSPic"
TargetNames(87) = "360Album"
TargetNames(88) = "360PicBrowser"
TargetNames(89) = "2345Pic"
TargetNames(90) = "ACDSee"
TargetNames(91) = "FSViewer"
TargetNames(92) = "WindowsCamera"
TargetNames(93) = "SoundRec"
TargetNames(94) = "SoundRecorder"
TargetNames(95) = "CalculatorApp"
TargetNames(96) = "calc"
TargetNames(97) = "notepad"
TargetNames(98) = "mspaint"
TargetNames(99) = "SnippingTool"
TargetNames(100) = "ScreenSketch"
TargetNames(101) = "winrar"
TargetNames(102) = "winzip"
TargetNames(103) = "7z"
TargetNames(104) = "7zFM"
TargetNames(105) = "bandzip"
TargetNames(106) = "nanazip"
TargetNames(107) = "haozip"
TargetNames(108) = "360zip"
TargetNames(109) = "kuaizip"
TargetNames(0) = "WINWORD"
TargetNames(1) = "EXCEL"
TargetNames(2) = "POWERPNT"
TargetNames(3) = "wps"
TargetNames(4) = "et"
TargetNames(5) = "wpp"
TargetNames(6) = "wpspdf"
TargetNames(7) = "wpsoffice"
TargetNames(8) = "Wechat"
TargetNames(9) = "Weixin"
TargetNames(10) = "QQ"
TargetNames(11) = "Tim.exe"
TargetNames(12) = "DingTalk"
TargetNames(13) = "EasiNote"
TargetNames(14) = "EasiCamera"
TargetNames(15) = "NimoNavigator"
TargetNames(16) = "CamShow"
TargetNames(17) = "ScreenBoard"
TargetNames(18) = "Nimo"
TargetNames(19) = "HiteCamera"
TargetNames(20) = "HitePai"
TargetNames(21) = "Lenovo.Smart.BoardTools"
TargetNames(22) = "Lenovo.Smart.SubjectTools"
TargetNames(23) = "SmartClass"
TargetNames(24) = "SmartClassPlayer"
TargetNames(25) = "SmartClassService"
TargetNames(26) = "SmartClassShell"
TargetNames(27) = "SmartRecorder"
TargetNames(28) = "BlackboardWriting"
TargetNames(29) = "DesktopDraw"
TargetNames(30) = "HTDCom"
TargetNames(31) = "ScreenRecord"
TargetNames(32) = "VSKY.exe"
TargetNames(33) = "msedge"
TargetNames(34) = "chrome"
TargetNames(35) = "firefox"
TargetNames(36) = "360chrome"
TargetNames(37) = "360se"
TargetNames(38) = "opera"
TargetNames(39) = "theworld"
TargetNames(40) = "Maxthon"
TargetNames(41) = "liebao"
TargetNames(42) = "qingniao"
TargetNames(43) = "Twinkstar"
TargetNames(44) = "UCBrowser"
TargetNames(45) = "UCService"
TargetNames(46) = "2345Explorer"
TargetNames(47) = "quark"
TargetNames(48) = "iexplore"
TargetNames(49) = "QQBrowser"
TargetNames(50) = "Chromium"
TargetNames(51) = "SeewoBrowser"
TargetNames(52) = "360chromex"
TargetNames(53) = "360aibrowser"
TargetNames(54) = "SLBrowser"
TargetNames(55) = "SLB"
TargetNames(56) = "SogouExplorer"
TargetNames(57) = "MicrosoftEdge"
TargetNames(58) = "360"
TargetNames(59) = "2345"
TargetNames(60) = "PotPlayer"
TargetNames(61) = "PotPlayerMini"
TargetNames(62) = "PotPlayerMini64"
TargetNames(63) = "Microsoft.Media.Player"
TargetNames(64) = "Groove"
TargetNames(65) = "wmplayer"
TargetNames(66) = "Video.UI"
TargetNames(67) = "QQPlayer"
TargetNames(68) = "baofeng"
TargetNames(69) = "Cbox"
TargetNames(70) = "qyplayer"
TargetNames(71) = "QyClient"
TargetNames(72) = "QQLive"
TargetNames(73) = "kugou"
TargetNames(74) = "kuwomusic"
TargetNames(75) = "StormPlayer"
TargetNames(76) = "YOUKU"
TargetNames(77) = "YoukuNplayer"
TargetNames(78) = "AlibabaProtectCon"
TargetNames(79) = "cloudmusic"
TargetNames(80) = "Photos"
TargetNames(81) = "PhotosApp"
TargetNames(82) = "PhotosService"
TargetNames(83) = "Microsoft.Photos"
TargetNames(84) = "rundll32"
TargetNames(85) = "dllhost"
TargetNames(86) = "photolaunch"
TargetNames(87) = "WPSPic"
TargetNames(88) = "360Album"
TargetNames(89) = "360PicBrowser"
TargetNames(90) = "2345Pic"
TargetNames(91) = "ACDSee"
TargetNames(92) = "FSViewer"
TargetNames(93) = "WindowsCamera"
TargetNames(94) = "SoundRec"
TargetNames(95) = "SoundRecorder"
TargetNames(96) = "CalculatorApp"
TargetNames(97) = "calc"
TargetNames(98) = "notepad"
TargetNames(99) = "mspaint"
TargetNames(100) = "SnippingTool"
TargetNames(101) = "ScreenSketch"
TargetNames(102) = "winrar"
TargetNames(103) = "winzip"
TargetNames(104) = "7z"
TargetNames(105) = "7zFM"
TargetNames(106) = "bandzip"
TargetNames(107) = "nanazip"
TargetNames(108) = "haozip"
TargetNames(109) = "360zip"
TargetNames(110) = "kuaizip"

Dim disi As Graphics = Me.CreateGraphics()
Timer1.Enabled = True
Expand Down
10 changes: 5 additions & 5 deletions Src/TDocKiller/Form2.vb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'****************************************************************************
' TDocKiller
' Copyright (C) 2023-2024 CJH
' Copyright (C) 2023-2025 CJH
'
' This program is free software: you can redistribute it and/or modify
' it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -153,11 +153,11 @@ errcode:
ComboBox2.SelectedText = "深色"
End If
End If
'Dim ver1 As String
'Dim ver2 As String
'ver1 = My.Application.Info.Version.Major.ToString & "." & My.Application.Info.Version.Minor.ToString & "." & My.Application.Info.Version.Build.ToString
'Dim ver1 As String
'Dim ver2 As String
'ver1 = My.Application.Info.Version.Major.ToString & "." & My.Application.Info.Version.Minor.ToString & "." & My.Application.Info.Version.Build.ToString
'ver2 = My.Application.Info.Version.Revision.ToString
Label1.Text = "一键关闭课件小工具 版本:" & My.Application.Info.Version.ToString & vbCrLf & "版权所有 © 2023-2024 CJH。"
Label1.Text = "一键关闭课件小工具 版本:" & My.Application.Info.Version.ToString & vbCrLf & "版权所有 © 2023-2025 CJH。"
End Sub

Sub formatcolorcurset()
Expand Down
2 changes: 1 addition & 1 deletion Src/TDocKiller/GPLForm.vb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'****************************************************************************
' TDocKiller
' Copyright (C) 2023-2024 CJH.
' Copyright (C) 2023-2025 CJH.
'
' This program is free software: you can redistribute it and/or modify
' it under the terms of the GNU General Public License as published by
Expand Down
6 changes: 3 additions & 3 deletions Src/TDocKiller/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Imports System.Runtime.InteropServices
<Assembly: AssemblyDescription("一键关闭课件小工具")>
<Assembly: AssemblyCompany("CJH")>
<Assembly: AssemblyProduct("一键关闭课件小工具")>
<Assembly: AssemblyCopyright("Copyright © 2023-2024 CJH. All Rights Reserved.")>
<Assembly: AssemblyCopyright("Copyright © 2023-2025 CJH. All Rights Reserved.")>
<Assembly: AssemblyTrademark("")>

<Assembly: ComVisible(False)>
Expand All @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' 方法是按如下所示使用“*”:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("1.0.10.24113")>
<Assembly: AssemblyFileVersion("1.0.10.24113")>
<Assembly: AssemblyVersion("1.0.11.25011")>
<Assembly: AssemblyFileVersion("1.0.11.25011")>
4 changes: 2 additions & 2 deletions Src/TDocKiller/My Project/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@
(2)系统的自带播放器
Microsoft.Media.Player,Groove,wmplayer,Video.UI
(3)QQ影音,暴风影音,央视影音,腾讯视频,酷狗,酷我,爱奇艺,优酷,网易云音乐
QQPlayer,baofeng,Cbox,qyplayer,QQLive,kugou,kuwomusic,StormPlayer,YOUKU,YoukuNplayer,
AlibabaProtectCon,cloudmusic
QQPlayer,baofeng,Cbox,qyplayer,QyClient,QQLive,kugou,kuwomusic,StormPlayer,YOUKU,
YoukuNplayer,AlibabaProtectCon,cloudmusic
6.工具类
(1)系统照片查看器
Photos,PhotosApp,PhotosService,Microsoft.Photos,rundll32,dllhost
Expand Down
2 changes: 1 addition & 1 deletion Src/TDocKiller/RegKeyModule.vb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'****************************************************************************
' TDocKiller
' Copyright (C) 2023-2024 CJH
' Copyright (C) 2023-2025 CJH.
'
' This program is free software: you can redistribute it and/or modify
' it under the terms of the GNU General Public License as published by
Expand Down
Loading

0 comments on commit dbe2831

Please sign in to comment.