ContributionsMost RecentMost LikesSolutionsRe: LogMeIn Hamachi Connection issues with Windows 8 I've got a solution that keeps Hamachi open and locks the workstation as well. The batch file command that uses "tscon 1 /dest:console" didn't work for me either. But a simple change to "tscon 0 /dest:console" fixed the issue. Try it on yours YW-Slayer. The number represents the sessionID. I'm not clear on how the ID is assigned or why there's a variance. As for the lock screen, the batch file just needs one more line of code: "Rundll32.exe User32.dll,LockWorkStation" So your batch file should look like this: tscon 0 /dest:console Rundll32.exe User32.dll,LockWorkStation Hope that clears it up for everyone! Cheers! And thanks robspcs for your legwork!