HachAdmin Posted January 8, 2013 Share Posted January 8, 2013 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? Quote Link to comment Share on other sites More sharing options...
Fiery Posted January 8, 2013 Share Posted January 8, 2013 Are you sure you use AIDA64 Business Edition? Please note that AIDA64 Extreme Edition doesn't support command-line based automation, hence it ignores any command-line arguments. Regards, Fiery Quote Link to comment Share on other sites More sharing options...
HachAdmin Posted January 8, 2013 Author Share Posted January 8, 2013 I'm sure. And it works works with the arguments but not when I start the program while a user is loggin in. And btw, using the task planer is working as well. I'm thinking about using the /delay <seconds> argument. But it is strange. Quote Link to comment Share on other sites More sharing options...
Fiery Posted January 8, 2013 Share Posted January 8, 2013 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. Quote Link to comment Share on other sites More sharing options...
HachAdmin Posted January 9, 2013 Author Share Posted January 9, 2013 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" Quote Link to comment Share on other sites More sharing options...
Fiery Posted January 9, 2013 Share Posted January 9, 2013 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.