Is it possible for mannequins to retain their armour when I quit my game? [duplicate]

Short answer: Wait for a mod.

Long answer: You can sort of wing it with with the console.

SAVE BEFORE YOU DO THIS IN CASE YOU DON'T LIKE THE RESULTS.

  1. Jump. Open the console mid-jump.
  2. player.placeatme 89a85 1

This creates a living mannequin NPC at your location. Did you know mannequins are actually NPCs with disabled animations? Creepy. Unfortunately, there is no way to attach the special script that mannequins have to the NPC you just created using the console. However:

First, open the console, click on the mannequin so that it's ID is shown:

  • The tai command will disable AI for the mannequin.
  • The openactorcontainer 1 command will show you the inventory
  • The sexchange command will flip the gender.

Note that since the mannequin lacks whatever mannequin script the real implementations use you will have to use openactorcontainer 1 to change out the inventory. In addition, weapons don't seem to show up on mannequins added this way.

You do this at your own risk, as we have no idea what kind of black magic the mannequin script contains to protect your items, make the weapons display, etc. The console is really for debugging the game, not editing the game.

Source.