This commit is contained in:
cronyakatsuki 2022-02-26 10:33:50 +01:00
parent 56c0edfedb
commit 70de71a496
19 changed files with 24 additions and 24 deletions

View File

@ -38,8 +38,6 @@ if (test-path C:\ProgramData\Microsoft\Windows\WER) {Get-ChildItem -Path C:\Prog
Write-Host "" Write-Host ""
Write-host -ForegroundColor Green "Removing System and User Temp Files" Write-host -ForegroundColor Green "Removing System and User Temp Files"
Write-Host "" Write-Host ""
Write-Host -ForegroundColor Yellow "Removing windir minidump"
Remove-Item -Path "$env:windir\minidump\*" -Force -Recurse
Write-Host -ForegroundColor Yellow "Removing prefetch" Write-Host -ForegroundColor Yellow "Removing prefetch"
Remove-Item -Path "$env:windir\Prefetch\*" -Force -Recurse Remove-Item -Path "$env:windir\Prefetch\*" -Force -Recurse
Write-Host -ForegroundColor Yellow "Removing local microsoft junk" Write-Host -ForegroundColor Yellow "Removing local microsoft junk"
@ -50,9 +48,9 @@ Write-Host ""
Remove-Item -Path "C:\Users\*\AppData\Local\Microsoft\Windows\IEDownloadHistory\*" -Force -Recurse Remove-Item -Path "C:\Users\*\AppData\Local\Microsoft\Windows\IEDownloadHistory\*" -Force -Recurse
Remove-Item -Path "C:\Users\*\AppData\Local\Microsoft\Windows\INetCache\*" -Force -Recurse Remove-Item -Path "C:\Users\*\AppData\Local\Microsoft\Windows\INetCache\*" -Force -Recurse
Remove-Item -Path "C:\Users\*\AppData\Local\Microsoft\Windows\INetCookies\*" -Force -Recurse Remove-Item -Path "C:\Users\*\AppData\Local\Microsoft\Windows\INetCookies\*" -Force -Recurse
Remove-Item -Path "C:\Users\*\AppData\Local\Microsoft\Terminal Server Client\Cache\*" -Force -Recurse Remove-Item -Path "C:\Users\*\AppData\Local\Microsoft\Terminal Server Client\Cache\*" -Force -Recurse
Write-Host -ForegroundColor Yellow "Removing temp files" Write-Host -ForegroundColor Yellow "Removing temp files"
sudo Remove-Item -Path "C:\Users\*\AppData\Local\Temp" -Force -Recurse sudo Remove-Item -Path "C:\Users\*\AppData\Local\Temp" -Force -Recurse
sudo Remove-Item -Path "$env:windir\Temp\*" -Force -Recurse sudo Remove-Item -Path "$env:windir\Temp\*" -Force -Recurse
Write-Host "" Write-Host ""

View File

@ -1,5 +1,7 @@
using namespace System.Management.Automation using namespace System.Management.Automation
powerfetch.ps1
Import-Module PSReadLine Import-Module PSReadLine
$versionMinimum = [Version]'7.1.999' $versionMinimum = [Version]'7.1.999'
@ -90,7 +92,7 @@ function ytvf {
} }
function download { function download {
cd ~\Downloads Set-Location ~\Downloads
aria2c -j 16 -s 16 -x 16 -k 5M --file-allocation=none $args[0] aria2c -j 16 -s 16 -x 16 -k 5M --file-allocation=none $args[0]
} }
@ -102,5 +104,3 @@ Set-Alias -Name ls -Value lsPretty
Set-Alias -Name grep -Value rg Set-Alias -Name grep -Value rg
Set-Alias -Name ln -Value mklink Set-Alias -Name ln -Value mklink
Set-Alias -Name vi -Value nvim-qt Set-Alias -Name vi -Value nvim-qt
powerfetch.ps1

View File

@ -1,2 +1,2 @@
ryzenadj --slow-time=60 --vrmmax-current=70000 --tctl-temp=90 --stapm-limit=20000 --stapm-time=1000 --fast-limit=25000 --slow-limit=21000 --max-performance ryzenadj --slow-time=60 --vrmmax-current=70000 --tctl-temp=85 --stapm-limit=35000 --stapm-time=1000 --fast-limit=50000 --slow-limit=48000 --max-performance
pause pause

View File

@ -0,0 +1,2 @@
@echo off
ryzenadj --slow-time=60 --vrmmax-current=40000 --tctl-temp=70 --stapm-limit=10000 --stapm-time=1000 --fast-limit=16000 --slow-limit=13000 --max-performance

View File

@ -1,2 +0,0 @@
@echo off
ryzenadj --slow-time=60 --vrmmax-current=55000 --tctl-temp=90 --stapm-limit=30000 --stapm-time=1000 --fast-limit=35000 --slow-limit=33000 --max-performance

2
ryzenadj/coj-juarez.cmd Normal file
View File

