Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pratyakshm/scripts

Automating stuff.
https://github.com/pratyakshm/scripts

Last synced: about 1 month ago
JSON representation

Automating stuff.

Awesome Lists containing this project

README

        

# 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'))
```