Created
June 23, 2019 22:52
-
-
Save eggplants/8e614275db706e10f9c27e4703c2f47d 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
net use P: \\sv-pool01\vol_pool01\pool /yes | |
set PATH=%PATH%;C:\Program Files (x86)\Google\Chrome\Application\ | |
START "" chrome.exe -disk-cache-dir="P:\Cache" | |
exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment