YogeshxSaini / automatedScripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

automatedScripts

Invoke-WebRequest -Uri 'https://github.com/YogeshxSaini/automatedScripts/raw/main/setup.ps1' -OutFile 'setup.ps1'; Invoke-WebRequest -Uri 'https://github.com/YogeshxSaini/automatedScripts/raw/main/windows.py' -OutFile 'windows.py'; Invoke-WebRequest -Uri 'https://github.com/YogeshxSaini/automatedScripts/raw/main/mobile.py' -OutFile 'mobile.py'; .\setup.ps1

Disable Antivirus

Set-MpPreference -DisableRealtimeMonitoring $true

Enable execution of scripts

Set-ExecutionPolicy -ExecutionPolicy Unrestricted

newSetup.ps1

Invoke-WebRequest -Uri 'https://github.com/YogeshxSaini/automatedScripts/raw/main/newSetup.ps1' -OutFile 'newSetup.ps1'; .\newSetup.ps1

windows.py

Invoke-WebRequest -Uri 'https://github.com/YogeshxSaini/automatedScripts/raw/main/windows.py' -OutFile 'windows.py'; python windows.py

mobile.py

Invoke-WebRequest -Uri 'https://github.com/YogeshxSaini/automatedScripts/raw/main/mobile.py' -OutFile 'mobile.py'; python mobile.py

svip.py

Invoke-WebRequest -Uri 'https://github.com/YogeshxSaini/automatedScripts/raw/main/svip.py' -OutFile 'svip.py'; python svip.py

install_selenium.sh

bash <(curl -s https://raw.githubusercontent.com/YogeshxSaini/automatedScripts/main/install_selenium.sh)

Run on Linux

python3 <(curl -s https://raw.githubusercontent.com/YogeshxSaini/automatedScripts/main/svip.py)

setup2.py

Invoke-WebRequest -Uri 'https://github.com/YogeshxSaini/automatedScripts/raw/main/setup2.ps1' -OutFile 'setup2.ps1'; .\setup2.ps1

About


Languages

Language:Python 71.6%Language:PowerShell 22.5%Language:Shell 5.9%