Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

UltraISO 7.2.5.923 Media Edition

Featured Replies

Here's how I installed and registered UltraISO 7.2.5 Build 923 Media Edition.

Put the following files in this directory: X:\XPCD\$OEM$\$1\Install\UISO7ME\

1- UISO7ME.exe (renamed installer)

2- UISO7ME.js

cls

@echo off

ECHO.

ECHO UltraISO 7.2.5.923 Media Edition

start /wait %systemdrive%\Install\UISO7ME\UISO7ME.exe /VERYSILENT /SP-

start /wait %systemdrive%\Install\UISO7ME\UISO7ME.js

DEL %UserProfile%\Desktop\UltraISO.lnk

EXIT

var WshShell = WScript.CreateObject ("WScript.Shell");

WshShell.RUN ("\"%systemdrive%\\Program Files\\UltraISO\\UltraISO.exe\"");

WScript.Sleep(2000);

WshShell.AppActivate("Welcome");

WScript.Sleep(200);

WshShell.SendKeys ("{TAB}");

WScript.Sleep(200);

WshShell.SendKeys ("{ENTER}");

WScript.Sleep(500);

WshShell.AppActivate("Registration");

WScript.Sleep(500);

WshShell.SendKeys ("your name");//keep the quotes even if your name has no spacing

WScript.Sleep(200);

WshShell.SendKeys ("{TAB}");

WScript.Sleep(200);

WshShell.SendKeys ("xxxx");//1st part of your serial

WScript.Sleep(200);

WshShell.SendKeys ("xxxx");//2nd part of your serial

WScript.Sleep(200);

WshShell.SendKeys ("xxxx");//3rd part of your serial

WScript.Sleep(200);

WshShell.SendKeys ("xxxx");//4th part of your serial

WScript.Sleep(200);

WshShell.SendKeys ("{ENTER}");

WScript.Sleep(500);

WshShell.SendKeys ("{ENTER}");

That's good mazin. I just import my registration info to the registry and it works fine. I would rather use an autoit script anyway if importing my reg file didn't work. I'm sure it will be helpful for some.

  • Author

I don't know if registration is machine specific. So, that script is safe whatever the case is.

@Mazin

I understand. I been keeping tabs of UltraISO registration. At one point you had to use a script (not too long ago) but with this version you can do both importing the reg info and the script.

drthawhizkid is right

Just Install Ultraiso and save this registration info into reg file. ( This registration is not the same as your serial)

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\EasyBoot Systems\UltraISO\5.0]
"Language"="1033"
"UserName"="XXXXX"
"Registration"="XXXXXXXXXXXX"

Just install Ultraiso and then import this info. Works on different machines.

  • Author

Thank you both for confirmation.

One of my bad habits :P is that I read much before doing new things on my PC. I've read about 5 or 6 topics and found a complaint about reg is machine specific!

So, I decided not to continue complaining like others did! B) And, I found it safe to use a script.

But since there are now two confirmations, I must surrender :lol: ! I'll use a reg next installation.

Thanks.

The registration WAS machine specific until some recent build of v7.23 it seems. I just tried it with the new one and it's working fine too :)

  • Author

Thank you, too, crahak.

I confess: I'm now polite, DADs, and I'll use that reg file. :lol:

  • 1 month later...

The Serial is encrypted but it is the same on all computers so you can just export registry entries from installed one.

But it is for only current user. If you want to make registration for all new users. You must do registry import during install in cmdlines.txt or import registry for default user.

If you want to know how to import registry for default user after install ask me and I will explain.

your too late ... totoymola has already written a guide on how to do it.

pls use the search function.

He is wrong about using SID, because it is different on all machines.

And my post is specially for making it registered for all users, in order not to enter registration info for every new user.

Look at this

It is true that the serial is encrypted, but NOT machine dependent. And the important part of the regfile is the [HKEY_USERS\S-1-5-21-299502267-179605362-725345543-1003\Software\EasyBoot Systems\UltraISO\5.0]. Without this, your version will not be registered.

HKEY_USERS\S-1-5-21-299502267-179605362-725345543-1003

do you have such key in your registry???

it is different on every PC.

All i know is that it works for a lot of people. why dont u make a guide so we can checkout what u did.

do hv u installed it with using the registry key?

hehehheeheh

just how many machines have u test your method on?

@ankap

do you have such key in your registry???

it is different on every PC.

I guess you are right. But what I mean is export a key similar to that. That way, it will work on your pc for sure. I assume you are just using your software on your computer only. You can't install a program with a single serial on different machines anyway. Isn't that illegal? I don't know if EZB Systems sells volume license keys.

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.