first commit
This commit is contained in:
commit
d9f5343d01
1
adl.exe
Symbolic link
1
adl.exe
Symbolic link
@ -0,0 +1 @@
|
||||
../Users/Ivica/Documents/projects/py-adl/dist/adl.exe
|
11
clean_system.ps1
Normal file
11
clean_system.ps1
Normal 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
2
ryzenadj-fluff.cmd
Normal 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
1
ryzenadj-fluff.ps1
Normal 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
|
2
ryzenadj-heavy gaming-pro.cmd
Normal file
2
ryzenadj-heavy gaming-pro.cmd
Normal 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
|
1
ryzenadj-heavy gaming-pro.ps1
Normal file
1
ryzenadj-heavy gaming-pro.ps1
Normal 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
|
2
ryzenadj-heavy-gaming.cmd
Normal file
2
ryzenadj-heavy-gaming.cmd
Normal 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
|
1
ryzenadj-heavy-gaming.ps1
Normal file
1
ryzenadj-heavy-gaming.ps1
Normal 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
|
2
ryzenadj-heavy-programs.cmd
Normal file
2
ryzenadj-heavy-programs.cmd
Normal 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
|
1
ryzenadj-heavy-programs.ps1
Normal file
1
ryzenadj-heavy-programs.ps1
Normal 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
|
2
ryzenadj-light-gaming.cmd
Normal file
2
ryzenadj-light-gaming.cmd
Normal 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
|
1
ryzenadj-light-gaming.ps1
Normal file
1
ryzenadj-light-gaming.ps1
Normal 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
2
ryzenadj-normal.cmd
Normal 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
1
ryzenadj-normal.ps1
Normal 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
34
update_system.ps1
Normal 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
|
Loading…
Reference in New Issue
Block a user