We have users that sometimes connect to the network trough their mobile phones (on the road, if no wifi or wired connection is available).
How can I setup SF to prevent backup from starting in that situation?
Moderator: SuperFlexible Administrators
@echo off
ipconfig /all | find "HTC Remote NDIS" > nul
if %errorlevel% == 0 (
exit 1
) else (
exit 0
)
Return to Windows Support * new forum: www.syncovery.com/forum