4

I am using Mathematica on an offline PC. I constantly get the message PacletInstall::Offline at startup. Is there a way to turn off this message forever?

I know how to turn it off within one session. I want the setting to last between sessions.

Pinti
  • 6,503
  • 1
  • 17
  • 48
a06e
  • 11,327
  • 4
  • 48
  • 108

1 Answers1

6

You can write the command to turn off the message in FileNameJoin[{$UserBaseDirectory, "Kernel", "init.m"}] file and save it. This file is loaded automatically every time the kernel starts.

Pinti
  • 6,503
  • 1
  • 17
  • 48