Loading

Subscribe via RSS

Subscribers to Admin Arsenal blog

Subscribe by Email

Your email:

Browse by Tag

Admin Arsenal Blog

Current Articles | RSS Feed RSS Feed

Run your favorite IT utilities / commands within AA Console.

  
  
  
  
  

In the words (OK, word) of Gob Bluth: "C'mon!"

Remember that AA Console (formerly Admin Arsenal) has the awesome ability to run your favorite scripts or IT utilities right from the Tools menu. We call this feature "Custom Tools".

A Custom Tool is a command that exists on the AA console machine. When the Custom tool is selected (either from the Tools menu or a keyboard shortcut that you assign) the command is executed along with any respective command line arguments.

Want to be able to automatically go to the C$ of a target computer? Go to your AA Console Preferences and, in the Custom Tools pane, add the following line:

Open C$ Share=explorer.exe "\\%TARGET%\C$"

The syntax for a custom tool line is

Name [;keyboard shortcut]=command [ARGS]

AA Console will store the computer name in the %TARGET% variable.

If you use DameWare Mini Remote Control, you can initiate a Remote Control session from within AA Console by adding a custom tool entry like this:

DameWare Remote Control;CTRL+ALT+Z="C:\Program Files (x86)\DameWare Development\DameWare Mini Remote Control\dwrcc.exe" -m:%TARGET% -a:1

See additonal arguments that can be passed to DameWare Mini Remote Control.

Would you like to automatically connect to a network registry? Feel free to download one of our free utilities called StartReg.exe. Place this file on your AA Console machine and add the following line to your custom tools:

Connect Remote Registry;CTRL+SHIFT+E="StartReg.exe" %TARGET%

In the above example I didn't pass the Path for StartReg.exe because I put it in my System32 directory which is, obviously, included in my % PATH% variable.

Executing your Custom Tools

Note: Any download from our Free Utilities is not supported and is provided without warranty of any kind.
View an example of creating a Custom Tool within AA Console.

Comments

Startreg don't work for me. Neither with ip address or name. I tried with xp in a workgroup, that with a win 7 in a domain. Open up only the regedit of my machine. Is not an issue of credentials.
Posted @ Monday, November 22, 2010 3:36 AM by orzon
I haven't tested startReg.exe in a workgroup environment. On my domain I use it all the time against Win 7, 2008, Vista, XP etc.  
 
Have you attempted StartReg on another machine in your domain? Does that work?
Posted @ Monday, November 22, 2010 11:12 AM by Shane Corellian
does not work at all for me, in my domain, xp and seven machine, is a problem that I had noticed long ago, I had not reported it because I thought startreg.exe it was a abandoware utility :D I would love to use it, I would be very helpful.
Posted @ Tuesday, November 23, 2010 2:19 AM by orzon
heh heh... no it's not abandonware. I need to know what error (if any) you are seeing. Send a screenshot to our forum (http://support.adminarsenal.com/forums/190830-questions) and I can better assist you. I wrote this a long time ago. I updated it last August. Make sure you are using the latest version which, at the time of this writing, is 1.1.1.0. http://www.adminarsenal.com/Portals/72023/utilities/startreg.exe
Posted @ Tuesday, November 23, 2010 10:12 AM by Shane Corellian
sure, it's 1.1.1.0 version. Not report any error, just open a local instance of regedit.exe. A debug build?
Posted @ Tuesday, November 23, 2010 11:53 AM by orzon
Oh, I think I just figured it out... what language is your Windows machine running? Send me a screenshot of the File Menu in Regedit.exe and of the Select Computer window (the window that pops up when you try to connect to a remote registry)
Posted @ Tuesday, November 23, 2010 12:37 PM by Shane Corellian
With those screenshots I will be able to send out a version of StartReg that will work for you.
Posted @ Wednesday, November 24, 2010 1:22 AM by Shane Corellian
italian locale. here's the pics - http://goo.gl/thwN2
Posted @ Wednesday, November 24, 2010 3:30 AM by orzon
another - http://goo.gl/OqSxp
Posted @ Wednesday, November 24, 2010 3:40 AM by orzon
Download this and give it a try. I changed the name to StartReg_IT.exe. You can, obviously, change it back to StartReg.exe if you wish. If you keep the new name make certain that you change the Custom Tool definition in AA Console. http://www.adminarsenal.com/Portals/72023/utilities/startreg_it.exe 
Posted @ Wednesday, November 24, 2010 6:49 AM by Shane Corellian
hardcoded english string in the original exe? 
I guess in the future a version for non-English installations. :D 
now it works, many thanks!
Posted @ Wednesday, November 24, 2010 7:32 AM by orzon
Actually, hard coding is necessary in this case. I built this utility using WinBatch from Wilson WindowWare. Using WinBatch you need to specify the Menu Names as well as where to direct Mouse and Key sequences within those child windows. Since the windows and field names all differ depending on the locale it makes it difficult to accomplish  
None of this would be necessary if Microsoft simply exposed an API which would allow a connection to a remote registry. Since they don't offer this, this is how it needs to be done. *sigh* 
 
Here is the snippet of code I used in the English version to get the window ID of the RegEdit window: 
ID=WinIdGet("Registry Editor") 
 
Here is the Italian equivalent: 
ID=WinIdGet("Editor del Registro di sistema") 
 
Glad it's working for you. Let us know if we can be of further assistance. :-)
Posted @ Wednesday, November 24, 2010 7:49 AM by Shane Corellian
Comments have been closed for this article.