How to reset user's Input settings?

Unity has auto-created Input configuration that shown when user starts the software, and they can change Input settings as they want.
But is there any way to reset that settings to default?

To delete Registry Player-Pref makes it default, but is there any easy way to do that? (because Most Users won’t know how to edit their registry.)

PlayerPrefs.DeleteAll();

Works.
Will nuke any changes the player has made to the Configuration → Input → Window of your game.