Jump to content
View in the app

A better way to browse. Learn more.

WinCert.net Forums

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.

Possibility to make the start of WinTookitRunceOnce.exe at RunOnceEx invisible

Featured Replies

Posted

Hi Liam. Is there a possible way to make this window that shows all programs that will be installed during RunOnceEx invisible ?

 

thought about just deleting this registry key which i copy & paste from registry log of WinToolkit : HKEY_LOCAL_MACHINE\WIM_Software\Microsoft\Windows\CurrentVersion\RunOnceEx\001 | =Win Toolkit RunOnce | String

 

maybe it's possible to make it visible or invisible via checkbox in WinToolkit's settings ?

 

  • Author

It' more about cosmetic. this window stays the whole time. your silent-installer opens, but the window still stays in background. would be nicer look if it doesn't stay after Silent-Installer had started.

  • Author

if it's possible anyway to make it invisible, could be advantage to have the choice. visible for debugging or testing reasons. invisible for nicer look.

  • Author
Hi Liam. After some testings with Setupcomplete i found this out:

 

First I prevent the regular start you implemented it with deleting this registry key:

 

REG DELETE HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx /f

 

-------

 

Then i add this registry key:

 

REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\050 /VE /D "WinToolkit RunOnce" /f

if exist %WINDIR%\System32\WinToolkitRunOnce.exe REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\050 /V 1 /D "%WINDIR%\System32\WinToolkitRunOnce.exe" /f

 

It shows similar to your way. The window is shown.

 

-------

 

In next test i added ONLY this reg key:

 

if exist %WINDIR%\System32\WinToolkitRunOnce.exe REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\050 /V 1 /D "%WINDIR%\System32\WinToolkitRunOnce.exe" /f

 

 

... and what happens ?!? there is no window which is interfering the optical beauty  :)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

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.