first commit

This commit is contained in:
CronyAkatsuki 2021-07-30 14:29:03 +02:00
commit d9f5343d01
15 changed files with 64 additions and 0 deletions

1
adl.exe Symbolic link
View File

@ -0,0 +1 @@
../Users/Ivica/Documents/projects/py-adl/dist/adl.exe

11
clean_system.ps1 Normal file
View File

@ -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

2
ryzenadj-fluff.cmd Normal file
View File

@ -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

1
ryzenadj-fluff.ps1 Normal file
View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

2
ryzenadj-normal.cmd Normal file
View File

@ -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

1
ryzenadj-normal.ps1 Normal file
View File

@ -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

34
update_system.ps1 Normal file
View File

@ -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