Jump to content

Aida-Batch-Start is ignoring arguments


Recommended Posts

I'm running Aida from a shared folder by using a batch file.

This is the command line start \\Server\Shares\aida64.exe /ACCEPTBG /R /DATABASE /AUDIT /SAFE /SILENT

But whe the user is signed in the program starts normal, visible for the user and all other arguments are ignored.

This happens on several different workstations with WinXP, Win7, Windows Server 2008 R2.

This is a domain network and I have entered a registry entry for the startup.bat on all workstations over a GPO.

Firewall is disabled by GPO and when I manually start the program from it's share it will run as supposed.

Can anyone help?

Link to comment
Share on other sites

Make sure to disable any other methods of auto-launching AIDA64 at Windows startup. AIDA64 itself supports that (in main menu / File / Preferences / General / Load AIDA64 at Windows startup); and then there's Windows Task Scheduler. Maybe multiple methods are active, and they interfere with each other.

Link to comment
Share on other sites

Thanks for the suggestion and I had this option enabled but disabling it didn't change anything.

In the mean whil I tried a couple of more ways to run the program. Also the task planer runs the program only without the arguments.

These are my used arguments "/R /DELAY 60 \\FS01\Aidareports\$HOSTNAME /CSV /AUDIT /HW /SAFE /SILENT"

Link to comment
Share on other sites

That command-line looks slightly incorrect. You need to specify the filename right after /R, with only a space character between them. Also, you cannot mix /AUDIT and /HW, you need to use only one of them. So your fixed command-line would look like this:

/R \\FS01\Aidareports\$HOSTNAME /CSV /AUDIT /SAFE /SILENT /DELAY 60

Link to comment
Share on other sites

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...