mirror of
https://github.com/PhoenixPE/PhoenixPE.git
synced 2025-09-17 18:48:04 +02:00
app updates, re-work NetworkDrivers.script
This commit is contained in:
@@ -34,7 +34,7 @@ Description=Enable the collection and monitoring of Windows Event logs.
|
||||
Selected=False
|
||||
Level=4
|
||||
Author=Homes32
|
||||
Version=1.0.0.0
|
||||
Version=1.0.1.0
|
||||
Date=2021-03-06
|
||||
Mandatory=False
|
||||
Interface=Interface
|
||||
@@ -47,6 +47,8 @@ Echo,"Processing %ScriptTitle%..."
|
||||
RegLoadHives
|
||||
// HTTP Event Logging Service
|
||||
RegCopy,HKLM,"Tmp_Install_System\ControlSet001\Services\Wecsvc*",HKLM,"Tmp_System\ControlSet001\Services\",WILDCARD
|
||||
// Extended Categories/Messages
|
||||
RegCopy,HKLM,"Tmp_Install_System\ControlSet001\Services\EventLog\*",HKLM,"Tmp_System\ControlSet001\Services\EventLog",WILDCARD
|
||||
RegUnloadHives
|
||||
|
||||
// Start the Event Logging Service
|
||||
@@ -181,7 +183,7 @@ btn_SetDefaultOptions=,1,8,541,5,25,25,SetDefaultOptions,SetDefaults_16.png,True
|
||||
btn_AdvancedOptions=,1,8,571,5,25,25,ToggleAdvancedOptions,Advanced_16.png,True,"__Show/Hide Advanced Options"
|
||||
btn_ScriptInfo=,1,8,601,5,25,25,ShowScriptInfo,Help_16.png,True,"__Script Info"
|
||||
bvl_Options=Options,1,12,0,50,190,246,8,Bold
|
||||
cb_IncludeEventViewer="Include Windows Event Viewer",1,3,12,67,173,18,False,"__Requires .Net Framework"
|
||||
cb_IncludeEventViewer="Include Windows Event Viewer",1,3,12,67,173,18,True,"__Requires .Net Framework"
|
||||
bvl_Shortcuts=Shortcuts,1,12,10,99,170,184,8,Normal
|
||||
cb_DesktopShc=Desktop,1,3,17,114,122,18,False
|
||||
cb_StartMenuShc="Start Menu",1,3,17,133,122,18,True
|
||||
|
Reference in New Issue
Block a user