▼基本構文 robocopy <コピー元> <コピー先> /MIR /DCOPY:DAT /R:1 /W:1 /XJD /XJF ▼構文例 robocopy C:\Users\<USERNAME> E:\Cバック\20240810Cバック\<USERNAME> /MIR /DCOPY:DAT /R:1 /W:1 /XJD /XJF robocopy C:\Users\nene E:\Cバック\20240810Cバック\nene /MIR /DCOPY:DAT /R:1 /W:1 /XJD /XJF
【OS買うなら今は…】 自作ユーザーならOSは「DSP版」を買う方が かつては多かったかとおもいますが… 実は為替その他の影響でパッケージ版の方が ほぼ同値か安くなってしまってるのご存知でした?
reg add HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate /f /v TargetReleaseVersion /t REG_DWORD /d 1 reg add HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate /f /v TargetReleaseVersionInfo /t REG_SZ /d 22H2 reg add HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate /f /v ProductVersion /t REG_SZ /d "Windows 11"
$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
$ProgressPreference = 'SilentlyContinue'; $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