@ -0,0 +1,2 @@
@echo off
ryzenadj --slow-time=60 --vrmmax-current=35000 --tctl-temp=75 --stapm-limit=12000 --stapm-time=1000 --fast-limit=12000 --slow-limit=12000 --max-performance

2
ryzenadj/control.cmd Normal file
View File

@ -0,0 +1,2 @@
@echo off
ryzenadj --slow-time=60 --vrmmax-current=44000 --tctl-temp=80 --stapm-limit=14000 --stapm-time=1000 --fast-limit=18000 --slow-limit=16000 --max-performance

View File

@ -1,2 +0,0 @@
@echo off
ryzenadj --slow-time=30 --vrmmax-current=35000 --tctl-temp=65 --stapm-limit=10000 --stapm-time=300 --fast-limit=12000 --slow-limit=11000 --max-performance

View File

@ -1,2 +0,0 @@
@echo off
ryzenadj --slow-time=60 --vrmmax-current=40000 --tctl-temp=80 --stapm-limit=13000 --stapm-time=1000 --fast-limit=15000 --slow-limit=14000 --max-performance

View File

@ -1,2 +1,2 @@
@echo off @echo off
ryzenadj --slow-time=60 --vrmmax-current=42000 --tctl-temp=70 --stapm-limit=16000 --stapm-time=1000 --fast-limit=16000 --slow-limit=16000 --max-performance ryzenadj --slow-time=60 --vrmmax-current=44000 --tctl-temp=70 --stapm-limit=13000 --stapm-time=1000 --fast-limit=18000 --slow-limit=16000 --max-performance

View File

@ -1,2 +1,2 @@
@echo off @echo off
ryzenadj --slow-time=30 --vrmmax-current=45000 --tctl-temp=75 --stapm-limit=12000 --stapm-time=300 --fast-limit=15000 --slow-limit=13000 --max-performance ryzenadj --slow-time=30 --vrmmax-current=70000 --tctl-temp=90 --stapm-limit=35000 --stapm-time=300 --fast-limit=35000 --slow-limit=35000 --max-performance

View File

@ -1,2 +0,0 @@
@echo off
ryzenadj --slow-time=60 --vrmmax-current=60000 --tctl-temp=90 --stapm-limit=17000 --stapm-time=1000 --fast-limit=20000 --slow-limit=18000 --max-performance

View File

@ -1,2 +0,0 @@
@echo off
ryzenadj --slow-time=30 --vrmmax-current=50000 --tctl-temp=80 --stapm-limit=17000 --stapm-time=300 --fast-limit=20000 --slow-limit=18000 --max-performance

View File

@ -0,0 +1,2 @@
@echo off
ryzenadj --slow-time=60 --vrmmax-current=40000 --tctl-temp=70 --stapm-limit=11000 --stapm-time=1000 --fast-limit=14000 --slow-limit=12000 --max-performance

View File

@ -1,2 +0,0 @@
@echo off
ryzenadj --slow-time=60 --vrmmax-current=70000 --tctl-temp=95 --stapm-limit=25000 --stapm-time=1000 --fast-limit=35000 --slow-limit=30000 --max-performance

2
ryzenadj/splitgate.cmd Normal file
View File

@ -0,0 +1,2 @@
@echo off
ryzenadj --slow-time=60 --vrmmax-current=48000 --tctl-temp=75 --stapm-limit=18000 --stapm-time=1000 --fast-limit=18000 --slow-limit=18000 --max-performance

2
ryzenadj/sw2.cmd Normal file
View File

@ -0,0 +1,2 @@
@echo off
ryzenadj --slow-time=60 --vrmmax-current=45000 --tctl-temp=85 --stapm-limit=18000 --stapm-time=1000 --fast-limit=18000 --slow-limit=18000 --max-performance

View File

@ -20,7 +20,7 @@ Write-Host ""
Write-Host "" Write-Host ""
Write-Host -ForegroundColor Green "Updating python pip" Write-Host -ForegroundColor Green "Updating python pip"
Write-Host "" Write-Host ""
C:\users\ivica\appdata\local\programs\python\python39\python.exe -m pip install --upgrade pip python -m pip install --upgrade pip
Write-Host "" Write-Host ""
Write-Host "" Write-Host ""
@ -28,6 +28,8 @@ Write-Host -ForegroundColor Green "Updating python packages"
Write-Host "" Write-Host ""
pip freeze | ForEach-Object{$_.split('==')[0]} | ForEach-Object{pip install --upgrade $_} pip freeze | ForEach-Object{$_.split('==')[0]} | ForEach-Object{pip install --upgrade $_}
python -m pip install git+https://www.github.com/justfoolingaround/animdl
Write-Host "" Write-Host ""
Write-Host "" Write-Host ""
write-host -ForegroundColor Green "Check for windows updates" write-host -ForegroundColor Green "Check for windows updates"