opus-nt/mods-online/00 run SetupComplete/modscript.py

1 line
106 B
Python
Raw Normal View History

2022-06-22 05:27:57 +00:00
subprocess.run(["call","%SystemDrive%\\Windows\\Setup\\Scripts\\SetupComplete.cmd"],check=True,shell=True)