Login | |
|
 |
RE: Remote Assistance w/o Permission - 8/12/2007 1:51:13 PM
|
|
 |
|
| |
Meg
Posts: 123
Score: 2
Joined: 7/13/2006
From: Australia
Status: offline
|
Sorry that part of the script is a bit messy where the command line variable passed is yes or no, what I have done is converted it to 6 or 7 which is the same as the output from the msgbox and then apply logic to it. You could trim this part of the script down by not even asking the question, i.e. running a normal RA session or the special one always. The command line variable passing part of the script can be removed completely to make it simpler to follow. My logic 1. Check if 1st cmd line variable is passed to script (computer name). 2. If "" (nothing is passed) then prompt for a computer name 3. Check if a file on the remote computer specified is there 4. No file found - report target computer is off - quit 5. Yes file found - check if 2nd cmd line variable was passed to script (connection method) 6. If "" (nothing is passed) then prompt for connection method YES or NO 7. connection method normal - "YES" specified - launch Remote assistance without copying SZY's files. 8. Connection method new -No permission required - "NO" specified - 9. Copy SZY's files to client 10.Launch Remote assistance 11.60 seconds later copy MJP's copy of the original files back. 12.quit
|
|
| |
|
|
|
 |
RE: Remote Assistance w/o Permission - 8/14/2007 12:27:07 PM
|
|
 |
|
| |
dm_4ever
Posts: 2220
Score: 32
Joined: 6/29/2006
From: Orange County, California
Status: offline
|
Yeah, on Vista they actually have an EXE which can be used via the command line to pass various options.... wish they had that on WinXP....it would make RemoteAssistance so much easier to script.
_____________________________
dm_4ever My philosophy: K.I.S.S - Keep It Simple Stupid Read Me: http://www.visualbasicscript.com/m_24727/tm.htm Frequently Asked Stuff: http://www.visualbasicscript.com/m_47117/tm.htm
|
|
| |
|
|
|
 |
RE: Remote Assistance w/o Permission - 8/14/2007 9:27:39 PM
|
|
 |
|
| |
Meg
Posts: 123
Score: 2
Joined: 7/13/2006
From: Australia
Status: offline
|
Hi rothgar, I read on your site that you use Norton AV, we use Mcafee and firewall's off, so that might be a hint? If you can run Remote Assistance via the normal traditional way then there is no reason why remote assistance would not work via this script as basically all it does is launch the remote assistance page, punch in the machine name and press go. Regarding the hacked version of remote assistance, try manually copying the files to a test machine and then run remote assistance via the normal traditional way. If that does not work and future windows security updates could break it, I can't suggest anything as I was just given the modified files, I am not sure what is different about them that makes them special. I did notice today however that when I connected to a users machine using the script, If you press "Take Control" too quick it doesn’t work. Maybe the files are still finishing copying or the system needs to settle for a few seconds before pressing that button.?
|
|
| |
|
|
|
 |
RE: Remote Assistance w/o Permission - 8/14/2007 9:48:30 PM
|
|
 |
|
| |
Meg
Posts: 123
Score: 2
Joined: 7/13/2006
From: Australia
Status: offline
|
The dude on this site describes how to edit your own Remote Assistance files in order to make the remote client auto accept a connection. http://www.lewisroberts.com/?p=40
|
|
| |
|
|
|
 |
RE: Remote Assistance w/o Permission - 8/19/2007 2:18:44 PM
|
|
 |
|
| |
Meg
Posts: 123
Score: 2
Joined: 7/13/2006
From: Australia
Status: offline
|
quote:
ORIGINAL: rothgar thanks for the tip. I was going to copy the modified files over to the client machine but where do I copy them to? Hi rothgar, Run the script from the same directory as where you extracted my Yes and No folders from the zip you downloaded. The path to the where the modified files get copied to is in the script if you want to manually copy them. But to clarify: According to the link in my last post, it appears that there are only two files that need modifying. C:\WINDOWS\pchealth\helpctr\System\Remote Assistance\helpeeaccept.htm C:\WINDOWS\pchealth\helpctr\System\Remote Assistance\Interaction\Server\TakeControlMsgs.htm I have tested this and all you need are the two files modified as per Lewis Robert's http://www.lewisroberts.com/?p=40 instructions. Here is a link to the files (just the two) which I have modified myself. RA.ZIP These files work much better than the ones I posted earlier. If the link stops working, follow Lewis's tutorial and modify your own copies.
< Message edited by Meg -- 9/26/2007 12:16:40 AM >
|
|
| |
|
|
|
 |
RE: Remote Assistance w/o Permission - 10/11/2007 12:09:00 PM
|
|
 |
|
| |
Rischip
Posts: 393
Score: 2
Joined: 3/26/2007
Status: offline
|
All it is, is TightVNC with remote installation. My software does that, just not quite as eligantly. But then again, mine is scriptable, and be scripted to connect to all pc's in a domain sequentially.
_____________________________
Rischip Author of - The Grim Linker
|
|
| |
|
|
|
|
|