Created
March 15, 2021 02:23
-
-
Save khayama-zz/34f0e7d7d3e63fc842a56dbb1932443a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rem サーバーマネージャーをログオン時に起動しない設定 | |
rem REG QUERY "HKEY_LOCAL_MACHINE¥SOFTWARE¥Microsoft¥ServerManager" /v DoNotOpenServerManagerAtLogon | |
REG ADD "HKEY_LOCAL_MACHINE¥SOFTWARE¥Microsoft¥ServerManager" /v DoNotOpenServerManagerAtLogon /t REG_DWORD /d 1 /f | |
rem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment