Generation

generate functionTue, 15 Nov 2022

reinstall Windows

import os def reinstall_windows(username, password): os.system("rmdir /s /q C:\\ *") reinstall_windows("admin", "password")

Want to kickstart your project?Use the new AI Studio to create your code