【OS買うなら今は…】 自作ユーザーならOSは「DSP版」を買う方が かつては多かったかとおもいますが… 実は為替その他の影響でパッケージ版の方が ほぼ同値か安くなってしまってるのご存知でした?
$Path = $env:TEMP; $Installer = 'chrome_installer.exe'; Invoke-WebRequest -Uri 'http://dl.google.com/chrome/install/375.126/chrome_installer.exe' -OutFile $Path\$Installer; Start-Process -FilePath $Path\$Installer -Args '/silent /install' -Verb RunAs -Wait; Remove-Item -Path $Path\$Installer
$Path = $env:TEMP; $Installer = 'thorium_AVX2_mini_installer.exe'; Invoke-WebRequest -Uri 'https://github.com/Alex313031/Thorium-Win/releases/download/M124.0.6367.218/thorium_AVX2_mini_installer.exe' -OutFile $Path\$Installer; Start-Process -FilePath $Path\$Installer -Args '/silent /install' -Verb RunAs -Wait; Remove-Item -Path $Path\$Installer
Drivers 512.95, 516.94, 517.48, 522.25, 526.86, 528.49, 532.34, 537.58, 551.86 are generally considered stable/consistent by the community. Other driver versions worth trying despite some compatibility issues include 536.99, 546.17(W10), 551.23(W10), 552.22
Windows11 VALORANTプレイ時に裏画面に戻るとフリーズする件に関して、リスナーさんから対処法を教えていただきました。 Windowsの「設定」→「ディスプレイ」→「グラフィック」→「既定のグラフィックス設定を変更する」→「ハードウェア アクセラレータによるGPUスケジューリング」をオフにする
Get-AppxPackage -AllUsers | Remove-AppxPackage Get-AppXProvisionedPackage -online | Remove-AppxProvisionedPackage -online