Created
July 16, 2018 06:35
-
-
Save CLCL/8753f23386388e569daf0a65a3e9ef72 to your computer and use it in GitHub Desktop.
WindowsのFontCacheサービスを停止するやつ cf. http://dslabo.blog4.fc2.com/blog-entry-2381.html
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
Stop-Service -Name FontCache ; Set-Service -Name FontCache -StartupType Disabled |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment