EdEllingham
New Member
- Reaction score
- 0
Speaking of trying not to transfer everything, I just got a Dropbox account for this reason. Have you ever tried using dropbox as a faster solution to share your files with remote customers?
I know the PDF says it offers that but... not based on what's on my screen right now. (I'm writing them to ask about it).
Overall, though, I'm almost hooked. If they come through with the Safe Mode stuff, I'm good to go.
Edit: Oh, and in an experiment where I was pretty sure of the results: Don't run RKILL in a remote session![]()
Sorry, hadn't noticed this.I got the same thing. Did you ever find out about the safe mode thing?
@echo off
title Kill all running apps - Bharat Balegere - AgniPulse.com
REM FOUND HERE: http://agnipulse.com/2009/02/kill-all-running-apps-with-a-double-click/
cd c:\windows\System32
for /f "skip=3 tokens=1" %%i in ('TASKLIST /FI "USERNAME eq %userdomain%\%username%" /FI "STATUS eq running"') do (
if not "%%i"=="svchost.exe" (
if not "%%i"=="explorer.exe" (
if not "%%i"=="cmd.exe" (
if not "%%i"=="tasklist.exe" (
if not "%%i"=="mbam.exe" (
if not "%%i"=="program.exe" (
if not "%%i"=="[B]touchmypcHost.exe[/B]" (
if not "%%i"=="LMIGuardianSVC.exe" (
if not "%%i"=="Logmein.exe" (
if not "%%i"=="LogmeinSystray.exe" (
echo.
taskkill /f /im "%%i"
echo.
)
)
)
)
)
)
)
)
)
)
pause
I had similar issues when I was testing it. Another big issue for me it doesn't support safe mode connection. I tested on a Win 7 and XP system and it wouldn't run. This is a deal breaker for me becuase I usually get the customers into safe mode first then remote in esecially with virus removals.Well i signed up to try it out and ran the software then signed in the it just sits there saying Initializing Connection. I've tried it on 4 different computers and on 2 different isp's looks like they have a lot of bug to work out ill stay with gotoexpress and logmein pro2 for now.
I'll have to test that. I've not tried it from that angle but it seems odd that I can get it running from regular and reboot into safe mode but it can't just start in safe mode? Wonder if that's 'cause it sets itself up as a service prior to safe mode.I had similar issues when I was testing it. Another big issue for me it doesn't support safe mode connection. I tested on a Win 7 and XP system and it wouldn't run. This is a deal breaker for me becuase I usually get the customers into safe mode first then remote in esecially with virus removals.