Can a pure pnp-driver be a Dynamically loadable and unloadable module?

Hello All,

The disk filter driver, whose start type is ‘0’, makes him a boot time start driver and requires a reboot. Now, if changes its start type to ‘3.’ the driver binary is copied to the driver folder, but the driver is not loaded into memory. For a POC, if not creating any device object in AddDevice(), the driver should be loadable dynamically, right?

Thank you all for your valuable comments in advance.