Jump to content

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


Snow

Recommended Posts

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 ?

 

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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  :)
Link to comment
Share on other sites

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

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...