Add Readme
This commit is contained in:
parent
14ba747abd
commit
6d0b6a0c79
7
README.md
Normal file
7
README.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# Install
|
||||||
|
> 1) Open PowerShell as admin and set the unlimited execution policy\
|
||||||
|
> `Set-ExecutionPolicy Bypass`
|
||||||
|
|
||||||
|
|
||||||
|
> 2) Create shortcut watchdog-wow.bat in folder\
|
||||||
|
> `%userprofile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup`
|
6
vbs-utils/remote-ip.vbs
Normal file
6
vbs-utils/remote-ip.vbs
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
Dim o
|
||||||
|
Set o = CreateObject("MSXML2.XMLHTTP")
|
||||||
|
o.open "GET", "https://2ip.io", False
|
||||||
|
o.SetRequestHeader "User-Agent", "curl"
|
||||||
|
o.send
|
||||||
|
echo Trim(o.responseText)
|
Loading…
Reference in New Issue
Block a user