From d9f5343d01fa857a860f0c64f8928a4c3d75367f Mon Sep 17 00:00:00 2001 From: CronyAkatsuki Date: Fri, 30 Jul 2021 14:29:03 +0200 Subject: [PATCH] first commit --- adl.exe | 1 + clean_system.ps1 | 11 +++++++++++ ryzenadj-fluff.cmd | 2 ++ ryzenadj-fluff.ps1 | 1 + ryzenadj-heavy gaming-pro.cmd | 2 ++ ryzenadj-heavy gaming-pro.ps1 | 1 + ryzenadj-heavy-gaming.cmd | 2 ++ ryzenadj-heavy-gaming.ps1 | 1 + ryzenadj-heavy-programs.cmd | 2 ++ ryzenadj-heavy-programs.ps1 | 1 + ryzenadj-light-gaming.cmd | 2 ++ ryzenadj-light-gaming.ps1 | 1 + ryzenadj-normal.cmd | 2 ++ ryzenadj-normal.ps1 | 1 + update_system.ps1 | 34 ++++++++++++++++++++++++++++++++++ 15 files changed, 64 insertions(+) create mode 120000 adl.exe create mode 100644 clean_system.ps1 create mode 100644 ryzenadj-fluff.cmd create mode 100644 ryzenadj-fluff.ps1 create mode 100644 ryzenadj-heavy gaming-pro.cmd create mode 100644 ryzenadj-heavy gaming-pro.ps1 create mode 100644 ryzenadj-heavy-gaming.cmd create mode 100644 ryzenadj-heavy-gaming.ps1 create mode 100644 ryzenadj-heavy-programs.cmd create mode 100644 ryzenadj-heavy-programs.ps1 create mode 100644 ryzenadj-light-gaming.cmd create mode 100644 ryzenadj-light-gaming.ps1 create mode 100644 ryzenadj-normal.cmd create mode 100644 ryzenadj-normal.ps1 create mode 100644 update_system.ps1 diff --git a/adl.exe b/adl.exe new file mode 120000 index 0000000..d804e2f --- /dev/null +++ b/adl.exe @@ -0,0 +1 @@ +../Users/Ivica/Documents/projects/py-adl/dist/adl.exe \ No newline at end of file diff --git a/clean_system.ps1 b/clean_system.ps1 new file mode 100644 index 0000000..314da18 --- /dev/null +++ b/clean_system.ps1 @@ -0,0 +1,11 @@ +Write-Host "" +Write-Host -ForegroundColor Green "Cleanup scoop packages" +Write-Host "" + +scoop cleanup * + +Write-Host "" +Write-Host -ForegroundColor Green "Cleaning chocolatey packages" +Write-Host "" + +sudo choco-cleaner \ No newline at end of file diff --git a/ryzenadj-fluff.cmd b/ryzenadj-fluff.cmd new file mode 100644 index 0000000..827ca12 --- /dev/null +++ b/ryzenadj-fluff.cmd @@ -0,0 +1,2 @@ +ryzenadj --slow-time=30 --vrmmax-current=30000 --max-gfxclk=550 --max-fclk-frequency=1200 --tctl-temp=70 --stapm-limit=5000 --stapm-time=150 --fast-limit=7000 --slow-limit=6000 +pause \ No newline at end of file diff --git a/ryzenadj-fluff.ps1 b/ryzenadj-fluff.ps1 new file mode 100644 index 0000000..6119377 --- /dev/null +++ b/ryzenadj-fluff.ps1 @@ -0,0 +1 @@ +sudo ryzenadj --slow-time=30 --vrmmax-current=30000 --max-gfxclk=550 --max-fclk-frequency=1200 --tctl-temp=70 --stapm-limit=5000 --stapm-time=150 --fast-limit=7000 --slow-limit=6000 \ No newline at end of file diff --git a/ryzenadj-heavy gaming-pro.cmd b/ryzenadj-heavy gaming-pro.cmd new file mode 100644 index 0000000..e0eed46 --- /dev/null +++ b/ryzenadj-heavy gaming-pro.cmd @@ -0,0 +1,2 @@ +ryzenadj --slow-time=60 --vrmmax-current=70000 --max-gfxclk=900 --max-fclk-frequency=1200 --tctl-temp=89 --stapm-limit=30000 --stapm-time=1000 --fast-limit=35000 --slow-limit=33000 +pause \ No newline at end of file diff --git a/ryzenadj-heavy gaming-pro.ps1 b/ryzenadj-heavy gaming-pro.ps1 new file mode 100644 index 0000000..108e5e3 --- /dev/null +++ b/ryzenadj-heavy gaming-pro.ps1 @@ -0,0 +1 @@ +sudo ryzenadj --slow-time=60 --vrmmax-current=70000 --max-gfxclk=900 --max-fclk-frequency=1200 --tctl-temp=89 --stapm-limit=30000 --stapm-time=1000 --fast-limit=35000 --slow-limit=33000 diff --git a/ryzenadj-heavy-gaming.cmd b/ryzenadj-heavy-gaming.cmd new file mode 100644 index 0000000..34fce97 --- /dev/null +++ b/ryzenadj-heavy-gaming.cmd @@ -0,0 +1,2 @@ +ryzenadj --slow-time=60 --vrmmax-current=60000 --max-gfxclk=900 --max-fclk-frequency=1200 --tctl-temp=70 --stapm-limit=20000 --stapm-time=1000 --fast-limit=25000 --slow-limit=21000 +pause \ No newline at end of file diff --git a/ryzenadj-heavy-gaming.ps1 b/ryzenadj-heavy-gaming.ps1 new file mode 100644 index 0000000..70b552f --- /dev/null +++ b/ryzenadj-heavy-gaming.ps1 @@ -0,0 +1 @@ +sudo ryzenadj --slow-time=60 --vrmmax-current=60000 --max-gfxclk=900 --max-fclk-frequency=1200 --tctl-temp=70 --stapm-limit=20000 --stapm-time=1000 --fast-limit=25000 --slow-limit=21000 \ No newline at end of file diff --git a/ryzenadj-heavy-programs.cmd b/ryzenadj-heavy-programs.cmd new file mode 100644 index 0000000..a8353f9 --- /dev/null +++ b/ryzenadj-heavy-programs.cmd @@ -0,0 +1,2 @@ +ryzenadj --slow-time=60 --vrmmax-current=60000 --max-gfxclk=900 --max-fclk-frequency=1200 --tctl-temp=75 --stapm-limit=25000 --stapm-time=1000 --fast-limit=30000 --slow-limit=27000 +pause \ No newline at end of file diff --git a/ryzenadj-heavy-programs.ps1 b/ryzenadj-heavy-programs.ps1 new file mode 100644 index 0000000..2105052 --- /dev/null +++ b/ryzenadj-heavy-programs.ps1 @@ -0,0 +1 @@ +sudo ryzenadj --slow-time=60 --vrmmax-current=60000 --max-gfxclk=900 --max-fclk-frequency=1200 --tctl-temp=75 --stapm-limit=25000 --stapm-time=1000 --fast-limit=30000 --slow-limit=27000 \ No newline at end of file diff --git a/ryzenadj-light-gaming.cmd b/ryzenadj-light-gaming.cmd new file mode 100644 index 0000000..8bec70c --- /dev/null +++ b/ryzenadj-light-gaming.cmd @@ -0,0 +1,2 @@ +ryzenadj --slow-time=30 --vrmmax-current=35000 --max-gfxclk=900 --max-fclk-frequency=1200 --tctl-temp=65 --stapm-limit=10000 --stapm-time=300 --fast-limit=12000 --slow-limit=11000 +pause \ No newline at end of file diff --git a/ryzenadj-light-gaming.ps1 b/ryzenadj-light-gaming.ps1 new file mode 100644 index 0000000..a337b8b --- /dev/null +++ b/ryzenadj-light-gaming.ps1 @@ -0,0 +1 @@ +sudo ryzenadj --slow-time=30 --vrmmax-current=35000 --max-gfxclk=900 --max-fclk-frequency=1200 --tctl-temp=65 --stapm-limit=10000 --stapm-time=300 --fast-limit=12000 --slow-limit=11000 \ No newline at end of file diff --git a/ryzenadj-normal.cmd b/ryzenadj-normal.cmd new file mode 100644 index 0000000..0bf15c7 --- /dev/null +++ b/ryzenadj-normal.cmd @@ -0,0 +1,2 @@ +ryzenadj --slow-time=30 --vrmmax-current=30000 --max-gfxclk=900 --max-fclk-frequency=1200 --tctl-temp=60 --stapm-limit=10000 --stapm-time=300 --fast-limit=12000 --slow-limit=11000 +pause \ No newline at end of file diff --git a/ryzenadj-normal.ps1 b/ryzenadj-normal.ps1 new file mode 100644 index 0000000..bee5f19 --- /dev/null +++ b/ryzenadj-normal.ps1 @@ -0,0 +1 @@ +sudo ryzenadj --slow-time=30 --vrmmax-current=30000 --max-gfxclk=900 --max-fclk-frequency=1200 --tctl-temp=60 --stapm-limit=10000 --stapm-time=300 --fast-limit=12000 --slow-limit=11000 \ No newline at end of file diff --git a/update_system.ps1 b/update_system.ps1 new file mode 100644 index 0000000..c200cea --- /dev/null +++ b/update_system.ps1 @@ -0,0 +1,34 @@ +Write-Host "" +Write-Host -ForegroundColor Green "Updating scoop packages" +Write-Host "" +scoop update * + +Write-Host "" +Write-Host "" +Write-Host -ForegroundColor Green "Updating chocolatey packages" +Write-Host "" +sudo choco upgrade all -y + +Write-Host "" +Write-Host "" +Write-Host -ForegroundColor Green "Updating python packages" +Write-Host "" +pip freeze | ForEach-Object{$_.split('==')[0]} | ForEach-Object{pip install --upgrade $_} + +Write-Host "" +Write-Host "" +Write-Host -ForegroundColor Green "Updating anime downloader from github" +pip3 install -U git+https://github.com/vn-ki/anime-downloader.git --user +Write-Host "" + +Write-Host "" +Write-Host "" +Write-Host -ForegroundColor Green "Update flutter" +flutter upgrade +Write-Host "" + +Write-Host "" +Write-Host "" +write-host -ForegroundColor Green "Check for windows updates" +Write-Host "" +C:\Windows\System32\control.exe /name Microsoft.WindowsUpdate \ No newline at end of file