How to do some cleanup action when PC shutdown?

I want do some cleanup action in my disk driver.
I try to add the cleanup action at IRP_MJ_CLOSE, IRP_MJ_POWER,
IRP_MJ_SHUTDOWN, IRP_MJ_FLUSH_BUFFERS, but nothing works.

How should I do if I want to some cleanup action at my disk driver?

> I try to add the cleanup action at IRP_MJ_CLOSE, IRP_MJ_POWER,

IRP_MJ_SHUTDOWN, IRP_MJ_FLUSH_BUFFERS, but nothing works.

IoRegisterShutdownNotification

L.