I have tried version 1.5.9 and the latest 1.6.7 and the program hangs halfway through installation. I have used the program fine before, then one day it just stopped, and I haven't been able to install it again.
What else can I do? I have a new Dell Latitude D630 with Windows Vista for Business.
My Phone Explorer won't install
Thanks. Now it works.
Here is what I did, if there's others who need help...
Good news is that you can disable or turn off Data Execution Prevention (DEP) globally in Windows Vista. To stop the DEP protection, launch an elevated command prompt shell with administrative priviledges and credentials (log on to Windows Vista with a user account with administrator rights, and then right click on Command Prompt icon and select “Run as Administrator, or turn off UAC). Then execute the following command:
bcdedit.exe /set {current} nx AlwaysOff
If you regret your decision and now wants to enable or turn back on the DEP protection for your Windows Vista, simply use the following command instead:
bcdedit.exe /set {current} nx AlwaysOn
Here is what I did, if there's others who need help...
Good news is that you can disable or turn off Data Execution Prevention (DEP) globally in Windows Vista. To stop the DEP protection, launch an elevated command prompt shell with administrative priviledges and credentials (log on to Windows Vista with a user account with administrator rights, and then right click on Command Prompt icon and select “Run as Administrator, or turn off UAC). Then execute the following command:
bcdedit.exe /set {current} nx AlwaysOff
If you regret your decision and now wants to enable or turn back on the DEP protection for your Windows Vista, simply use the following command instead:
bcdedit.exe /set {current} nx AlwaysOn