Jump to content

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...