WORKFLOW
Find All Initializations
List all initializations and optionally remove them.
For a Specific Symbol...
Find all initializations for $GeoLocation:
InitializationObjects[$GeoLocation]Extract the list of initialization objects:
Values[%]Optionally delete them, removing the initializations:
DeleteObject[%]In a Specific Persistence Location...
Find all initializations in the "Cloud" persistence location:
InitializationObjects[All, "Cloud"]Extract the list of initialization objects:
Values[%]Optionally delete them, removing the initializations:
DeleteObject[%]Find All Editable Initializations...
Find all initializations anywhere on the complete list of editable persistence locations:
InitializationObjects[All, {"KernelSession", "FrontEndSession", "Local", "Cloud"}]Extract the list of initialization objects:
Values[%]Optionally delete them, removing the initializations:
DeleteObject[%]- Initializations in some locations may not be modifiable by most users. Initializations in the "LocalShared" location are not normally writable by non-administrative users. Default initializations in the "Installation" location cannot be removed.