Skip to main content
13-Aquamarine
May 13, 2020
Solved

Need to prevent Very Slow Creo Parametric 7 splash screens

  • May 13, 2020
  • 1 reply
  • 2889 views

Just installed Creo Parametric 7.0.0.0

 

Launches OK but I need to be able to prevent the internal browser from displaying all of the pages for learning tips, Punditas services, etc.  I am getting an unacceptable amount of delay until all of those pages load.

 

Help!

Note that I already have web_browser_homepage about:blank in our config.sup. 

 

Barry

Best answer by MartinHanak

@barryschaeffer1 wrote:

Just installed Creo Parametric 7.0.0.0

 

Launches OK but I need to be able to prevent the internal browser from displaying all of the pages for learning tips, Punditas services, etc.  I am getting an unacceptable amount of delay until all of those pages load.

 

Help!

Note that I already have web_browser_homepage about:blank in our config.sup. 

 

Barry


Hi,

use following config.pro options

enable_3dmodelspace_browser_tab no
enable_partcommunity_tab no
enable_resource_browser_tab no
enable_punditas_browser_tab no

 

1 reply

24-Ruby III
May 13, 2020

@barryschaeffer1 wrote:

Just installed Creo Parametric 7.0.0.0

 

Launches OK but I need to be able to prevent the internal browser from displaying all of the pages for learning tips, Punditas services, etc.  I am getting an unacceptable amount of delay until all of those pages load.

 

Help!

Note that I already have web_browser_homepage about:blank in our config.sup. 

 

Barry


Hi,

use following config.pro options

enable_3dmodelspace_browser_tab no
enable_partcommunity_tab no
enable_resource_browser_tab no
enable_punditas_browser_tab no

 

13-Aquamarine
May 13, 2020

Thanks!  Worked beautifully.

 

Barry