It is possible to keep Windows Fast Startup enabled for shutdowns but remove "Hibernate" as a shutdown option by running the elevated command powercfg /h /type reduced, but what about the opposite? I want to disable Fast Startup, so that a normal shutdown (e.g. shutdown /s) is truly a full shutdown, with no kernel hiberfil. However, I would like to keep the option to Hibernate the PC (e.g. shutdown /h), in which case obviously a hiberfil would be created for both the kernel and the user session.
Is this possible?