mirror of
https://github.com/PhoenixPE/PhoenixPE.git
synced 2025-09-16 18:18:04 +02:00
Added Certificate Management mmc snap-in and utils
- adds the ability to import/export/manage user and computer certificates in WinPE via mmc or standalone utils (certutil.exe/certreq.exe)
This commit is contained in:
@@ -32,9 +32,9 @@
|
||||
Title=MPC-BE
|
||||
Author=Homes32
|
||||
Level=5
|
||||
Version=1.0.5.0
|
||||
Description=(v1.6.1.6845) Media Player Classic - BE is a free and open source audio and video player for Windows.
|
||||
Date=2022-02-22
|
||||
Version=1.0.5.1
|
||||
Description=(v1.6.3) Media Player Classic - BE is a free and open source audio and video player for Windows.
|
||||
Date=2022-07-20
|
||||
Selected=False
|
||||
Mandatory=False
|
||||
|
||||
@@ -92,6 +92,7 @@ RequireFileEx,AppendList,\Windows\System32\msyuv.dll
|
||||
RequireFileEx,AppendList,\Windows\System32\oleacc.dll
|
||||
RequireFileEx,AppendList,\Windows\System32\oleaccrc.dll
|
||||
RequireFileEx,AppendList,\Windows\System32\qasf.dll
|
||||
RequireFileEx,AppendList,\Windows\System32\RESAMPLEDMO.DLL
|
||||
RequireFileEx,AppendList,\Windows\System32\tsbyuv.dll
|
||||
RequireFileEx,AppendList,\Windows\System32\unregmp2.exe
|
||||
RequireFileEx,AppendList,\Windows\System32\WMADMOD.DLL
|
||||
|
@@ -34,8 +34,8 @@ Description=Add support for Microsoft Management Console (MMC) Snap-Ins
|
||||
Selected=True
|
||||
Level=4
|
||||
Author=Homes32
|
||||
Version=1.2.0.0
|
||||
Date=2022-01-29
|
||||
Version=1.3.0.0
|
||||
Date=2022-07-31
|
||||
Mandatory=False
|
||||
|
||||
[Variables]
|
||||
@@ -58,6 +58,20 @@ RequireFileEx,AppendList,\windows\system32\mmcshext.dll
|
||||
RequireFileEx,AppendList,\Windows\System32\OnDemandConnRouteHelper.dll
|
||||
RequireFileEx,AppendList,\windows\system32\wbem\servdeps.dll
|
||||
|
||||
// Certificate Management
|
||||
RequireFileEx,AppendList,\windows\system32\certca.dll
|
||||
RequireFileEx,AppendList,\windows\system32\certcli.dll
|
||||
RequireFileEx,AppendList,\windows\system32\certenc.dll
|
||||
RequireFileEx,AppendList,\windows\system32\CertEnroll.dll
|
||||
RequireFileEx,AppendList,\windows\system32\CertEnrollCtrl.exe
|
||||
RequireFileEx,AppendList,\windows\system32\CertEnrollUI.dll
|
||||
RequireFileEx,AppendList,\windows\system32\certmgr.dll
|
||||
RequireFileEx,AppendList,\windows\system32\CertPKICmdlet.dll
|
||||
RequireFileEx,AppendList,\windows\system32\CertPolEng.dll
|
||||
RequireFileEx,AppendList,\windows\system32\certreq.exe
|
||||
RequireFileEx,AppendList,\windows\system32\certutil.exe
|
||||
RequireFileEx,AppendList,\windows\system32\cryptuiwizard.dll
|
||||
|
||||
// Computer Management
|
||||
RequireFileEx,AppendList,\Windows\System32\compmgmt.msc
|
||||
RequireFileEx,AppendList,\Windows\System32\CompMgmtLauncher.exe
|
||||
|
Reference in New Issue
Block a user