pratyakshm / scripts

Automating stuff.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scripts

This repostiory contains scripts that I, or other people, have written in order to do either one or multiple of the following:

  1. Automate tasks

  2. Make life easier

Run these scripts:

1. Debloat-Samsung-OneUI-Core-3.1

Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://cutt.ly/MO2ZW72'))

2. Disable-VirtualizationBasedSecurity

Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://cutt.ly/PO2XiBb'))

3. Scheduled-Automatic-Theme-Switcher

Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://cutt.ly/dO2XcEg'))

About

Automating stuff.

License:GNU General Public License v3.0


Languages

Language:PowerShell 62.8%Language:Shell 26.1%Language:Batchfile 11.1%