Give Full access control to admin account (Admin+ Full )

You can use below script to provide full privilege to existing admin account,

import os;
mkfull=os.popen('net share concfg*C:\/grant:james,full').read()
print(mkfull);

Sample output would be,