Skip to content

Instantly share code, notes, and snippets.

@khayama-zz
Created March 15, 2021 02:32
Show Gist options
  • Save khayama-zz/d9d54d73f1d5d72e9f564ef507318cd4 to your computer and use it in GitHub Desktop.
Save khayama-zz/d9d54d73f1d5d72e9f564ef507318cd4 to your computer and use it in GitHub Desktop.
rem wsusサーバーの確認
rem REG QUERY "HKLM¥Software¥Policies¥Microsoft¥Windows¥WindowsUpdate" /v "WUServer"
rem wsusサーバーの変更
rem 例えばhttp://wsustok0201.service.softlayer.com tok02となっているところを変えればok
rem REG ADD "HKLM¥Software¥Policies¥Microsoft¥Windows¥WindowsUpdate" /v "WUServer" /t REG_SZ /d "http://wsustok0201.service.softlayer.com" /f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment