Topic: Procmon plugin problems  (Read 1351 times)

Procmon plugin problems
« on: January 22, 2016, 07:23:30 PM »

apinux

  • Code Baker
  • Jr. Chef
  • **
  • Date Registered: Nov 2011
  • Posts: 52
I'm am trying to use the latest Win7PE SE "Sysinternals_Process_Monitor.script"

It fails to download ProcessMonitor.zip and there seems to be a problem with the way it is trying to rename the downloaded file.

I changed the following two lines which fixes the rename problem, but it still does not download the file ProcessMonitor.zip

Code: [Select]
Line 183: FileRename,%dlF%,%dlF%_yyyymmddhhnn_Backup.zip  CHANGED TO  ---> FileRename,%dlF%,%dlF%_%myDate%_Backup.zip
Line 203: Call,FileDelete,%dlF%_yyyymmddhhnn_Backup.zip   CHANGED TO  ---> Call,FileDelete,%dlF%_%myDate%_Backup.zip

Re: Procmon plugin problems
« Reply #1 on: January 23, 2016, 10:01:06 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
"Sysinternals Process Monitor (Procmon)"

plugin updated to servers..

problem was weblink changed to lowercase, now fixed.  :thumbsup:
« Last Edit: January 23, 2016, 10:06:49 AM by Lancelot »

Re: Procmon plugin problems
« Reply #2 on: January 23, 2016, 02:39:52 PM »

apinux

  • Code Baker
  • Jr. Chef
  • **
  • Date Registered: Nov 2011
  • Posts: 52
Thank you Lancelot  :great:

 

Powered by EzPortal