Jump to content

Recommended Posts

Posted

Hello, 

I run a setup where my machines run a script that starts aida and generates a HTMl/XML report. This part works as it should. 

But sometimes, seems random, instead of running my report, it starts Audit manager instead of gathering the report. 

Im unsure whats causing this, as it only seems to happen on desktop pcs. 

 

Is there a function in AIDA i can disable to make sure it never runs Audit manager? 

Let me know if you need a debug report or the likes. 

 

Best regards. 

Posted

Please show us the line in your logon script that launches AIDA64.  If it includes sensitive information, please send the line in private message to me.

Posted
ECHO Start AIDA64
\\deploy2\SSD\programs\aida64.exe /CUSTOM \\deploy2\SSD\Screening\files\AIDA64\templates\Aidarepport.rpf /LANGEN /R l:\%dirname%\%dirname% /XML
\\deploy2\SSD\programs\aida64.exe /CUSTOM \\deploy2\SSD\Screening\files\AIDA64\templates\Aidarepport.rpf /LANGEN /R l:\%dirname%\%dirname% /MHTML

The %dirname% is created in another part of the script, but its just the serial number of the machine.

Posted

Any Laptop i run the script from above on just generates the repport as it should. 

And its only a very small amount of our desktops this problems occurs on. 

Posted

Thank you.  I think the issue occurs because you didn't enclose the report file name with quotes (" characters) in order to mitigate the potential space characters that appears in the filenames after %dirname% is resolved.  Do you think that it may explain the issues?

Posted
\\deploy2\SSD\programs\aida64.exe /CUSTOM \\deploy2\SSD\Screening\files\AIDA64\templates\Aidarepport.rpf /LANGEN /R "l:\%dirname%\%dirname%" /XML

So you would want it to look like this instead? 

 

Posted
On ‎2018‎. ‎03‎. ‎20‎. at 8:05 AM, Novius said:

\\deploy2\SSD\programs\aida64.exe /CUSTOM \\deploy2\SSD\Screening\files\AIDA64\templates\Aidarepport.rpf /LANGEN /R "l:\%dirname%\%dirname%" /XML

So you would want it to look like this instead? 

 

Yes, I think that will solve it.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...