web statisticsweb stats Business Phone Systems Tech Talk Forum - VOIP & Cloud Phone Help

Business Phone Systems

Previous Thread
Next Thread
Print Thread
Rate Thread
#621230 06/18/18 02:48 PM
Joined: Jan 2006
Posts: 2,266
Likes: 1
Member
*****
OP Offline
Member
*****
Joined: Jan 2006
Posts: 2,266
Likes: 1
I can't find the command to input to use System Programmer on Windows 10 ?? HELP

Atcom VoIP Phones
VoIP Demo

Best VoIP Phones Canada


Visit Atcom to get started with your new business VoIP phone system ASAP
Turn up is quick, painless, and can often be done same day.
Let us show you how to do VoIP right, resulting in crystal clear call quality and easy-to-use features that make everyone happy!
Proudly serving Canada from coast to coast.

Steve Mull #621239 06/18/18 05:21 PM
Joined: Jul 2006
Posts: 2,713
Likes: 10
Admin
***
Offline
Admin
***
Joined: Jul 2006
Posts: 2,713
Likes: 10
Here ya go https://www.ebay.com/itm/Toshiba-Satellite-Pro-S300-EZ2501-Core-2-Duo-2GB-RAM-160GB-HDD-No-OS-i-5-13/163097154912?hash=item25f9591560:g:Km4AAOSwM99apoaW

This and a copy of Win XP works really well.

Everyone I know who works on ESI an XP box.

Carl

Steve Mull #621255 06/19/18 10:50 AM
Joined: Jun 2005
Posts: 2,702
Likes: 7
Member
Offline
Member
Joined: Jun 2005
Posts: 2,702
Likes: 7
I run a virtual machine with Windows XP on my laptop.

If you have Windows 10 Pro, you can run Hyper-V

For Windows 10 Home, there are various 3rd party virtual machine software, VMWare, or Virtual Box

You can actually get the VMWare Player for free:
https://www.vmware.com/products/player/faqs.html

Windows 7 pro had XP mode, but in Windows 10 you will need an XP key.
https://www.ebay.com/itm/Microsoft-Windows-XP-Professional-PRO-Version-2002-w-Product-Key-CD/302773182033?epid=2142868470&hash=item467eb01e51:g:o~gAAOSwc~xbJDgN


Steve Mull #621833 07/06/18 11:44 AM
Joined: Jun 2018
Posts: 6
Member
Offline
Member
Joined: Jun 2018
Posts: 6
Do you have access to ESI System Manager? ( ESM ) It will run on Windows 10 and is able to do anything System Programmer does.
It takes a little getting used to but works fine.

Steve Mull #622171 07/24/18 12:17 AM
Joined: Jul 2018
Posts: 4
Member
Offline
Member
Joined: Jul 2018
Posts: 4
Since you guys love the old programmer so much I got frustrated and poked around on it. If I can get some time and remember, I'll post a brief write up of what's wrong and the very simple solution. It does not require you to disable DEP, or change your OS around in any way. I've tested it so far on Windows 10 and 7 64 bit. No issues.

Last edited by Frodo Baggins; 07/24/18 12:17 AM.
Steve Mull #626603 01/01/19 01:58 PM
Joined: Jun 2014
Posts: 1
Member
Offline
Member
Joined: Jun 2014
Posts: 1
Frodo,

I just got a win 10 laptop and had the new programmer.... not to mention that it does not let you select trunk group access for users....
Any chance you can help me get programmer running on my win 10 laptop...

Thank you,

D rock

Steve Mull #633977 12/03/19 02:16 PM
Joined: Jul 2018
Posts: 4
Member
Offline
Member
Joined: Jul 2018
Posts: 4
I'm sorry for not coming back here sooner. Yes the old programmer software can be run on windows 10.
You have to change 1 byte in the EsiMain.exe file.


The byte at position DF(Hex)/223(Decimal) in the original file is 85(Hex)/133(Decimal).
Change the byte at position DF(Hex)/223(Decimal) to 84(Hex)/132(Decimal).

And it will work.
You can use a hex editor to do this, or this powershell script:



Put the following in a text file called PatchESI.ps1, and place this file and EsiMain.exe in the same folder for patching.

Code
$infile = "EsiMain.exe"
$outfile = "Temp.exe"
$byte = [Byte[]] (0x84)
$f = Get-Item $infile
$file = (Get-Content $infile -encoding byte)[0..222] + $byte + (Get-Content $infile -encoding byte)[224..$f.Length] | Set-Content $outfile -encoding byte
Rename-Item $infile ("$infile" + ".old")
Rename-Item $outfile ("$infile")





This error occurs because the IMAGE_DLLCHARACTERISTICS_NX_COMPAT Flag is set in the exe because of a compile error when they built it,
due to a change from Microsoft that broke some things.

Here is some background info:
https://blogs.msdn.microsoft.com/ed_maurer/2007/12/13/nxcompat-and-the-c-compiler/


Moderated by  5years&counting, nonameyet 

Link Copied to Clipboard
Forum Statistics
Forums84
Topics94,262
Posts638,696
Members49,757
Most Online5,661
May 23rd, 2018
Popular Topics(Views)
211,098 Shoretel
187,707 CTX100 install
186,794 1a2 system
Newest Members
BPopilek, Rich F, LewisR, TDKs79, Buttinset
49,757 Registered Users
Top Posters(30 Days)
dexman 18
Toner 14
TDKs79 8
Who's Online Now
1 members (Gary S.), 143 guests, and 247 robots.
Key: Admin, Global Mod, Mod
Contact Us | Sponsored by Atcom: One of the best VoIP Phone Canada Suppliers for your business telephone system!| Terms of Service

Sundance Communications is not affiliated with any of the above manufacturers. Sundance Phone System Forums - VOIP & Cloud Phone Help
©Copyright Sundance Communications 1998-2024
Powered by UBB.threads™ PHP Forum Software 7.7.5