SHChangeNotifyUnregister

[DllImport("shell32.dll")]
public static extern bool SHChangeNotifyUnregister(
   uint hNotify
);

Microsoft documentation: Link

Last updated