Snow Posted March 28, 2014 Posted March 28, 2014 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 ? Quote
Snow Posted March 28, 2014 Author Posted March 28, 2014 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. Quote
Snow Posted March 28, 2014 Author Posted March 28, 2014 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. Quote
Thiersee Posted March 28, 2014 Posted March 28, 2014 Hi Liam. Is there a possible way to make this window that shows all programs that will be installed during RunOnceEx invisible ?.....Or at least to minimize it. Quote
Snow Posted March 28, 2014 Author Posted March 28, 2014 @Thierseeyes i would be satisfied, if at least minimizing this thing is possible Quote
Snow Posted April 4, 2014 Author Posted April 4, 2014 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" /fif 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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.