Skip to content

Instantly share code, notes, and snippets.

@eggplants
Created June 23, 2019 22:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eggplants/8e614275db706e10f9c27e4703c2f47d to your computer and use it in GitHub Desktop.
Save eggplants/8e614275db706e10f9c27e4703c2f47d to your computer and use it in GitHub Desktop.
学校の計算機環境にメモリ(キャッシュ用)付け足すやつ
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