Skip to content

Commit

Permalink
v4.7.1
Browse files Browse the repository at this point in the history
- Nothing of mine is hosted in the script anymore
  • Loading branch information
caglaryalcin committed Jul 3, 2024
1 parent 49e4e7f commit 13e7d6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,14 +217,6 @@ This script allows Windows 1x users to control data collection, privacy and secu

</details>

My custom configs and drivers

> [!WARNING]
> When this question is asked, you must answer by saying <kbd>n</kbd>. Because the settings here
are my specific settings.

![](https://github.com/caglaryalcin/caglaryalcin/blob/main/after-format/6.png)

## Start the script

####
Expand All @@ -237,4 +229,4 @@ are my specific settings.
```powershell
iwr "set.caglaryalcin.com" -UseB | iex
```
```
10 changes: 1 addition & 9 deletions resume.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -1379,8 +1379,6 @@ Function Restart {
$response = Read-Host

if ($response -eq 'y' -or $response -eq 'Y') {
Remove-Item C:\Asus -recurse -ErrorAction SilentlyContinue

cmd.exe /c "shutdown /r /t 0"
}
elseif ($response -eq 'n' -or $response -eq 'N') {
Expand All @@ -1392,10 +1390,4 @@ Function Restart {

}

Restart

Function MySettings {
Invoke-WebRequest "https://caglaryalcin.com/mysettings" -UseB | Invoke-Expression
}

MySettings
Restart

0 comments on commit 13e7d6a

Please sign in to comment.