Skip to content
Jorgen Lundman edited this page Oct 12, 2025 · 1 revision

Automatically importing pools

Currently the OpenZFS on Windows Installer will also install the zed Service, which has zedlets script that are run when certainly events are triggered.

One of these events are system_boot.ps1 system_boot.ps1

which will automatically import any pools listed in the zpool.cache file. This file is automatically updated when you import a pool.

To stop automatic importing of a pool at boot, you can edit system_boot.ps1 and comment out the import line.

Clone this wiki locally