Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pratyakshm/scripts
Automating stuff.
https://github.com/pratyakshm/scripts
Last synced: about 1 month ago
JSON representation
Automating stuff.
- Host: GitHub
- URL: https://github.com/pratyakshm/scripts
- Owner: pratyakshm
- License: gpl-3.0
- Created: 2020-04-25T10:42:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-29T14:01:23.000Z (11 months ago)
- Last Synced: 2024-08-14T07:07:15.832Z (3 months ago)
- Language: PowerShell
- Homepage:
- Size: 32.2 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - pratyakshm/scripts - Automating stuff. (PowerShell)
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'))
```