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.

Reg Organizer 2.1 ?

Featured Replies

  • Author

mazin, i've juste tested it and it works perfectly !

excellent :)

thank you for your great help !

maybe you should add your J.S. method for Reg Organizer in the "switch topic" ?


mazin, i've juste tested it and it works perfectly !

excellent  :)

Have Phun!

FYI, there's now v2.2.

  • Author

EDIT :

yes, i tested it in Windows, but i've juste tested it using VMware and i had the same error again :)

"please use the control panel to install and configure system components"

i made my unattended XP using RunOnceEx, and the installation of RegOrganizer fail with your JS using RunOnceEx.

using directly your JS file in Windows, it works perfectly.

have you an idea ?

here is what i use :

- runonceex code

REG ADD %KEY%\077 /VE /D "Reg Organizer 2.1" /f
REG ADD %KEY%\077 /V 1 /D "%systemdrive%\Hotfixes\RegOrganizer\regorg_install.cmd" /f

- "regorg_install.cmd"

cmdow @ /HID
@echo off

echo Installation de Reg Organizer 2.1
start /wait %systemdrive%\Hotfixes\RegOrganizer\regorg_install.js
echo OK.

EXIT

- "regorg_install.js" (your JS file, i change the 30000 value to 20000)

function getWin(win, inc)
{
var cntr = 0;
while (!WshShell.AppActivate(win))
{
if (cntr==12) return true;
cntr++;
WScript.Sleep(inc);
}
return true;
}
var WshShell = new ActiveXObject("WScript.Shell");
var Run = WshShell.Run("setup.exe");
{
WScript.Sleep(2000);
getWin("Installing Reg Organizer", 500);
WshShell.SendKeys ("{ENTER}");
WScript.Sleep(500);
WshShell.SendKeys (" ");
WScript.Sleep(500);
WshShell.SendKeys ("{ENTER}");
WScript.Sleep(500);
WshShell.SendKeys ("{ENTER}");
WScript.Sleep(500);
WshShell.SendKeys ("{ENTER}");
WScript.Sleep(20000);
WshShell.SendKeys ("{ENTER}");
WScript.Sleep(500);
WshShell.SendKeys ("{ENTER}");
WScript.Sleep(3000);
WshShell.SendKeys ("%{F4}");
}
WScript.quit();

Please note that even if i don't use regorg_install.cmd but directly regorg_install.js, i have the same error.

I posted it saying that you were to test it, but not how to apply it unattendedly.

No problem! To apply it unattendedly, change this line in your JS:

From:

var Run = WshShell.Run("setup.exe");

To:

var Run = WshShell.Run("%systemdrive%\\Hotfixes\\RegOrganizer\\setup.exe");

I assume you put setup.exe in the above path.

  • Author
I posted it saying that you were to test it, but not how to apply it unattendedly.

No problem! To apply it unattendedly, change this line in your JS:

From:

var Run = WshShell.Run("setup.exe");

To:

var Run = WshShell.Run("%systemdrive%\\Hotfixes\\RegOrganizer\\setup.exe");

I assume you put setup.exe in the above path.

yes,

setup.exe is in %systemdrive%\Hotfixes\RegOrganizer\

i made the modification in your JS, i'll test it using VMware in 1-2 hours.

  • Author

@mazin :

ok it's perfectly working :rolleyes:

thank you very much.

:)

@mazin :

ok it's perfectly working :D

thank you very much.

:)

Yeah...But please don't change your mind again! :rolleyes:

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.