Interesting new feature

For user who dont speak german please use this part of my forum
Antworten
silveztre

Interesting new feature

Beitrag von silveztre »

Hi, first of all congratulations for your MyPhoneExplorer brilliant application. This post is just for suggesting you a new feature for upcoming versions.
Do you think that is possible to add a feature for locking the workstation when the application detects that the mobile is out of range?.

I could be very usefull.

Thank you in advance,
FJ
Site Admin
Beiträge: 32117
Registriert: Mi 15. Feb 2006, 01:16
Wohnort: Tirol

Beitrag von FJ »

The detection when the phone gets out of range is to unstable to implement this feature in the official release, but you could use the Eventhandlers to add this functionality yourself:

- open the file %appdata%\MyPhoneExplorer\general.ini in Notepad
- add this two lines on the bottom of the file, save and restart MPE:

Code: Alles auswählen

[EventHandlers] 
OnConnectionLost=C:\Windows\System32\rundll32.exe user32.dll,LockWorkStation
Antworten