[Solution] Pop Peeper don't open Win 10 Mail
Posted: Fri Dec 02, 2016 9:08 am
Hi, I'm a Spanish user.
Since changing Windows Live Mail by the Windows 10 mail client, I have not been able to use Pop Peeper correctly until now.
The solution:
Make a BAT file with this code ->
[/b]
Save it and search Google for some BAT to EXE online converter, create the EXE.
Finally indicate to Pop Peeper in options the route of this file created EXE and finally it will be able to open the mail client from Pop Peeper without problems.
Now we can open the Windows 10 mail client correctly.
You can optionally add a custom icon to the EXE created with this tool:
BAT to EXE converter Version 1.6
Regards from all....
Since changing Windows Live Mail by the Windows 10 mail client, I have not been able to use Pop Peeper correctly until now.
The solution:
Make a BAT file with this code ->
Code: Select all
@echo off
Explorer.exe shell:AppsFolder\microsoft.windowscommunicationsapps_8wekyb3d8bbwe!Microsoft.windowslive.mail
Save it and search Google for some BAT to EXE online converter, create the EXE.
Finally indicate to Pop Peeper in options the route of this file created EXE and finally it will be able to open the mail client from Pop Peeper without problems.
Now we can open the Windows 10 mail client correctly.
You can optionally add a custom icon to the EXE created with this tool:
BAT to EXE converter Version 1.6
Regards from all....