A simple way to render images without displaying them?

I am using pvpython to do some scripting. I am loading a state file and rendering images. Can I do this easily on a windows pc without it showing up?

Kind regards

SaveScreenshot ?

It is an animation though, sorry, I was not clear enough. I am using:

# save animation
		SaveAnimation(save_folder_name, renderView1, ImageResolution=[3840, 2160],
			FrameRate=60,
			FrameWindow=[0, 10])#endframe_n])

Would saving individual screenshots be better? This just seems like the right thing to do, I hoped there was a switch like, “render graphics, but don’t shown on screen”

Kind regards

Kind of found it:

But I wondered if I could pass this from a python script instead

Kind regards